Following from the meta/packages changes, cleanup conf/machine for incorrect DEPENDS...
[vuplus_openembedded] / conf / distro / familiar.conf
1 #@TYPE: Distribution
2 #@NAME: Familiar Linux
3 #@DESCRIPTION: Distribution configuration for Familiar Linux (handhelds.org)
4
5 INHERIT += "package_ipk debian"
6 TARGET_OS = "linux"
7
8 PARALLEL_INSTALL_MODULES = "1"
9 UDEV_DEVFS_RULES = "1"
10
11 BOOTSTRAP_EXTRA_RDEPENDS += "familiar-version"
12
13 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')}"
14
15 include conf/distro/include/multimachine.conf