summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/meta/build-sysroots.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/meta/build-sysroots.bb b/meta/recipes-core/meta/build-sysroots.bb
index ad22a75eb2..72da88921a 100644
--- a/meta/recipes-core/meta/build-sysroots.bb
+++ b/meta/recipes-core/meta/build-sysroots.bb
@@ -1,5 +1,6 @@
1INHIBIT_DEFAULT_DEPS = "1"
2LICENSE = "MIT" 1LICENSE = "MIT"
2SUMMARY = "Build old style sysroot based on everything in the components directory that matches the current MACHINE"
3INHIBIT_DEFAULT_DEPS = "1"
3 4
4STANDALONE_SYSROOT = "${STAGING_DIR}/${MACHINE}" 5STANDALONE_SYSROOT = "${STAGING_DIR}/${MACHINE}"
5STANDALONE_SYSROOT_NATIVE = "${STAGING_DIR}/${BUILD_ARCH}" 6STANDALONE_SYSROOT_NATIVE = "${STAGING_DIR}/${BUILD_ARCH}"