native.bbclass: Remove uneeded variables
authorRichard Purdie <richard@openedhand.com>
Sun, 10 Jun 2007 18:06:14 +0000 (18:06 +0000)
committerRichard Purdie <richard@openedhand.com>
Sun, 10 Jun 2007 18:06:14 +0000 (18:06 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1902 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/native.bbclass

index 56c7ae0..337e4a9 100644 (file)
@@ -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}"