diff options
author | Richard Purdie <richard@openedhand.com> | 2007-11-12 11:30:16 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-11-12 11:30:16 +0000 |
commit | 7fc5d6eeea6c633682f4cc4759f9e9e99cb2c309 (patch) | |
tree | 127b290374d663c062f472f5e619f5f7aa482995 /meta/classes/native.bbclass | |
parent | ba2e1f4d933c37b372d6749d64614f2510ee9d7b (diff) | |
download | poky-7fc5d6eeea6c633682f4cc4759f9e9e99cb2c309.tar.gz |
pkgconfig: Switch to using sysroot simplifying pkgconfig files. Requires a full rebuild.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3125 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes/native.bbclass')
-rw-r--r-- | meta/classes/native.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass index d40a5028c9..8f2b6f3fec 100644 --- a/meta/classes/native.bbclass +++ b/meta/classes/native.bbclass | |||
@@ -87,3 +87,4 @@ do_install () { | |||
87 | } | 87 | } |
88 | 88 | ||
89 | PKG_CONFIG_PATH .= "${EXTRA_NATIVE_PKGCONFIG_PATH}" | 89 | PKG_CONFIG_PATH .= "${EXTRA_NATIVE_PKGCONFIG_PATH}" |
90 | PKG_CONFIG_SYSROOT_DIR = "" | ||