From: Richard Purdie Date: Thu, 9 Jun 2011 21:43:26 +0000 (+0100) Subject: conf/sanity.conf: Set the minimum bitbake version correctly, we've needed recent... X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=69c87c5ebba27d843e00a01d02031477f23867fe;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git conf/sanity.conf: Set the minimum bitbake version correctly, we've needed recent bitbake features for a while (From OE-Core rev: f6a38cd75edb46858da6950b5ec029db8a12d801) Signed-off-by: Richard Purdie --- diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index 2ac1735d502..7944569d01a 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"