diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-08-02 03:50:33 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-08-02 03:50:33 +0000 |
commit | 6be8057976fa5a5485025fcaf6d0983fb150aa0b (patch) | |
tree | 35cc8a49fd7d0dc64a42694eeaf86e3505bb2c51 /packages/nonworking/redboot-utils | |
parent | 5b5c13f6e531fdc0ae852ef41b86c59c9e32fb4f (diff) |
fis: Made it working again
Diffstat (limited to 'packages/nonworking/redboot-utils')
-rw-r--r-- | packages/nonworking/redboot-utils/fis_1.0.bb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/nonworking/redboot-utils/fis_1.0.bb b/packages/nonworking/redboot-utils/fis_1.0.bb deleted file mode 100644 index d1170b6ba8..0000000000 --- a/packages/nonworking/redboot-utils/fis_1.0.bb +++ /dev/null @@ -1,16 +0,0 @@ -DESCRIPTION = "Tool to edit the Redboot FIS partition layout from userspace" -PR = "r2" - -SRC_URI = "http://svn.chezphil.org/utils/trunk/fis.c \ - svn://svn.chezphil.org/;module=libpbe;proto=http" - -do_compile() { - ${CC} --std=c99 -Os -W -o fis ${WORKDIR}/fis.c -} - -do_install() { - ${STRIP} ${WORKDIR}/fis-${PV}/fis - - install -d ${D}/${sbindir} - install -m 755 ${WORKDIR}/fis-${PV}/fis ${D}/${sbindir} -} |