pkgconfig: add -native script that uses the native sysroot instead of target
authorRoss Burton <ross.burton@intel.com>
Tue, 8 Jan 2013 15:23:47 +0000 (15:23 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Jan 2013 23:43:11 +0000 (23:43 +0000)
commit14e91bf9342be352da4525ceda8d8433abac87ea
tree375fffdb219b7994dbbb0fc1389d38d2537b8056
parentb2be082dade08bc0190dbf02dc9513b26e92b3ce
pkgconfig: add -native script that uses the native sysroot instead of target

pkg-config-native is useful when building a package for the target that needs to
compile a build-time tool, to avoid having to hard-code many paths.

(From OE-Core rev: b15e22beed948f79b6ae953df7b889f3e70588b9)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/pkgconfig/pkgconfig.inc
meta/recipes-devtools/pkgconfig/pkgconfig/pkg-config-native.in [new file with mode: 0644]