aboutsummaryrefslogtreecommitdiffstats
path: root/conf/sanity.conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2009-01-14 20:35:35 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2009-01-22 18:50:41 -0200
commit616ae3053b7673264aa2a2065b7011a7492699c1 (patch)
treed103f70ff3e2ce52c0dbbfe177f9c42d833a25b6 /conf/sanity.conf
parentd9f02031b608cdd95e9da321d04ea04aec4b4d3e (diff)
downloadopenembedded-616ae3053b7673264aa2a2065b7011a7492699c1.tar.gz
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/sanity.conf')
-rw-r--r--conf/sanity.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/sanity.conf b/conf/sanity.conf
index d6ecfa6765..7112324132 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"
-