bitbake.conf: enable dynamic locale packages since bitbake 1.8.12 is now released
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 14 Jan 2009 22:35:35 +0000 (20:35 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 22 Jan 2009 20:50:41 +0000 (18:50 -0200)
To ensure all users are notified about it, we bump the minimal bitbake
version to 1.8.12 to avoid problems for them.

conf/bitbake.conf
conf/sanity.conf

index c01da86..13e94fa 100644 (file)
@@ -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.* \
index d6ecfa6..7112324 100644 (file)
@@ -3,10 +3,9 @@
 # See sanity.bbclass
 #
 # Expert users can confirm their sanity with "touch conf/sanity.conf"
-BB_MIN_VERSION = "1.8.10"
+BB_MIN_VERSION = "1.8.12"
 
 SANITY_ABIFILE = "${TMPDIR}/abi_version"
 SANITY_PRFILE = "${TMPDIR}/distro_pr"
 
 INHERIT += "sanity"
-