git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
989f83c
)
genlist: fix SECTION
author
Rolf Leggewie
<oe-devel@rolf.leggewie.biz>
Thu, 8 Feb 2007 14:16:37 +0000
(14:16 +0000)
committer
Rolf Leggewie
<oe-devel@rolf.leggewie.biz>
Thu, 8 Feb 2007 14:16:37 +0000
(14:16 +0000)
packages/genlist/genlist.bb
patch
|
blob
|
history
diff --git
a/packages/genlist/genlist.bb
b/packages/genlist/genlist.bb
index
467a5ee
..
6c86952
100644
(file)
--- 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
}