diff options
author | Richard Purdie <richard@openedhand.com> | 2006-11-20 17:13:43 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-11-20 17:13:43 +0000 |
commit | 4398b980ba11f6a76f6c863f67f174cf1dc2bef6 (patch) | |
tree | ef35bc5c6f898f654d942f972146b3b2161f3f30 /meta/conf/sanity.conf | |
parent | 173b999d9585d61890bdabc4d26a784bc7758ec4 (diff) | |
download | poky-4398b980ba11f6a76f6c863f67f174cf1dc2bef6.tar.gz |
conf: Sync with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@892 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 5a6e3defb6..58313f27ca 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.4.3" | 6 | BB_MIN_VERSION = "1.6.2" |
7 | INHERIT += "sanity" | 7 | INHERIT += "sanity" |
8 | 8 | ||