image.bbclass: use soft assignment for LDCONFIGDEPEND

This allows distros that don't want ldconfig to turn it off.

(From OE-Core rev: cd9662ff326de05332afabea3ec35bbbd861687c)

Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Phil Blundell 2011-05-17 13:31:27 +01:00 committed by Richard Purdie
parent 8b32cd92a1
commit 594d886f09
1 changed files with 1 additions and 1 deletions

View File

@ -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 = ""