aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-10-18 12:41:07 +0200
committerKoen Kooi <koen@openembedded.org>2010-10-18 12:41:07 +0200
commit91283c97244b2c7885e7f7d8188b0d8aaa0d4951 (patch)
tree9afa044c74b8fc1ff8c4155dd11182916af39d06 /recipes/ti
parent856478e6655de7962dc434970cc4fbade5f22bd1 (diff)
downloadopenembedded-91283c97244b2c7885e7f7d8188b0d8aaa0d4951.tar.gz
ti-staging: expand staging hack to pkgconfig as well
Diffstat (limited to 'recipes/ti')
-rw-r--r--recipes/ti/ti-staging.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/ti/ti-staging.inc b/recipes/ti/ti-staging.inc
index ef832cb7d0..16f9858938 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"