genlist: fix SECTION
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Thu, 8 Feb 2007 14:16:37 +0000 (14:16 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Thu, 8 Feb 2007 14:16:37 +0000 (14:16 +0000)
packages/genlist/genlist.bb

index 467a5ee..6c86952 100644 (file)
@@ -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
 }