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 | |
parent | 6edc490b9bb222301bf758fbfdd3e951832f0ba7 (diff) | |
download | poky-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
-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 93700ef145..5a6e3defb6 100644 --- a/meta/conf/sanity.conf +++ b/meta/conf/sanity.conf | |||
@@ -3,6 +3,6 @@ | |||
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.3.3" | 6 | BB_MIN_VERSION = "1.4.3" |
7 | INHERIT += "sanity" | 7 | INHERIT += "sanity" |
8 | 8 | ||