[oe-commits] org.oe.dev bitbake.conf: Set PACKAGES_DYNAMIC so locale packages can be used in runtime dependency variables (from poky)

rpurdie commit oe at amethyst.openembedded.net
Sat Jul 19 13:50:40 UTC 2008


bitbake.conf: Set PACKAGES_DYNAMIC so locale packages can be used in runtime dependency variables (from poky)

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: 8db7f8234dbb683b76b7ac88feb3c7bf1dd069bc
ViewMTN: http://monotone.openembedded.org/revision/info/8db7f8234dbb683b76b7ac88feb3c7bf1dd069bc
Files:
1
conf/bitbake.conf
Diffs:

#
# mt diff -r0cfa04cdbd5083beedc4ac03b13fcd52c5f2960c -r8db7f8234dbb683b76b7ac88feb3c7bf1dd069bc
#
#
#
# patch "conf/bitbake.conf"
#  from [d8122151bbc194ee830cb666879ae90585f1b985]
#    to [05003ac27b7bfa7759c962e215ed35dc6b8dc11d]
#
============================================================
--- conf/bitbake.conf	d8122151bbc194ee830cb666879ae90585f1b985
+++ conf/bitbake.conf	05003ac27b7bfa7759c962e215ed35dc6b8dc11d
@@ -160,6 +160,7 @@ PACKAGES = "${PN}-dbg ${PN} ${PN}-doc ${
 MULTI_PROVIDER_WHITELIST = "virtual/libintl"
 
 PACKAGES = "${PN}-dbg ${PN} ${PN}-doc ${PN}-dev ${PN}-locale"
+PACKAGES_DYNAMIC = "${PN}-locale-*"
 FILES = ""
 
 FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*.so.* \






More information about the Openembedded-commits mailing list