summaryrefslogtreecommitdiffstats
path: root/meta/classes/image.bbclass
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2014-05-29 00:01:04 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-01 14:29:29 +0100
commit28bb9ddbb34ab890c697e69ded3659f7c83a0b42 (patch)
tree97033fe73ef82f31b12218be3a8451ba5017916d /meta/classes/image.bbclass
parent7e84ec1a7420b63932d3aaf141e62db550f9bd13 (diff)
downloadast2050-yocto-poky-28bb9ddbb34ab890c697e69ded3659f7c83a0b42.zip
ast2050-yocto-poky-28bb9ddbb34ab890c697e69ded3659f7c83a0b42.tar.gz
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 <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/image.bbclass')
-rw-r--r--meta/classes/image.bbclass1
1 files changed, 1 insertions, 0 deletions
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"
OpenPOWER on IntegriCloud