diff options
author | Koen Kooi <koen@openembedded.org> | 2008-12-29 14:46:48 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-12-29 14:46:48 +0100 |
commit | b52163ffb91167aabec445f5ad3a75f935990e5e (patch) | |
tree | 6ea5c9c41452a24e1669009f1678b3b414144b7f | |
parent | 5020ba2a1c7e7bf822981c50944b04ff46216251 (diff) |
angstrom 2008.1: remove opkg and opkg-collateral, rootfs_ipk.bbclass already takes care of those for us
-rw-r--r-- | conf/distro/angstrom-2008.1.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf index 7a052ab4b9..e1ceb9888a 100644 --- a/conf/distro/angstrom-2008.1.conf +++ b/conf/distro/angstrom-2008.1.conf @@ -196,7 +196,7 @@ DISTRO_EXTRA_RDEPENDS += "\ update-modules \ ${@base_contains("MACHINE_FEATURES", "screen", "psplash", "",d)} \ angstrom-version \ - opkg-nogpg opkg-collateral ${ANGSTROM_FEED_CONFIGS} \ + ${ANGSTROM_FEED_CONFIGS} \ util-linux-ng-mount util-linux-ng-umount \ ${DEBUG_APPS} angstrom-libc-fixup-hack \ " @@ -204,6 +204,7 @@ DISTRO_EXTRA_RDEPENDS += "\ DISTRO_EXTRA_RRECOMMENDS += " \ kernel-module-vfat \ kernel-module-ext2 \ + kernel-module-ext3 \ kernel-module-af-packet \ avahi-daemon \ avahi-autoipd \ |