1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

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
This commit is contained in:
Richard Purdie
2007-04-03 22:33:11 +00:00
parent 69fbfd5c69
commit 0a15894004
+2
View File
@@ -95,3 +95,5 @@ do_stage () {
do_install () {
true
}
PKG_CONFIG_PATH .= "${EXTRA_NATIVE_PKGCONFIG_PATH}"