]> code.ossystems Code Review - openembedded-core.git/commitdiff
multilib.conf: Ensure sstate checksums don't change when using this include
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 30 Sep 2016 16:43:24 +0000 (17:43 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 30 Sep 2016 16:48:34 +0000 (17:48 +0100)
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@linuxfoundation.org>
meta/conf/multilib.conf

index 50303fb5d6f2e6567c3fe5fe66c51c488199f1cd..1403a034a6d258a0ca6336e77a2367a8e8ee82ee 100644 (file)
@@ -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"