diff options
author | Richard Purdie <richard@openedhand.com> | 2007-04-03 22:33:11 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-04-03 22:33:11 +0000 |
commit | 0a158940043b5700813690c810b1ce9a31ad0c0d (patch) | |
tree | 3bb3a260e18093a60fec3b851e59c930f8798fd7 | |
parent | 69fbfd5c6943d44fbcf9a747ef26a1eac426d5e8 (diff) | |
download | openembedded-core-0a158940043b5700813690c810b1ce9a31ad0c0d.tar.gz openembedded-core-0a158940043b5700813690c810b1ce9a31ad0c0d.tar.bz2 openembedded-core-0a158940043b5700813690c810b1ce9a31ad0c0d.tar.xz openembedded-core-0a158940043b5700813690c810b1ce9a31ad0c0d.zip |
native.bbclass: Enhance to allow extra pkgconfig search paths to be injected
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1429 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/classes/native.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass index 556c0e17e..56c7ae08d 100644 --- a/meta/classes/native.bbclass +++ b/meta/classes/native.bbclass @@ -95,3 +95,5 @@ do_stage () { do_install () { true } + +PKG_CONFIG_PATH .= "${EXTRA_NATIVE_PKGCONFIG_PATH}" |