aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2008-07-19 13:42:56 +0000
committerRichard Purdie <rpurdie@rpsys.net>2008-07-19 13:42:56 +0000
commit7eed5381f2995a43f815c56302dac7350d15aa72 (patch)
tree66827f56fe91e68a9149b501c3ba9f91b6d38b0a
parenta967e9db239d0fdcdb13f24e88d6faa98a1eee68 (diff)
downloadopenembedded-7eed5381f2995a43f815c56302dac7350d15aa72.tar.gz
bitbake.conf: Set PACKAGES_DYNAMIC so locale packages can be used in runtime dependency variables (from poky)
-rw-r--r--conf/bitbake.conf1
1 files changed, 1 insertions, 0 deletions
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.* \