diff options
author | Khem Raj <raj.khem@gmail.com> | 2014-05-29 00:01:04 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-30 16:31:22 +0100 |
commit | 9c85aef3ce25f6eb1d370a1a94e3fe16d59ec627 (patch) | |
tree | 31ca92e83f8102ce8426ddb674265a6b2fbc23a7 | |
parent | dad1c2746326912db41a3ff180679cdfe0e844f9 (diff) | |
download | openembedded-core-9c85aef3ce25f6eb1d370a1a94e3fe16d59ec627.tar.gz openembedded-core-9c85aef3ce25f6eb1d370a1a94e3fe16d59ec627.tar.bz2 openembedded-core-9c85aef3ce25f6eb1d370a1a94e3fe16d59ec627.zip |
image.bbclass: Remove dependency on ldconfig-native for musl
it does not grok glibc ldconfig format
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/classes/image.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index ceee8481e6..a03b880402 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" |