]> code.ossystems Code Review - openembedded-core.git/commitdiff
sanity: Require bitbake 1.33.2
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 24 Feb 2017 21:18:01 +0000 (13:18 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 Feb 2017 11:26:33 +0000 (11:26 +0000)
We want to update to a version with the bb.utils.filter() function.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/sanity.conf

index 88b13452375eecddf21199ba1fa06e362644e24f..5d8aba3fce9fc9329c1f2eaf7ba67fb8286f1e69 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.1"
+BB_MIN_VERSION = "1.33.2"
 
 SANITY_ABIFILE = "${TMPDIR}/abi_version"