From: Richard Purdie Date: Thu, 6 Apr 2017 11:22:33 +0000 (+0100) Subject: sanity: Require bitbake 1.33.4 X-Git-Tag: yocto-4.0~17271 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ef16288f3e1e801e5c763ed49fad8eb0c885183e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git sanity: Require bitbake 1.33.4 We need the bitbake bug in recrdeptask handling of missing tasks fixed in order to apply a fix for OE-Core. Signed-off-by: Richard Purdie --- diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index 616f11ceaae..46bdbeb833a 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.33.3" +BB_MIN_VERSION = "1.33.4" SANITY_ABIFILE = "${TMPDIR}/abi_version"