[oe-commits] org.oe.dev gpe.bbclass: Provide default SECTION assignment.

pfalcon commit openembedded-commits at lists.openembedded.org
Sun Sep 10 12:03:58 UTC 2006


gpe.bbclass: Provide default SECTION assignment.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: e716e6a2dc4227f73b9ddb9962580c686cd3d762
ViewMTN: http://monotone.openembedded.org/revision.psp?id=e716e6a2dc4227f73b9ddb9962580c686cd3d762
Files:
1
classes/gpe.bbclass
Diffs:

#
# mt diff -r1997f387bbe1e6c453064b78bebac0eeaaa1dc02 -re716e6a2dc4227f73b9ddb9962580c686cd3d762
#
# 
# 
# patch "classes/gpe.bbclass"
#  from [20767903f072549f05e0648981821c9b4bb04f26]
#    to [f6796977213dc7ee4ea57784c67c267b6f64684e]
# 
============================================================
--- classes/gpe.bbclass	20767903f072549f05e0648981821c9b4bb04f26
+++ classes/gpe.bbclass	f6796977213dc7ee4ea57784c67c267b6f64684e
@@ -1,7 +1,8 @@ FILES_${PN} += "${datadir}/gpe ${datadir
 DEPENDS_prepend = "coreutils-native virtual/libintl intltool-native "
 GPE_TARBALL_SUFFIX ?= "gz"
 SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.${GPE_TARBALL_SUFFIX}"
 FILES_${PN} += "${datadir}/gpe ${datadir}/application-registry"
+SECTION ?= "gpe"
 MAINTAINER ?= "GPE Team <gpe at handhelds.org>"
 
 inherit gettext






More information about the Openembedded-commits mailing list