From: Koen Kooi Date: Sat, 20 Jan 2007 15:52:45 +0000 (+0000) Subject: angstrom 2007.1: make DISTRO_EXTRA_DEPENDS appendable in local.conf X-Git-Tag: Release-2010-05/1~9354^2~11^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41f0fbcb6706d59e96dbb58d586aa3bd9fdfc7e1;p=openembedded.git angstrom 2007.1: make DISTRO_EXTRA_DEPENDS appendable in local.conf --- diff --git a/conf/distro/angstrom-2007.1.conf b/conf/distro/angstrom-2007.1.conf index a08413ef8a..7ebd89d8d6 100644 --- a/conf/distro/angstrom-2007.1.conf +++ b/conf/distro/angstrom-2007.1.conf @@ -225,7 +225,7 @@ EXTRA_STUFF ?= "" # Angstrom want to ship some extra stuff. This should be moved into task-base eventually -DISTRO_EXTRA_RDEPENDS = "\ +DISTRO_EXTRA_RDEPENDS += "\ update-modules module-init-tools modutils-initscripts \ sysvinit initscripts sysvinit-pidof \ ${@base_contains("MACHINE_FEATURES", "screen", "psplash", "",d)} \