]> code.ossystems Code Review - openembedded-core.git/commit
bitbake.conf/native/nativesdk: Set PKG_CONFIG_SYSTEM_ at top level
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 6 Feb 2016 12:30:02 +0000 (12:30 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 6 Feb 2016 23:08:56 +0000 (23:08 +0000)
commit46c48c26ab1916e2dfb841d74a0f2a58d8b2b870
tree30d352f7c5a9efe922f9d245934c936efff36324
parent20031e167f772ce2eb3ba4b93adb82c1f4805d42
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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/native.bbclass
meta/classes/nativesdk.bbclass
meta/conf/bitbake.conf