From 91283c97244b2c7885e7f7d8188b0d8aaa0d4951 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 18 Oct 2010 12:41:07 +0200 Subject: ti-staging: expand staging hack to pkgconfig as well --- recipes/ti/ti-staging.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'recipes/ti') 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" -- cgit 1.2.3-korg