aboutsummaryrefslogtreecommitdiffstats
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)
downloadopenembedded-core-contrib-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}"
# RPROVIDES becomes unnecessary.
RPROVIDES = "${PN}"
-# Need to resolve package RDEPENDS as well as DEPENDS
-BUILD_ALL_DEPS = "1"
-
-# Break the circular dependency as a result of DEPENDS
-# in package.bbclass
-PACKAGE_DEPENDS = ""
-
TARGET_ARCH = "${BUILD_ARCH}"
TARGET_OS = "${BUILD_OS}"
TARGET_VENDOR = "${BUILD_VENDOR}"