[oe-commits] Koen Kooi : ti-staging: expand staging hack to pkgconfig as well

git version control git at git.openembedded.org
Mon Oct 18 10:44:31 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 91283c97244b2c7885e7f7d8188b0d8aaa0d4951
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=91283c97244b2c7885e7f7d8188b0d8aaa0d4951

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Oct 18 12:41:07 2010 +0200

ti-staging: expand staging hack to pkgconfig as well

---

 recipes/ti/ti-staging.inc |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/recipes/ti/ti-staging.inc b/recipes/ti/ti-staging.inc
index ef832cb..16f9858 100644
--- a/recipes/ti/ti-staging.inc
+++ b/recipes/ti/ti-staging.inc
@@ -6,6 +6,10 @@ BASEPKG_HOST_SYS = "${MULTIMACH_HOST_SYS}"
 # Search archdir for shlibs instead of machine dir due to above BASEPKG_HOST_SYS
 SHLIBSDIR = "${STAGING_DIR}/${BASE_PACKAGE_ARCH}${HOST_VENDOR}-${HOST_OS}/shlibs"
 
+PKG_CONFIG_DIR = "${STAGING_DIR}/${BASE_PACKAGE_ARCH}${HOST_VENDOR}-${HOST_OS}/${libdir}/pkgconfig"
+export PKG_CONFIG_PATH = "${PKG_CONFIG_DIR}:${STAGING_DATADIR}/pkgconfig"
+PKG_CONFIG_PATH .= ":${STAGING_LIBDIR_NATIVE}/pkgconfig:${STAGING_DATADIR_NATIVE}/pkgconfig"
+
 PACKAGE_STRIP = "no"
 
 ALLOW_EMPTY_${PN} = "1"





More information about the Openembedded-commits mailing list