From 3de8689ad4aa97acd36a76dda36c96697e2ab712 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 3 Dec 2014 12:15:44 +0000 Subject: sanity.conf: Update to require bitbake 1.25.0 as minimum version This allows us to merge in the _defaultval changes. 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 a824c90934..1d55fa71d9 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.23.2" +BB_MIN_VERSION = "1.25.0" SANITY_ABIFILE = "${TMPDIR}/abi_version" -- cgit 1.2.3-korg