diff options
author | Holger Freyther <zecke@selfish.org> | 2006-04-07 21:22:26 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-07 21:22:26 +0000 |
commit | 2e5f3f0f8cbba0a438512c9ff5dab3a2d27df5f6 (patch) | |
tree | 696be37a49f97b670c6615ea2d59b5fe34c2c177 /conf | |
parent | 6c97f56d28872da36cc0cc52631668985d8db22a (diff) |
conf/sanity.conf:
Set BB_MIN_VERSION here
classes/sanity.bbclass:
-Run the sanitycheck exactly once (on BuildStart)
-Check for common utilities/executables as well
Diffstat (limited to 'conf')
-rw-r--r-- | conf/sanity.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/sanity.conf b/conf/sanity.conf index df2ec3e82a..93700ef145 100644 --- a/conf/sanity.conf +++ b/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" INHERIT += "sanity" |