diff options
author | Koen Kooi <koen@openembedded.org> | 2005-10-05 12:19:24 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-05 12:19:24 +0000 |
commit | c5e64b429409c17c92840341cf223b56410f779a (patch) | |
tree | 2d09cfacd478243b584c8e719c427b791458ab53 /conf/distro | |
parent | 7bc46942cab9eae9e3e527e69bd98c26bf6f4954 (diff) |
conf/distro/familiar.conf: BOOTSTRAP_(R)DEPEND on familiar-version
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/familiar.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/distro/familiar.conf b/conf/distro/familiar.conf index 32dd8f9d11..98807d63ab 100644 --- a/conf/distro/familiar.conf +++ b/conf/distro/familiar.conf @@ -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')}" |