From 555c48fb010147f24325abdd48721da7ad59348b Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 30 Mar 2017 16:42:53 +0100 Subject: [PATCH] sanity.conf: Increase minimum version requirement to 1.33.3 This pulls in changes to bb.utils.which() for HOSTTOOLS. (From OE-Core rev: 398fd35bfc2b4795067e25659841adaeea211809) Signed-off-by: Richard Purdie --- meta/conf/sanity.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index 5d8aba3fce..616f11ceaa 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.2" +BB_MIN_VERSION = "1.33.3" SANITY_ABIFILE = "${TMPDIR}/abi_version"