From: Oyvind Repvik Date: Sun, 22 Jan 2006 22:09:22 +0000 (+0000) Subject: debian/openslug.conf: Add _EXTRA_RDEPENDS X-Git-Tag: Release-2010-05/1~9453^2~2579^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7855d0a35832d6f516078492850689cb6adfe14;p=openembedded.git debian/openslug.conf: Add _EXTRA_RDEPENDS --- diff --git a/conf/distro/debianslug.conf b/conf/distro/debianslug.conf index 9d448ea826..f23eced80e 100644 --- a/conf/distro/debianslug.conf +++ b/conf/distro/debianslug.conf @@ -109,7 +109,7 @@ kernel-module-nls-utf8 \ # a bootable, useable, system however they *are* expected to be present # in DebianSlug - see slugos-lag for a more minimal configuration and some # more instructions about how to make a non-debianslug image. -SLUGOS_EXTRA_RDEPENDS = "${DEBIANSLUG_STANDARD_RDEPENDS}" +SLUGOS_EXTRA_RDEPENDS = "${DEBIANSLUG_STANDARD_RDEPENDS} ${DEBIANSLUG_EXTRA_RDEPENDS}" #---------------------------------------------------------------------------------- # PACKAGE VERSION CONTROL diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf index e21859b082..8317f1d325 100644 --- a/conf/distro/openslug.conf +++ b/conf/distro/openslug.conf @@ -109,7 +109,7 @@ kernel-module-nls-utf8 \ # a bootable, useable, system however they *are* expected to be present # in OpenSlug - see nslu2-bag for a more minimal configuration and some # more instructions about how to make a non-openslug image. -SLUGOS_EXTRA_RDEPENDS = "${OPENSLUG_STANDARD_RDEPENDS}" +SLUGOS_EXTRA_RDEPENDS = "${OPENSLUG_STANDARD_RDEPENDS} ${OPENSLUG_EXTRA_RDEPENDS}" #---------------------------------------------------------------------------------- # PACKAGE VERSION CONTROL