[oe-commits] org.oe.dev bitbake.conf: Disable PACKAGES_DYANMIC until we upgrade bitbake

rpurdie commit oe at amethyst.openembedded.net
Sat Jul 19 17:57:01 UTC 2008


bitbake.conf: Disable PACKAGES_DYANMIC until we upgrade bitbake

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

#
# mt diff -r6b61e8f4aba57cf3e1b325e13be536f02803aaca -r32531173c4c6f3b078be1442aa77a8b259399bde
#
#
#
# patch "conf/bitbake.conf"
#  from [52e8bbd6daaaa29d39edcede9709daace7de495c]
#    to [5289f3b5b95939b1d3d267c6b93e7a17f6548463]
#
============================================================
--- conf/bitbake.conf	52e8bbd6daaaa29d39edcede9709daace7de495c
+++ conf/bitbake.conf	5289f3b5b95939b1d3d267c6b93e7a17f6548463
@@ -165,7 +165,8 @@ 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-*"
+#enable this when bitbake is upgraded to cope with ++ values in the field
+#PACKAGES_DYNAMIC = "${PN}-locale-*"
 FILES = ""
 
 FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*.so.* \






More information about the Openembedded-commits mailing list