From 1920ba28833eb5665325dac50ebc75e27d4ff7c6 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 7 Jun 2013 18:17:12 +0100 Subject: sanity.conf: Update minimum bitbake version requirement to 1.19.1 for bitbake-worker This is due to the need to rely on bitbake-worker being present going forwards. (From OE-Core rev: ccf4fe860096f4b2a56b51b612b2a1dcb3525e59) 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 766b289cdd..86df5cf2d0 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.17.1" +BB_MIN_VERSION = "1.19.1" SANITY_ABIFILE = "${TMPDIR}/abi_version" -- cgit v1.2.3-54-g00ecf