diff options
| -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 e8cdee57d0..8b5d5c214c 100644 --- a/meta/classes/buildhistory.bbclass +++ b/meta/classes/buildhistory.bbclass | |||
| @@ -17,7 +17,7 @@ BUILDHISTORY_COMMIT ?= "0" | |||
| 17 | BUILDHISTORY_COMMIT_AUTHOR ?= "buildhistory <buildhistory@${DISTRO}>" | 17 | BUILDHISTORY_COMMIT_AUTHOR ?= "buildhistory <buildhistory@${DISTRO}>" |
| 18 | BUILDHISTORY_PUSH_REPO ?= "" | 18 | BUILDHISTORY_PUSH_REPO ?= "" |
| 19 | 19 | ||
| 20 | SSTATEPOSTINSTFUNCS += "buildhistory_emit_pkghistory" | 20 | SSTATEPOSTINSTFUNCS_append = " buildhistory_emit_pkghistory" |
| 21 | # We want to avoid influence the signatures of sstate tasks - first the function itself: | 21 | # We want to avoid influence the signatures of sstate tasks - first the function itself: |
| 22 | sstate_install[vardepsexclude] += "buildhistory_emit_pkghistory" | 22 | sstate_install[vardepsexclude] += "buildhistory_emit_pkghistory" |
| 23 | # then the value added to SSTATEPOSTINSTFUNCS: | 23 | # then the value added to SSTATEPOSTINSTFUNCS: |
