[oe-commits] org.oe.dev genlist: fix SECTION

Laibsch commit openembedded-commits at lists.openembedded.org
Thu Feb 8 14:33:11 UTC 2007


genlist: fix SECTION

Author: Laibsch at openembedded.org
Branch: org.openembedded.dev
Revision: adeec49ff94dd07cb7ad516e15f80ca85211624a
ViewMTN: http://monotone.openembedded.org/revision.psp?id=adeec49ff94dd07cb7ad516e15f80ca85211624a
Files:
1
packages/genlist/genlist.bb
Diffs:

#
# mt diff -rb463dbb8eaa1616da8032e5b3c261b48bf6127d5 -radeec49ff94dd07cb7ad516e15f80ca85211624a
#
# 
# 
# patch "packages/genlist/genlist.bb"
#  from [fcf850d78161b6593da5d0ff4f9cde61205236c4]
#    to [d3e849a506c5b43ea79e4f061189daa15736c05b]
# 
============================================================
--- packages/genlist/genlist.bb	fcf850d78161b6593da5d0ff4f9cde61205236c4
+++ packages/genlist/genlist.bb	d3e849a506c5b43ea79e4f061189daa15736c05b
@@ -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
 }






More information about the Openembedded-commits mailing list