summaryrefslogtreecommitdiff
path: root/slugtool
diff options
context:
space:
mode:
Diffstat (limited to 'slugtool')
-rw-r--r--slugtool/slugtool-native.oe9
-rw-r--r--slugtool/slugtool.oe16
-rw-r--r--slugtool/slugtool/redboot_typo.patch0
3 files changed, 25 insertions, 0 deletions
diff --git a/slugtool/slugtool-native.oe b/slugtool/slugtool-native.oe
index e69de29bb2..3217e1215e 100644
--- a/slugtool/slugtool-native.oe
+++ b/slugtool/slugtool-native.oe
@@ -0,0 +1,9 @@
+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.oe b/slugtool/slugtool.oe
index e69de29bb2..140147e094 100644
--- a/slugtool/slugtool.oe
+++ b/slugtool/slugtool.oe
@@ -0,0 +1,16 @@
+DESCRIPTION = "Slugtool is a small app to disassemble and reassemble \
+flash images for the Linksys NSLU2 device."
+MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
+
+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}/
+}
diff --git a/slugtool/slugtool/redboot_typo.patch b/slugtool/slugtool/redboot_typo.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/slugtool/slugtool/redboot_typo.patch