aboutsummaryrefslogtreecommitdiffstats
path: root/meta-agl-distro/conf/distro/poky-agl.conf
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2018-07-29 02:00:03 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2018-08-17 12:02:58 +0000
commit7839f7f0b3411102eb8c25b1971025a38d47da4a (patch)
tree4cc1347ff703e67ea33296ae065a68479dfa72a8 /meta-agl-distro/conf/distro/poky-agl.conf
parent3db38dbef769db4ecfd21f0761bd258a621d0f26 (diff)
Mask conflicting variables from package_write_rpm hash
See https://jira.automotivelinux.org/browse/SPEC-1629 for the details. Bug-AGL: SPEC-1629 Change-Id: Id828aab52826b14005d69af5bfaddc4a4c709842 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-distro/conf/distro/poky-agl.conf')
-rw-r--r--meta-agl-distro/conf/distro/poky-agl.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-agl-distro/conf/distro/poky-agl.conf b/meta-agl-distro/conf/distro/poky-agl.conf
index f217f783d..4d78c6c58 100644
--- a/meta-agl-distro/conf/distro/poky-agl.conf
+++ b/meta-agl-distro/conf/distro/poky-agl.conf
@@ -157,3 +157,8 @@ PACKAGE_FEED_ARCHS = ""
# Fix for rpm metadata clash between nativesdk-cmake and nativesdk-qtbase-tools
# (revalidate after 2017-10-15, 2018-06-12: still required)
DIRFILES_pn-nativesdk-cmake = "1"
+
+# For https://jira.automotivelinux.org/browse/SPEC-1629 :
+# We exclude the conflicting vars from the sstate task hash.
+# This needs to be verified.
+do_package_write_rpm[vardepsexclude] += "ARCHIVER_TOPDIR PF"