aboutsummaryrefslogtreecommitdiffstats
path: root/conf/sanity.conf
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2006-04-07 21:22:26 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-07 21:22:26 +0000
commit2e5f3f0f8cbba0a438512c9ff5dab3a2d27df5f6 (patch)
tree696be37a49f97b670c6615ea2d59b5fe34c2c177 /conf/sanity.conf
parent6c97f56d28872da36cc0cc52631668985d8db22a (diff)
downloadopenembedded-2e5f3f0f8cbba0a438512c9ff5dab3a2d27df5f6.tar.gz
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/sanity.conf')
-rw-r--r--conf/sanity.conf2
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"