aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorRene Wagner <rw@handhelds.org>2006-03-11 14:22:37 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-11 14:22:37 +0000
commit7d2493c47cd4a65d6e18fecc0d82fc86a972ea9e (patch)
tree2b9ef2a8c098ab34ceeb3140e1c6847f71a53eea /conf
parent0aba628db4d7a6262917b85c8953a136f24d6a55 (diff)
downloadopenembedded-7d2493c47cd4a65d6e18fecc0d82fc86a972ea9e.tar.gz
familiar: set MAINTAINER and ENABLE_BINARY_LOCALE_GENERATION.
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/familiar.conf9
1 files changed, 6 insertions, 3 deletions
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 <familiar-dev@handhelds.org>"
+
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')}"