diff options
Diffstat (limited to 'packages/slugtool/slugtool.bb')
-rw-r--r-- | packages/slugtool/slugtool.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/packages/slugtool/slugtool.bb b/packages/slugtool/slugtool.bb deleted file mode 100644 index fb7497931f..0000000000 --- a/packages/slugtool/slugtool.bb +++ /dev/null @@ -1,17 +0,0 @@ -SECTION = "unknown" -DESCRIPTION = "Slugtool is a small app to disassemble and reassemble \ -flash images for the Linksys NSLU2 device." -PR = "r1" -LICENSE = "GPL" -SRC_URI = "http://www.lantz.com/filemgmt_data/files/slugtool.tar.gz \ - file://redboot_typo.patch;patch=1" -S = "${WORKDIR}" - -do_compile () { - ${CC} ${CFLAGS} ${LDFLAGS} slugtool.c -o slugtool -} - -do_install () { - install -d ${D}${bindir} - install -m 0755 slugtool ${D}${bindir}/ -} |