diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-06 12:30:02 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-06 23:10:44 +0000 |
commit | ed5daa177baff265589bc50ea21a440693d4c478 (patch) | |
tree | 2585d04df2b9a96eea4e99402a17c68dca8703e3 /meta/classes/nativesdk.bbclass | |
parent | 8fa2d52dfcd298f7814c4686314ebcba2247f487 (diff) | |
download | poky-ed5daa177baff265589bc50ea21a440693d4c478.tar.gz |
bitbake.conf/native/nativesdk: Set PKG_CONFIG_SYSTEM_ at top level
Setting PKG_CONFIG_SYSTEM_{HEADERS/INCLUDE}_PATH for nativesdk isn't
enough, we also need to deal with multlib cases where libdir from
pkg-config-native isn't correct. Native builds are about the only
case where this variable shouldn't be set.
Therefore move the code from nativesdk to bitbake.conf and unexport it
in the native case.
(From OE-Core rev: 46c48c26ab1916e2dfb841d74a0f2a58d8b2b870)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/nativesdk.bbclass')
-rw-r--r-- | meta/classes/nativesdk.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/nativesdk.bbclass b/meta/classes/nativesdk.bbclass index 44154d99a7..f74da6267f 100644 --- a/meta/classes/nativesdk.bbclass +++ b/meta/classes/nativesdk.bbclass | |||
@@ -60,8 +60,6 @@ sbindir = "${bindir}" | |||
60 | 60 | ||
61 | export PKG_CONFIG_DIR = "${STAGING_DIR_HOST}${libdir}/pkgconfig" | 61 | export PKG_CONFIG_DIR = "${STAGING_DIR_HOST}${libdir}/pkgconfig" |
62 | export PKG_CONFIG_SYSROOT_DIR = "${STAGING_DIR_HOST}" | 62 | export PKG_CONFIG_SYSROOT_DIR = "${STAGING_DIR_HOST}" |
63 | export PKG_CONFIG_SYSTEM_LIBRARY_PATH = "${base_libdir}:${libdir}" | ||
64 | export PKG_CONFIG_SYSTEM_INCLUDE_PATH = "${includedir}" | ||
65 | 63 | ||
66 | python nativesdk_virtclass_handler () { | 64 | python nativesdk_virtclass_handler () { |
67 | pn = e.data.getVar("PN", True) | 65 | pn = e.data.getVar("PN", True) |