diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-17 14:52:27 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-17 14:52:27 +0100 |
commit | 4616095d75c0c13953e0bb339b0cafc3c3eb8314 (patch) | |
tree | fb8280945aef6bc35ca369761fa23135408edb1f /meta/classes | |
parent | cd9662ff326de05332afabea3ec35bbbd861687c (diff) | |
download | openembedded-core-4616095d75c0c13953e0bb339b0cafc3c3eb8314.tar.gz openembedded-core-4616095d75c0c13953e0bb339b0cafc3c3eb8314.tar.bz2 openembedded-core-4616095d75c0c13953e0bb339b0cafc3c3eb8314.zip |
task-core-nfs/image.bbclass: Fix some libc overrides
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/image.bbclass | 3 |
1 files changed, 1 insertions, 2 deletions
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" |