diff options
author | Koen Kooi <koen@openembedded.org> | 2007-01-20 15:53:26 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-01-20 15:53:26 +0000 |
commit | 71fc427b1413e9655faf11367baf8bf91ced5a7e (patch) | |
tree | da7b6d8467130a802e486ac627c916ff97ba79ac /conf | |
parent | dd766b65197c71b5583aaa3b3274c3099793c293 (diff) | |
parent | 41f0fbcb6706d59e96dbb58d586aa3bd9fdfc7e1 (diff) |
merge of '57565ef68b5336bb18f16b962b9646b84daff984'
and '69802b5fc5dcf27f5b27f6a9a9aadb1f3a808b71'
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/angstrom-2007.1.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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)} \ |