summaryrefslogtreecommitdiff
path: root/slugtool
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
committerChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
commita780643c4b6aa11e1a36965a69df7116477c7b4c (patch)
tree17e81e77bde19931facf9b30fa5b5981df796071 /slugtool
parent88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff)
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb 2004/12/07 04:58:25-06:00 ti.com!kergoth More updates per the core rename. 2004/12/07 04:46:51-06:00 ti.com!kergoth Update soundtracker per the core rename. 2004/12/07 04:44:14-06:00 ti.com!kergoth Merge 2004/12/07 04:42:38-06:00 ti.com!kergoth Updates per the recent rename of the oe core from 'oe' to 'bitbake'. BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'slugtool')
-rw-r--r--slugtool/slugtool-native.bb0
-rw-r--r--slugtool/slugtool-native.oe10
-rw-r--r--slugtool/slugtool.bb0
-rw-r--r--slugtool/slugtool.oe18
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}/
-}