diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-25 13:52:01 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-25 14:36:30 +0100 |
commit | d7c67a1a05ebd320580d344c283f41c826ff3f7c (patch) | |
tree | 5edc048c77da2a0dfcd79680479ffb4833e18e45 /meta/conf | |
parent | 5aa96bd0ef51b355d52e0fa1a62bb446d01c3583 (diff) | |
download | poky-d7c67a1a05ebd320580d344c283f41c826ff3f7c.tar.gz |
sanity: Increase bitbake minium version to 1.13.3 for bb.utils.contains() function
(From OE-Core rev: 92a7e70feb1dfd882d13b5cb65e144d293ff291a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-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 23f79d04f1..e76f6899c1 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.13.2" | 6 | BB_MIN_VERSION = "1.13.3" |
7 | 7 | ||
8 | SANITY_ABIFILE = "${TMPDIR}/abi_version" | 8 | SANITY_ABIFILE = "${TMPDIR}/abi_version" |
9 | 9 | ||