diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2008-07-19 13:42:56 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-07-19 13:42:56 +0000 |
commit | 7eed5381f2995a43f815c56302dac7350d15aa72 (patch) | |
tree | 66827f56fe91e68a9149b501c3ba9f91b6d38b0a /conf/bitbake.conf | |
parent | a967e9db239d0fdcdb13f24e88d6faa98a1eee68 (diff) |
bitbake.conf: Set PACKAGES_DYNAMIC so locale packages can be used in runtime dependency variables (from poky)
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r-- | conf/bitbake.conf | 1 |
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.* \ |