aboutsummaryrefslogtreecommitdiffstats
path: root/cetools
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2004-10-11 15:05:02 +0000
committerMatthias Hentges <oe@hentges.net>2004-10-11 15:05:02 +0000
commitda9e38236f66050e87d8bd2c8f05f2326282aa58 (patch)
treeb9bfd64e913f7d98403f7105f43a7ba6bf5f8469 /cetools
parenteaf972b286b334de7e24cf399de92627f89f3175 (diff)
downloadopenembedded-da9e38236f66050e87d8bd2c8f05f2326282aa58.tar.gz
More section fixes
BKrev: 416aa11e6aH4cgLtXbfv7aBu9HJHoQ
Diffstat (limited to 'cetools')
-rw-r--r--cetools/cetools-native_0.3.oe7
-rw-r--r--cetools/cetools_0.3.oe2
2 files changed, 8 insertions, 1 deletions
diff --git a/cetools/cetools-native_0.3.oe b/cetools/cetools-native_0.3.oe
index e69de29bb2..63f3ddf0c3 100644
--- a/cetools/cetools-native_0.3.oe
+++ b/cetools/cetools-native_0.3.oe
@@ -0,0 +1,7 @@
+SECTION = "console/network"
+include cetools_${PV}.oe
+inherit native
+
+do_stage() {
+ install -m 0755 rom2files rom2bin bin2rom dump2bin ${STAGING_BINDIR}
+}
diff --git a/cetools/cetools_0.3.oe b/cetools/cetools_0.3.oe
index e4b7fb537d..cd1a4ef97c 100644
--- a/cetools/cetools_0.3.oe
+++ b/cetools/cetools_0.3.oe
@@ -1,5 +1,5 @@
DESCRIPTION = "Ethload for Linux is a tool to send ROM images over ethernet using tftp."
-
+SECTION = "console/network"
SRC_URI = "http://linuxsh.free.fr/tools/cetools-${PV}.tar.gz \
file://sean-hsieh.patch;patch=1"
S = "${WORKDIR}/cetools-${PV}"