From 69c87c5ebba27d843e00a01d02031477f23867fe Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 9 Jun 2011 22:43:26 +0100 Subject: conf/sanity.conf: Set the minimum bitbake version correctly, we've needed recent bitbake features for a while (From OE-Core rev: f6a38cd75edb46858da6950b5ec029db8a12d801) Signed-off-by: Richard Purdie --- meta/conf/sanity.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/conf/sanity.conf') diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index 2ac1735d50..7944569d01 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.8.10" +BB_MIN_VERSION = "1.13.1" SANITY_ABIFILE = "${TMPDIR}/abi_version" -- cgit v1.2.3-54-g00ecf