diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-02-08 14:20:32 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-02-08 14:20:32 +0000 |
commit | 85fec8b2edf978b8061fafcb5361bd110782326e (patch) | |
tree | 62f312349cccdd8e546a52499b55f22eedc51b61 /packages | |
parent | b27b36c41fb203aff008cd35a37bb3f4ef1a0ed2 (diff) | |
parent | e5675fd47e28484aa3a55b5410becc9cbd1daa38 (diff) |
merge of '355fab3d1867a0540055c0c85f9e5763ce090bfe'
and 'adeec49ff94dd07cb7ad516e15f80ca85211624a'
Diffstat (limited to 'packages')
-rw-r--r-- | packages/fush/fush_0.9.0.bb | 4 | ||||
-rw-r--r-- | packages/genlist/genlist.bb | 7 | ||||
-rw-r--r-- | packages/opie-sh/opie-sh.inc | 3 | ||||
-rw-r--r-- | packages/sccd/sccd_1.0.bb | 5 |
4 files changed, 10 insertions, 9 deletions
diff --git a/packages/fush/fush_0.9.0.bb b/packages/fush/fush_0.9.0.bb index 3763a4f7e8..8f5024381c 100644 --- a/packages/fush/fush_0.9.0.bb +++ b/packages/fush/fush_0.9.0.bb @@ -3,8 +3,8 @@ HOMEPAGE = "http://sourceforge.net/projects/foosh/" LICENSE = "GPL" DEPENDS = "readline" PRIORITY = "optional" -SECTION = "console/shells" -PR = "r2" +SECTION = "base/shell" +PR = "r3" RV = "${@bb.data.getVar('PV', d, 1).replace('.', '-')}" SRC_URI = "${SOURCEFORGE_MIRROR}/foosh/fush-${RV}.tar.gz \ diff --git a/packages/genlist/genlist.bb b/packages/genlist/genlist.bb index 467a5ee7bd..6c8695228b 100644 --- a/packages/genlist/genlist.bb +++ b/packages/genlist/genlist.bb @@ -1,14 +1,15 @@ -SECTION = "utility" DESCRIPTION = "IP Address List Generator" +SECTION = "utils" +LICENSE = "GPL" +PR = "r1" SRC_URI = "file://genlist.c \ file://Makefile" DEFAULT_PREFERENCE="-1" - S = "${WORKDIR}" -LICENSE = "GPL" + do_compile() { oe_runmake all } diff --git a/packages/opie-sh/opie-sh.inc b/packages/opie-sh/opie-sh.inc index 7fe8e79df9..764d76f83b 100644 --- a/packages/opie-sh/opie-sh.inc +++ b/packages/opie-sh/opie-sh.inc @@ -1,9 +1,10 @@ DESCRIPTION = "A QDialog shell frontend" -SECTION = "opie/Shell" +SECTION = "opie/shell" PRIORITY = "optional" LICENSE = "GPL" APPNAME = "opie-sh" APPTYPE = "binary" +PR = "r1" S = "${WORKDIR}/${APPNAME}" diff --git a/packages/sccd/sccd_1.0.bb b/packages/sccd/sccd_1.0.bb index e9c80360d6..5eeaeef343 100644 --- a/packages/sccd/sccd_1.0.bb +++ b/packages/sccd/sccd_1.0.bb @@ -1,8 +1,7 @@ -SECTION = "utility" DECSCRIPTION = "StorCenter Control Daemon - controls the leds, fans, softpower" +SECTION = "utils" LICENSE = "BSD" - -PR = "r2" +PR = "r3" SRC_URI = "file://scc.h \ file://scc.c \ |