conf/distro/familiar.conf: BOOTSTRAP_(R)DEPEND on familiar-version
authorKoen Kooi <koen@openembedded.org>
Wed, 5 Oct 2005 12:19:24 +0000 (12:19 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 5 Oct 2005 12:19:24 +0000 (12:19 +0000)
conf/distro/familiar.conf

index 32dd8f9..98807d6 100644 (file)
@@ -8,4 +8,7 @@ TARGET_OS = "linux"
 PARALLEL_INSTALL_MODULES = "1"
 UDEV_DEVFS_RULES = "1"
 
+BOOTSTRAP_EXTRA_DEPENDS += "familiar-version"
+BOOTSTRAP_EXTRA_RDEPENDS += "familiar-version"
+
 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')}"