debianslug/openslug.conf: Fix breakage caused by <DISTRO>_EXTRA_RDEPENDS.
authorOyvind Repvik <nail@nslu2-linux.org>
Tue, 24 Jan 2006 13:32:01 +0000 (13:32 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 24 Jan 2006 13:32:01 +0000 (13:32 +0000)
conf/distro/debianslug.conf
conf/distro/openslug.conf

index f23eced..e496398 100644 (file)
@@ -109,6 +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.
+DEBIANSLUG_EXTRA_RDEPENDS ?= ""
 SLUGOS_EXTRA_RDEPENDS = "${DEBIANSLUG_STANDARD_RDEPENDS} ${DEBIANSLUG_EXTRA_RDEPENDS}"
 
 #----------------------------------------------------------------------------------
index 8317f1d..f5b5e75 100644 (file)
@@ -109,6 +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.
+OPENSLUG_EXTRA_RDEPENDS ?= ""
 SLUGOS_EXTRA_RDEPENDS = "${OPENSLUG_STANDARD_RDEPENDS} ${OPENSLUG_EXTRA_RDEPENDS}"
 
 #----------------------------------------------------------------------------------