angstrom v2010.x: prefer util-linux now that util-linux-ng has been merged back

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Acked-by: Graeme Gregory <dp@xora.org.uk>
This commit is contained in:
Koen Kooi
2011-03-15 11:29:56 +01:00
parent 2957e46f01
commit 7d6defad17

View File

@@ -128,8 +128,6 @@ ANGSTROM_BLACKLIST_pn-gconf-dbus-native = "gconf-dbus has been merged back into
ANGSTROM_BLACKLIST_pn-ipkg = "ipkg has been superseded by opkg"
ANGSTROM_BLACKLIST_pn-util-linux = "only util-linux-ng is supported"
require conf/distro/include/angstrom.inc
# Toolchain virtuals:
@@ -166,12 +164,12 @@ DEBUG_APPS += '${@base_conditional("DISTRO_TYPE", "release", "", "strace procps"
# This hooks into task-base, so it won't do anything if your images doesn't include task-base.
# angstrom-version: ship this to have an identifiable rootfs so user can report bugs against a specific version
# ANGSTROM_FEED_CONFIGS: configfiles for the online feeds
# util-linux-ng-mount util-linux-ng-umount: busybox mount is broken
# util-linux-mount util-linux-umount: busybox mount is broken
# angstrom-libc-fixup-hack: fixes an obscure bug with libc.so symlink
DISTRO_EXTRA_RDEPENDS += "\
angstrom-version \
${ANGSTROM_FEED_CONFIGS} \
util-linux-ng-mount util-linux-ng-umount \
util-linux-mount util-linux-umount \
angstrom-libc-fixup-hack \
"