From: Rene Wagner Date: Sat, 11 Mar 2006 14:22:37 +0000 (+0000) Subject: familiar: set MAINTAINER and ENABLE_BINARY_LOCALE_GENERATION. X-Git-Tag: Release-2010-05/1~9453^2~2241 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d2493c47cd4a65d6e18fecc0d82fc86a972ea9e;p=openembedded.git familiar: set MAINTAINER and ENABLE_BINARY_LOCALE_GENERATION. --- diff --git a/conf/distro/familiar.conf b/conf/distro/familiar.conf index 99e501589f..da5caa7998 100644 --- a/conf/distro/familiar.conf +++ b/conf/distro/familiar.conf @@ -2,14 +2,17 @@ #@NAME: Familiar Linux #@DESCRIPTION: Distribution configuration for Familiar Linux (handhelds.org) +MAINTAINER ?= "Familiar Developers " + INHERIT += "package_ipk debian" TARGET_OS = "linux" -PARALLEL_INSTALL_MODULES = "1" -UDEV_DEVFS_RULES = "1" +BOOTSTRAP_EXTRA_RDEPENDS += "familiar-version" IMAGE_NAME = "${IMAGE_BASENAME}-${DISTRO_VERSION}-${MACHINE}" -BOOTSTRAP_EXTRA_RDEPENDS += "familiar-version" +ENABLE_BINARY_LOCALE_GENERATION ?= "1" +PARALLEL_INSTALL_MODULES = "1" +UDEV_DEVFS_RULES = "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')}"