diff options
Diffstat (limited to 'meta/classes/buildhistory.bbclass')
-rw-r--r-- | meta/classes/buildhistory.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/buildhistory.bbclass b/meta/classes/buildhistory.bbclass index 60d19e23b4..0fa9b16841 100644 --- a/meta/classes/buildhistory.bbclass +++ b/meta/classes/buildhistory.bbclass | |||
@@ -42,7 +42,7 @@ BUILDHISTORY_COMMIT_AUTHOR ?= "buildhistory <buildhistory@${DISTRO}>" | |||
42 | BUILDHISTORY_PUSH_REPO ?= "" | 42 | BUILDHISTORY_PUSH_REPO ?= "" |
43 | 43 | ||
44 | SSTATEPOSTINSTFUNCS_append = " buildhistory_emit_pkghistory" | 44 | SSTATEPOSTINSTFUNCS_append = " buildhistory_emit_pkghistory" |
45 | # We want to avoid influence the signatures of sstate tasks - first the function itself: | 45 | # We want to avoid influencing the signatures of sstate tasks - first the function itself: |
46 | sstate_install[vardepsexclude] += "buildhistory_emit_pkghistory" | 46 | sstate_install[vardepsexclude] += "buildhistory_emit_pkghistory" |
47 | # then the value added to SSTATEPOSTINSTFUNCS: | 47 | # then the value added to SSTATEPOSTINSTFUNCS: |
48 | SSTATEPOSTINSTFUNCS[vardepvalueexclude] .= "| buildhistory_emit_pkghistory" | 48 | SSTATEPOSTINSTFUNCS[vardepvalueexclude] .= "| buildhistory_emit_pkghistory" |