From: Koen Kooi Date: Mon, 18 Oct 2010 10:41:07 +0000 (+0200) Subject: ti-staging: expand staging hack to pkgconfig as well X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91283c97244b2c7885e7f7d8188b0d8aaa0d4951;p=openembedded.git ti-staging: expand staging hack to pkgconfig as well --- 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"