From: Richard Purdie Date: Thu, 18 Aug 2016 09:07:18 +0000 (+0100) Subject: sanity: Require bitbake 1.31.1 for multi-config changes X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~24620 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecc8d346223030ee06aa6d83427f757982e948e4;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git sanity: Require bitbake 1.31.1 for multi-config changes Signed-off-by: Richard Purdie --- diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index 7021bf929ed..e07b09da745 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.29.1" +BB_MIN_VERSION = "1.31.1" SANITY_ABIFILE = "${TMPDIR}/abi_version"