[oe-commits] [openembedded-core] 27/35: sanity.conf: Require bitbake 1.43.1

git at git.openembedded.org git at git.openembedded.org
Sat Aug 3 13:38:48 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 0d3b0ecfa28d29404e5ccb2587ac35432b047aa0
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Fri Aug 2 16:21:24 2019 +0100

    sanity.conf: Require bitbake 1.43.1
    
    We depend on a number of bitbake API changes, bump the min bitbake
    version requirement.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/sanity.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf
index 45e6752..92e1886 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.39.1"
+BB_MIN_VERSION = "1.43.1"
 
 SANITY_ABIFILE = "${TMPDIR}/abi_version"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list