From 28bb9ddbb34ab890c697e69ded3659f7c83a0b42 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 29 May 2014 00:01:04 -0700 Subject: image.bbclass: Remove dependency on ldconfig-native for musl it does not grok glibc ldconfig format (From OE-Core rev: 9c85aef3ce25f6eb1d370a1a94e3fe16d59ec627) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/classes/image.bbclass | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/classes/image.bbclass') diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index ceee848..a03b880 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass @@ -70,6 +70,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" LDCONFIGDEPEND ?= "ldconfig-native:do_populate_sysroot" LDCONFIGDEPEND_libc-uclibc = "" +LDCONFIGDEPEND_libc-musl = "" 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 v1.1