diff options
Diffstat (limited to 'openembedded/classes/native.bbclass')
| -rw-r--r-- | openembedded/classes/native.bbclass | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/openembedded/classes/native.bbclass b/openembedded/classes/native.bbclass index f0a77d6e11..fea8048fe5 100644 --- a/openembedded/classes/native.bbclass +++ b/openembedded/classes/native.bbclass | |||
| @@ -5,7 +5,18 @@ inherit base | |||
| 5 | EXCLUDE_FROM_WORLD = "1" | 5 | EXCLUDE_FROM_WORLD = "1" |
| 6 | 6 | ||
| 7 | PACKAGES = "" | 7 | PACKAGES = "" |
| 8 | PACKAGE_ARCH = "native" | 8 | PACKAGE_ARCH = "${BUILD_ARCH}" |
| 9 | |||
| 10 | # When this class has packaging enabled, setting | ||
| 11 | # RPROVIDES becomes unnecessary. | ||
| 12 | RPROVIDES = "${PN}" | ||
| 13 | |||
| 14 | # Need to resolve package RDEPENDS as well as DEPENDS | ||
| 15 | BUILD_ALL_DEPS = "1" | ||
| 16 | |||
| 17 | # Break the circular dependency as a result of DEPENDS | ||
| 18 | # in package.bbclass | ||
| 19 | PACKAGE_DEPENDS = "" | ||
| 9 | 20 | ||
| 10 | TARGET_ARCH = "${BUILD_ARCH}" | 21 | TARGET_ARCH = "${BUILD_ARCH}" |
| 11 | TARGET_OS = "${BUILD_OS}" | 22 | TARGET_OS = "${BUILD_OS}" |
