diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2009-01-14 20:35:35 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2009-01-22 18:50:41 -0200 |
commit | 616ae3053b7673264aa2a2065b7011a7492699c1 (patch) | |
tree | d103f70ff3e2ce52c0dbbfe177f9c42d833a25b6 /conf/bitbake.conf | |
parent | d9f02031b608cdd95e9da321d04ea04aec4b4d3e (diff) |
bitbake.conf: enable dynamic locale packages since bitbake 1.8.12 is now released
To ensure all users are notified about it, we bump the minimal bitbake
version to 1.8.12 to avoid problems for them.
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r-- | conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index c01da861e8..13e94fa83f 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -189,7 +189,7 @@ SOLIBSDEV_darwin8 = ".dylib" PACKAGES = "${PN}-dbg ${PN} ${PN}-doc ${PN}-dev ${PN}-locale" #enable this when bitbake is upgraded to cope with ++ values in the field -#PACKAGES_DYNAMIC = "${PN}-locale-*" +PACKAGES_DYNAMIC = "${PN}-locale-*" FILES = "" FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*.so.* \ |