From 75aafde61913b280abfd6c9f131980040c725e68 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 7 Feb 2017 14:47:49 +0000 Subject: sanity.conf: Update minimum version requirement for devtool A recent devtool change needs bitbake changes so bump the minmium bitbake version requirement to match. (From OE-Core rev: e7b624c268cb917c00e88e8e9a6a87585eb98eac) Signed-off-by: Richard Purdie --- meta/conf/sanity.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/conf') diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index 4b18d3538c..88b1345237 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.0" +BB_MIN_VERSION = "1.33.1" SANITY_ABIFILE = "${TMPDIR}/abi_version" -- cgit v1.2.3-54-g00ecf