aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/include
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-08-21 11:47:54 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-08-21 11:47:54 +0000
commitb1ffd3cf9d1349941d57048aa49845a4a61fa998 (patch)
tree0cf2993a150ef701b0c9dc62560c6b2fc3aaeae7 /conf/distro/include
parent31647657057494a96cf6ae9e86700b3f15b9938b (diff)
downloadopenembedded-b1ffd3cf9d1349941d57048aa49845a4a61fa998.tar.gz
openzaurus.conf: force BitBake to be atleast 1.4.4
Diffstat (limited to 'conf/distro/include')
-rw-r--r--conf/distro/include/openzaurus.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/distro/include/openzaurus.inc b/conf/distro/include/openzaurus.inc
index b7f456320f..264cceecfd 100644
--- a/conf/distro/include/openzaurus.inc
+++ b/conf/distro/include/openzaurus.inc
@@ -16,3 +16,7 @@ BOOTSTRAP_EXTRA_RDEPENDS += "openzaurus-version"
PARALLEL_INSTALL_MODULES = "1"
DISTRO_CHECK := "${@bb.data.getVar("DISTRO_VERSION",d,1) or bb.fatal('Remove this line or set a dummy DISTRO_VERSION if you really want to build an unversioned distro')}"
+
+# Set minimal version of BitBake needed
+BB_MIN_VERSION = "1.4.4"
+INHERIT += "sanity"