[oe-commits] Richard Purdie : conf/sanity.conf: Set the minimum bitbake version correctly, we' ve needed recent bitbake features for a while

git version control git at git.openembedded.org
Thu Jun 9 21:43:52 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: f6a38cd75edb46858da6950b5ec029db8a12d801
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f6a38cd75edb46858da6950b5ec029db8a12d801

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Thu Jun  9 22:43:26 2011 +0100

conf/sanity.conf: Set the minimum bitbake version correctly, we've needed recent bitbake features for a while

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/sanity.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf
index 2ac1735..7944569 100644
--- a/meta/conf/sanity.conf
+++ b/meta/conf/sanity.conf
@@ -3,7 +3,7 @@
 # See sanity.bbclass
 #
 # Expert users can confirm their sanity with "touch conf/sanity.conf"
-BB_MIN_VERSION = "1.8.10"
+BB_MIN_VERSION = "1.13.1"
 
 SANITY_ABIFILE = "${TMPDIR}/abi_version"
 





More information about the Openembedded-commits mailing list