diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-09 22:43:26 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-09 22:45:00 +0100 |
commit | 69c87c5ebba27d843e00a01d02031477f23867fe (patch) | |
tree | 698719e65aed6ca9823711f046274dca34b181a6 /meta | |
parent | 92e165c4bcb3026b7870f8fa21c1a2c71cb1ba0d (diff) | |
download | poky-69c87c5ebba27d843e00a01d02031477f23867fe.tar.gz |
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 2ac1735d50..7944569d01 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.8.10" | 6 | BB_MIN_VERSION = "1.13.1" |
7 | 7 | ||
8 | SANITY_ABIFILE = "${TMPDIR}/abi_version" | 8 | SANITY_ABIFILE = "${TMPDIR}/abi_version" |
9 | 9 | ||