summaryrefslogtreecommitdiffstats
path: root/meta/classes/image.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/image.bbclass')
-rw-r--r--meta/classes/image.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index b2325b3a6d..346dd5edc3 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -23,7 +23,7 @@ PID = "${@os.getpid()}"
23 23
24PACKAGE_ARCH = "${MACHINE_ARCH}" 24PACKAGE_ARCH = "${MACHINE_ARCH}"
25 25
26LDCONFIGDEPEND = "ldconfig-native:do_populate_sysroot" 26LDCONFIGDEPEND ?= "ldconfig-native:do_populate_sysroot"
27LDCONFIGDEPEND_linux-uclibc = "" 27LDCONFIGDEPEND_linux-uclibc = ""
28LDCONFIGDEPEND_linux-uclibceabi = "" 28LDCONFIGDEPEND_linux-uclibceabi = ""
29 29