diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-02-10 11:38:23 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-02-10 11:38:23 +0000 |
| commit | 31116d6c7e368c42bcfdf2dba2000b2203f08e85 (patch) | |
| tree | 9737ea7c974da46ca2a9ee4acad8aabb9cbb2bac /openembedded/classes/native.bbclass | |
| parent | 9df0203e2b27ef3ae28b60447df6b91be7be81dc (diff) | |
| download | poky-31116d6c7e368c42bcfdf2dba2000b2203f08e85.tar.gz | |
Update bbclasses from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@266 311d38ba-8fff-0310-9ca6-ca027cbcb966
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}" |
