[oe-commits] [openembedded-core] 05/09: multilib.conf: Ensure sstate checksums don't change when using this include

git at git.openembedded.org git at git.openembedded.org
Fri Sep 30 16:49:13 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 22001ba163e80b114212580279339acd15fa7298
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Fri Sep 30 17:43:24 2016 +0100

    multilib.conf: Ensure sstate checksums don't change when using this include
    
    When enabling multilib.conf, the world was rebuilding due to changes in the
    pkg-config search path. This doesn't matter so exclude it from the checksums.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/multilib.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf
index 50303fb..1403a03 100644
--- a/meta/conf/multilib.conf
+++ b/meta/conf/multilib.conf
@@ -24,4 +24,5 @@ OPKG_ARGS_append = " --force-maintainer --force-overwrite"
 # inside the multilib sysroot.  Fix this by explicitly adding the MACHINE's
 # architecture-independent pkgconfig location to PKG_CONFIG_PATH.
 PKG_CONFIG_PATH .= ":${STAGING_DIR}/${MACHINE}${datadir}/pkgconfig"
-PKG_CONFIG_PATH[vardepsexclude] = "MACHINE"
+PKG_CONFIG_PATH[vardepsexclude] = "MACHINE datadir STAGING_DIR"
+PKG_CONFIG_PATH[vardepvalueexclude] = ":${STAGING_DIR}/${MACHINE}${datadir}/pkgconfig"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list