diff options
| -rw-r--r-- | meta/recipes-core/meta/build-sysroots.bb | 3 |
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 @@ | |||
| 1 | INHIBIT_DEFAULT_DEPS = "1" | ||
| 2 | LICENSE = "MIT" | 1 | LICENSE = "MIT" |
| 2 | SUMMARY = "Build old style sysroot based on everything in the components directory that matches the current MACHINE" | ||
| 3 | INHIBIT_DEFAULT_DEPS = "1" | ||
| 3 | 4 | ||
| 4 | STANDALONE_SYSROOT = "${STAGING_DIR}/${MACHINE}" | 5 | STANDALONE_SYSROOT = "${STAGING_DIR}/${MACHINE}" |
| 5 | STANDALONE_SYSROOT_NATIVE = "${STAGING_DIR}/${BUILD_ARCH}" | 6 | STANDALONE_SYSROOT_NATIVE = "${STAGING_DIR}/${BUILD_ARCH}" |
