aboutsummaryrefslogtreecommitdiffstats
path: root/packages/nonworking
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2007-08-02 03:50:33 +0000
committerRod Whitby <rod@whitby.id.au>2007-08-02 03:50:33 +0000
commit6be8057976fa5a5485025fcaf6d0983fb150aa0b (patch)
tree35cc8a49fd7d0dc64a42694eeaf86e3505bb2c51 /packages/nonworking
parent5b5c13f6e531fdc0ae852ef41b86c59c9e32fb4f (diff)
downloadopenembedded-6be8057976fa5a5485025fcaf6d0983fb150aa0b.tar.gz
fis: Made it working again
Diffstat (limited to 'packages/nonworking')
-rw-r--r--packages/nonworking/redboot-utils/fis_1.0.bb16
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}
-}