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 /meta/classes/native.bbclass | |
parent | 69fbfd5c6943d44fbcf9a747ef26a1eac426d5e8 (diff) | |
download | poky-0a158940043b5700813690c810b1ce9a31ad0c0d.tar.gz |
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
Diffstat (limited to 'meta/classes/native.bbclass')
-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 556c0e17e2..56c7ae08d8 100644 --- a/meta/classes/native.bbclass +++ b/meta/classes/native.bbclass | |||
@@ -95,3 +95,5 @@ do_stage () { | |||
95 | do_install () { | 95 | do_install () { |
96 | true | 96 | true |
97 | } | 97 | } |
98 | |||
99 | PKG_CONFIG_PATH .= "${EXTRA_NATIVE_PKGCONFIG_PATH}" | ||