From: Richard Purdie Date: Sat, 19 Jul 2008 13:42:56 +0000 (+0000) Subject: bitbake.conf: Set PACKAGES_DYNAMIC so locale packages can be used in runtime dependen... X-Git-Tag: Release-2010-05/1~6531 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7eed5381f2995a43f815c56302dac7350d15aa72;p=openembedded.git bitbake.conf: Set PACKAGES_DYNAMIC so locale packages can be used in runtime dependency variables (from poky) --- diff --git a/conf/bitbake.conf b/conf/bitbake.conf index b5b25407c3..e91fecac30 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -160,6 +160,7 @@ RPROVIDES = "" 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.* \