From: Richard Purdie Date: Thu, 6 Apr 2017 11:22:33 +0000 (+0100) Subject: sanity: Require bitbake 1.33.4 X-Git-Tag: yocto-2.3~188 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ef16288f3e1e801e5c763ed49fad8eb0c885183e;p=openembedded-core.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 616f11ceaa..46bdbeb833 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"