[oe-commits] Otavio Salvador : bitbake.conf: enable dynamic locale packages since bitbake 1.8.12 is now released

GIT User account git at amethyst.openembedded.net
Thu Jan 22 20:53:32 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 616ae3053b7673264aa2a2065b7011a7492699c1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=616ae3053b7673264aa2a2065b7011a7492699c1

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Wed Jan 14 20:35:35 2009 -0200

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.

---

 conf/bitbake.conf |    2 +-
 conf/sanity.conf  |    3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index c01da86..13e94fa 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.* \
diff --git a/conf/sanity.conf b/conf/sanity.conf
index d6ecfa6..7112324 100644
--- a/conf/sanity.conf
+++ b/conf/sanity.conf
@@ -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"
-





More information about the Openembedded-commits mailing list