openzaurus.conf: force BitBake to be atleast 1.4.4
authorMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 21 Aug 2006 11:47:54 +0000 (11:47 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 21 Aug 2006 11:47:54 +0000 (11:47 +0000)
conf/distro/include/openzaurus.inc

index b7f4563..264ccee 100644 (file)
@@ -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"