summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-core
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-07-01 11:01:08 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2020-07-02 19:05:17 +0200
commit9149f29426df94b6b01200598f6bd3fd7b668bdf (patch)
treebe784324072f322fb600da427c931943618326af /meta-agl-profile-core
parent333f3632fc1f475ade44b44795b621e2fdcc4541 (diff)
vardepsexclude DISTRO_*_MANIFEST_GENERATOR ... check
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: Ic8d1429188dc1edea7710663665d4070f7f8dc6a
Diffstat (limited to 'meta-agl-profile-core')
-rw-r--r--meta-agl-profile-core/recipes-core/distro-build-manifest/distro-build-manifest.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-agl-profile-core/recipes-core/distro-build-manifest/distro-build-manifest.bb b/meta-agl-profile-core/recipes-core/distro-build-manifest/distro-build-manifest.bb
index 823cc28a1..84103a99e 100644
--- a/meta-agl-profile-core/recipes-core/distro-build-manifest/distro-build-manifest.bb
+++ b/meta-agl-profile-core/recipes-core/distro-build-manifest/distro-build-manifest.bb
@@ -94,6 +94,8 @@ do_compilestep1[vardeps] += " ${BUILD_MANIFEST_FIELDS_SDK}"
# avoid errors "ERROR: When reparsing .../distro-build-manifest/distro-build-manifest.bb.do_compile, the basehash value changed from .... to .... . The metadata is not deterministic and this needs to be fixed."
do_compilestep2[vardepsexclude] = "DATETIME"
+do_compilestep2[vardepsexclude] += "DISTRO_SETUP_MANIFEST"
+do_compilestep2[vardepsexclude] += "DISTRO_MANIFEST_GENERATOR"
# combine the two steps
python do_compile() {