diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-08-21 11:47:54 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-08-21 11:47:54 +0000 |
commit | b1ffd3cf9d1349941d57048aa49845a4a61fa998 (patch) | |
tree | 0cf2993a150ef701b0c9dc62560c6b2fc3aaeae7 | |
parent | 31647657057494a96cf6ae9e86700b3f15b9938b (diff) |
openzaurus.conf: force BitBake to be atleast 1.4.4
-rw-r--r-- | conf/distro/include/openzaurus.inc | 4 |
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" |