summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-10-05 17:51:41 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-10-05 17:51:41 +0000
commit07cf0d98b30ce6887993db22608d84d1ad66f522 (patch)
tree36883621d92c72f925f8c56fcc05f75eb7c389a8 /conf
parent8242585ba53ff4d120026a725c79323c30454865 (diff)
parent6ab4bbad97f0207a155a0694f3494e976e85e40a (diff)
merge of aa89decda49eb9f74b334f404fd14af6fde11da8
and da7858591237b184c0a172490f369d80a9b47ef8
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/familiar.conf3
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')}"