diff options
| author | Richard Purdie <richard@openedhand.com> | 2007-06-10 18:06:14 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2007-06-10 18:06:14 +0000 |
| commit | 6a48637d29bb02bb7c3c40865115e88dee7579b1 (patch) | |
| tree | af0ec3b7ecec7648f56c955640a7026eb1ef5663 /meta | |
| parent | 332f63277286913f1cad1a632adbe36ec54f3d5f (diff) | |
| download | poky-6a48637d29bb02bb7c3c40865115e88dee7579b1.tar.gz | |
native.bbclass: Remove uneeded variables
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1902 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/classes/native.bbclass | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass index 56c7ae08d8..337e4a9e69 100644 --- a/meta/classes/native.bbclass +++ b/meta/classes/native.bbclass | |||
| @@ -11,13 +11,6 @@ PACKAGE_ARCH = "${BUILD_ARCH}" | |||
| 11 | # RPROVIDES becomes unnecessary. | 11 | # RPROVIDES becomes unnecessary. |
| 12 | RPROVIDES = "${PN}" | 12 | RPROVIDES = "${PN}" |
| 13 | 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 = "" | ||
| 20 | |||
| 21 | TARGET_ARCH = "${BUILD_ARCH}" | 14 | TARGET_ARCH = "${BUILD_ARCH}" |
| 22 | TARGET_OS = "${BUILD_OS}" | 15 | TARGET_OS = "${BUILD_OS}" |
| 23 | TARGET_VENDOR = "${BUILD_VENDOR}" | 16 | TARGET_VENDOR = "${BUILD_VENDOR}" |
