diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2006-01-22 22:09:22 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-22 22:09:22 +0000 |
commit | b7855d0a35832d6f516078492850689cb6adfe14 (patch) | |
tree | 8d9581edaae4ac1635acd2769b4979511aedd743 /conf/distro/debianslug.conf | |
parent | 014128a8976e059d66448b6efbd2f515685048f3 (diff) |
debian/openslug.conf: Add <DISTRO>_EXTRA_RDEPENDS
Diffstat (limited to 'conf/distro/debianslug.conf')
-rw-r--r-- | conf/distro/debianslug.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |