diff options
author | Richard Purdie <richard@openedhand.com> | 2006-08-27 22:05:00 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-08-27 22:05:00 +0000 |
commit | 3fb64b4e5042ac94e5ebb781adb447b26e484a48 (patch) | |
tree | 32f8af1ee17698c2fdb08cc496e4d060d3d072b4 /meta/conf/sanity.conf | |
parent | 6edc490b9bb222301bf758fbfdd3e951832f0ba7 (diff) | |
download | openembedded-core-contrib-3fb64b4e5042ac94e5ebb781adb447b26e484a48.tar.gz |
sanity.conf: Update minimum bitbake version
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@658 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/sanity.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 93700ef1457..5a6e3defb63 100644 --- a/meta/conf/sanity.conf +++ b/meta/conf/sanity.conf @@ -3,6 +3,6 @@ # See sanity.bbclass # # Expert users can confirm their sanity with "touch conf/sanity.conf" -BB_MIN_VERSION = "1.3.3" +BB_MIN_VERSION = "1.4.3" INHERIT += "sanity" |