diff options
Diffstat (limited to 'slugtool')
-rw-r--r-- | slugtool/slugtool-native.bb | 0 | ||||
-rw-r--r-- | slugtool/slugtool-native.oe | 10 | ||||
-rw-r--r-- | slugtool/slugtool.bb | 0 | ||||
-rw-r--r-- | slugtool/slugtool.oe | 18 |
4 files changed, 0 insertions, 28 deletions
diff --git a/slugtool/slugtool-native.bb b/slugtool/slugtool-native.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/slugtool/slugtool-native.bb diff --git a/slugtool/slugtool-native.oe b/slugtool/slugtool-native.oe deleted file mode 100644 index a1bb7857af..0000000000 --- a/slugtool/slugtool-native.oe +++ /dev/null @@ -1,10 +0,0 @@ -SECTION = "unknown" -include slugtool.oe -inherit native - -FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/slugtool-${PV}', '${FILE_DIRNAME}/slugtool', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}" -PACKAGES = "" - -do_stage () { - install -m 0755 slugtool ${STAGING_BINDIR}/ -} diff --git a/slugtool/slugtool.bb b/slugtool/slugtool.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/slugtool/slugtool.bb diff --git a/slugtool/slugtool.oe b/slugtool/slugtool.oe deleted file mode 100644 index b4ee1f6c3a..0000000000 --- a/slugtool/slugtool.oe +++ /dev/null @@ -1,18 +0,0 @@ -SECTION = "unknown" -DESCRIPTION = "Slugtool is a small app to disassemble and reassemble \ -flash images for the Linksys NSLU2 device." -MAINTAINER = "Chris Larson <kergoth@handhelds.org>" -PR = "r1" - -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}/ -} |