diff options
-rw-r--r-- | meta/recipes-core/meta/meta-environment.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/meta/meta-environment.bb b/meta/recipes-core/meta/meta-environment.bb index 5d72e38e91..49d45f6ec4 100644 --- a/meta/recipes-core/meta/meta-environment.bb +++ b/meta/recipes-core/meta/meta-environment.bb | |||
@@ -11,7 +11,7 @@ MODIFYTOS = "0" | |||
11 | REAL_MULTIMACH_TARGET_SYS = "${TUNE_PKGARCH}${TARGET_VENDOR}-${TARGET_OS}" | 11 | REAL_MULTIMACH_TARGET_SYS = "${TUNE_PKGARCH}${TARGET_VENDOR}-${TARGET_OS}" |
12 | 12 | ||
13 | inherit toolchain-scripts | 13 | inherit toolchain-scripts |
14 | TOOLCHAIN_NEED_CONFIGSITE_CACHE += "zlib" | 14 | TOOLCHAIN_NEED_CONFIGSITE_CACHE_append = " zlib" |
15 | 15 | ||
16 | SDK_DIR = "${WORKDIR}/sdk" | 16 | SDK_DIR = "${WORKDIR}/sdk" |
17 | SDK_OUTPUT = "${SDK_DIR}/image" | 17 | SDK_OUTPUT = "${SDK_DIR}/image" |