diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-26 09:59:50 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-26 10:01:23 +0000 |
commit | e2edcd98b8509fb751fe4f8937de064efa8e1456 (patch) | |
tree | acc15cfbbad39e358a1b07aa99f3beabe2c67dc5 | |
parent | 226e492705adf3f6ba10cd4cb7ab136c5b3c1e8a (diff) | |
download | poky-e2edcd98b8509fb751fe4f8937de064efa8e1456.tar.gz |
sanity.conf: Increase minimum bitbake version requirement to 1.17.0 for FILESDIR updates
(From OE-Core rev: a85f990efd62e50e5ffaddf5c6d2703f18f11071)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/conf/sanity.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index f765c24996..ad092c44ef 100644 --- a/meta/conf/sanity.conf +++ b/meta/conf/sanity.conf | |||
@@ -3,7 +3,7 @@ | |||
3 | # See sanity.bbclass | 3 | # See sanity.bbclass |
4 | # | 4 | # |
5 | # Expert users can confirm their sanity with "touch conf/sanity.conf" | 5 | # Expert users can confirm their sanity with "touch conf/sanity.conf" |
6 | BB_MIN_VERSION = "1.16.0" | 6 | BB_MIN_VERSION = "1.17.0" |
7 | 7 | ||
8 | SANITY_ABIFILE = "${TMPDIR}/abi_version" | 8 | SANITY_ABIFILE = "${TMPDIR}/abi_version" |
9 | 9 | ||