From patchwork Tue May 17 12:31:27 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: image.bbclass: use soft assignment for LDCONFIGDEPEND Date: Tue, 17 May 2011 12:31:27 -0000 From: Phil Blundell X-Patchwork-Id: 4243 Message-Id: <1305635487.2429.196.camel@phil-desktop> To: openembedded-core@lists.linuxtogo.org This allows distros that don't want ldconfig to turn it off. Signed-off-by: Phil Blundell --- meta/classes/image.bbclass | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- 1.7.1 diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index b2325b3..346dd5e 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass @@ -23,7 +23,7 @@ PID = "${@os.getpid()}" PACKAGE_ARCH = "${MACHINE_ARCH}" -LDCONFIGDEPEND = "ldconfig-native:do_populate_sysroot" +LDCONFIGDEPEND ?= "ldconfig-native:do_populate_sysroot" LDCONFIGDEPEND_linux-uclibc = "" LDCONFIGDEPEND_linux-uclibceabi = ""