diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-06 12:22:33 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-08 22:48:04 +0100 |
commit | ef16288f3e1e801e5c763ed49fad8eb0c885183e (patch) | |
tree | 71b8054324a6a1788f4d227dc6fe9088af744e2d | |
parent | e77cdb761169e404556487ac650dc562000da406 (diff) | |
download | openembedded-core-ef16288f3e1e801e5c763ed49fad8eb0c885183e.tar.gz openembedded-core-ef16288f3e1e801e5c763ed49fad8eb0c885183e.tar.bz2 openembedded-core-ef16288f3e1e801e5c763ed49fad8eb0c885183e.zip |
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 <richard.purdie@linuxfoundation.org>
-rw-r--r-- | 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 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" |