From 4616095d75c0c13953e0bb339b0cafc3c3eb8314 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 17 May 2011 14:52:27 +0100 Subject: task-core-nfs/image.bbclass: Fix some libc overrides Signed-off-by: Richard Purdie --- meta/classes/image.bbclass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta/classes/image.bbclass') diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 346dd5edc3..2469442d70 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass @@ -24,8 +24,7 @@ PID = "${@os.getpid()}" PACKAGE_ARCH = "${MACHINE_ARCH}" LDCONFIGDEPEND ?= "ldconfig-native:do_populate_sysroot" -LDCONFIGDEPEND_linux-uclibc = "" -LDCONFIGDEPEND_linux-uclibceabi = "" +LDCONFIGDEPEND_libc-uclibc = "" do_rootfs[depends] += "makedevs-native:do_populate_sysroot virtual/fakeroot-native:do_populate_sysroot ${LDCONFIGDEPEND}" do_rootfs[depends] += "virtual/update-alternatives-native:do_populate_sysroot update-rc.d-native:do_populate_sysroot" -- cgit 1.2.3-korg