diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-23 08:59:22 +0000 | 
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-23 08:59:22 +0000 | 
| commit | 383b1ef37c1c6f6b1be043ac61e338d75488c9a3 (patch) | |
| tree | 9e6b2c387018c3caeb39f10fae3277de1ca4916b | |
| parent | 2c4569801a710f34a695b8d2a0ee7fc127fb34e4 (diff) | |
| download | openembedded-core-383b1ef37c1c6f6b1be043ac61e338d75488c9a3.tar.gz openembedded-core-383b1ef37c1c6f6b1be043ac61e338d75488c9a3.tar.bz2 openembedded-core-383b1ef37c1c6f6b1be043ac61e338d75488c9a3.zip | |
sanity.conf: Incrase bitbake minimum version requirement to 1.15.1
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 e76f6899c1..198a838d07 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.13.3" +BB_MIN_VERSION = "1.15.1"  SANITY_ABIFILE = "${TMPDIR}/abi_version" | 
