xfsdump: Switch to getting libtool from PATH
[openembedded.git] / recipes / redboot-utils / fis_1.0.bb
blobe1ac56448bab6eec00f74bb90de6c6a335a5d9bc
1 DESCRIPTION = "Tool to edit the Redboot FIS partition layout from userspace"
2 PR = "r5"
4 SRC_URI = "svn://svn.nslu2-linux.org/svnroot/fis;module=trunk;proto=http;rev=6"
5 S="${WORKDIR}/trunk"
7 export CFLAGS += "--std=c99"
9 do_install() {
10 ${STRIP} ${S}/fis
12 install -d ${D}/${sbindir}
13 install -m 755 ${S}/fis ${D}/${sbindir}