]> code.ossystems Code Review - openembedded-core.git/commitdiff
sanity: Require bitbake 1.33.4
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Apr 2017 11:22:33 +0000 (12:22 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 8 Apr 2017 21:48:04 +0000 (22:48 +0100)
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>
meta/conf/sanity.conf

index 616f11ceaaeff407a3c4ded1af5ea3802c6ca5fe..46bdbeb833ad292e4f672a6967fc2e1f0606a2c2 100644 (file)
@@ -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"