summaryrefslogtreecommitdiffstats
path: root/meta/classes/native.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-06-10 18:06:14 +0000
committerRichard Purdie <richard@openedhand.com>2007-06-10 18:06:14 +0000
commit6a48637d29bb02bb7c3c40865115e88dee7579b1 (patch)
treeaf0ec3b7ecec7648f56c955640a7026eb1ef5663 /meta/classes/native.bbclass
parent332f63277286913f1cad1a632adbe36ec54f3d5f (diff)
downloadpoky-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/classes/native.bbclass')
-rw-r--r--meta/classes/native.bbclass7
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.
12RPROVIDES = "${PN}" 12RPROVIDES = "${PN}"
13 13
14# Need to resolve package RDEPENDS as well as DEPENDS
15BUILD_ALL_DEPS = "1"
16
17# Break the circular dependency as a result of DEPENDS
18# in package.bbclass
19PACKAGE_DEPENDS = ""
20
21TARGET_ARCH = "${BUILD_ARCH}" 14TARGET_ARCH = "${BUILD_ARCH}"
22TARGET_OS = "${BUILD_OS}" 15TARGET_OS = "${BUILD_OS}"
23TARGET_VENDOR = "${BUILD_VENDOR}" 16TARGET_VENDOR = "${BUILD_VENDOR}"