[oe-commits] org.oe.packaged-staging classes/packaged-staging.bbclass: inherit package

koen commit openembedded-commits at lists.openembedded.org
Mon Oct 2 11:39:47 UTC 2006


classes/packaged-staging.bbclass: inherit package
classes/package.bbclass: use ?= for PACKAGEFUNCS

Author: koen at openembedded.org
Branch: org.openembedded.packaged-staging
Revision: d669a2fc790218b4249c310cc3c67ba81ebe0256
ViewMTN: http://monotone.openembedded.org/revision.psp?id=d669a2fc790218b4249c310cc3c67ba81ebe0256
Files:
1
classes/package.bbclass
classes/packaged-staging.bbclass
Diffs:

#
# mt diff -r0c381b1ccbdee1d918c3bc9173673169a821bc5e -rd669a2fc790218b4249c310cc3c67ba81ebe0256
#
# 
# 
# patch "classes/package.bbclass"
#  from [95a79d03d55126cdb28d8798054c7bfef64a06bd]
#    to [b817cbbcad90778c23cc0370dc9294a886863dee]
# 
# patch "classes/packaged-staging.bbclass"
#  from [e7ba167562b05d717da87dca168bfabd97da6c86]
#    to [42a92244a956f7c279d6038f15ead46ce3cb06e9]
# 
============================================================
--- classes/package.bbclass	95a79d03d55126cdb28d8798054c7bfef64a06bd
+++ classes/package.bbclass	b817cbbcad90778c23cc0370dc9294a886863dee
@@ -786,7 +786,7 @@ python package_do_split_locales() {
 	bb.data.setVar('RDEPENDS_%s' % mainpkg, ' '.join(rdep), d)
 }
 
-PACKAGEFUNCS = "package_do_split_locales \
+PACKAGEFUNCS ?= "package_do_split_locales \
 		populate_packages package_do_shlibs \
 		package_do_pkgconfig read_shlibdeps \
 		package_depchains"
============================================================
--- classes/packaged-staging.bbclass	e7ba167562b05d717da87dca168bfabd97da6c86
+++ classes/packaged-staging.bbclass	42a92244a956f7c279d6038f15ead46ce3cb06e9
@@ -19,6 +19,8 @@
 # PSTAGE_MODE = 'repopulate': repopulated staging from scratch for each packages
 # PSTAGE_MODE = 'append': append each package to staging (current behaviour)
 
+inherit package
+
 DEPLOY_DIR_PSTAGE 	= "${DEPLOY_DIR}/pstage" 
 
 PSTAGE_BUILD_CMD        = "${IPKGBUILDCMD}"






More information about the Openembedded-commits mailing list