projects
/
scm
/
bb
/
tizen-distro.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5612ec3
)
native.bbclass: Remove uneeded variables
author
Richard Purdie
<richard@openedhand.com>
Sun, 10 Jun 2007 18:06:14 +0000
(18:06 +0000)
committer
Richard 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
patch
|
blob
|
history
diff --git
a/meta/classes/native.bbclass
b/meta/classes/native.bbclass
index
56c7ae0
..
337e4a9
100644
(file)
--- 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}"