git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
344ad5e
)
native.bbclass: PACKAGE_DEPENDS no longer need be unset, add extra options to PKG_CON...
author
Richard Purdie
<rpurdie@rpsys.net>
Sat, 1 Sep 2007 17:07:03 +0000
(17:07 +0000)
committer
Richard Purdie
<rpurdie@rpsys.net>
Sat, 1 Sep 2007 17:07:03 +0000
(17:07 +0000)
classes/native.bbclass
patch
|
blob
|
history
diff --git
a/classes/native.bbclass
b/classes/native.bbclass
index
16026f5
..
104d5a4
100644
(file)
--- a/
classes/native.bbclass
+++ b/
classes/native.bbclass
@@
-11,10
+11,6
@@
PACKAGE_ARCH = "${BUILD_ARCH}"
# RPROVIDES becomes unnecessary.
RPROVIDES = "${PN}"
-# 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}"
@@
-95,3
+91,5
@@
do_stage () {
do_install () {
true
}
+
+PKG_CONFIG_PATH .= "${EXTRA_NATIVE_PKGCONFIG_PATH}"