From cb23f957805fe901662185fba6bc56380f34365f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 8 Nov 2009 20:46:48 +0000 Subject: [PATCH] sanity.conf: Bump minimum bitbake version requirement Signed-off-by: Richard Purdie --- conf/sanity.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/sanity.conf b/conf/sanity.conf index 7112324132..e258b0551e 100644 --- a/conf/sanity.conf +++ b/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.8.12" +BB_MIN_VERSION = "1.8.16" SANITY_ABIFILE = "${TMPDIR}/abi_version" SANITY_PRFILE = "${TMPDIR}/distro_pr" -- 2.39.5