summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/buildhistory.bbclass5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/classes/buildhistory.bbclass b/meta/classes/buildhistory.bbclass
index 3a68d8d6f5..f99aa7f690 100644
--- a/meta/classes/buildhistory.bbclass
+++ b/meta/classes/buildhistory.bbclass
@@ -19,6 +19,11 @@ BUILDHISTORY_PUSH_REPO ?= ""
19inherit package 19inherit package
20PACKAGEFUNCS += "buildhistory_emit_pkghistory" 20PACKAGEFUNCS += "buildhistory_emit_pkghistory"
21 21
22# We don't want to force a rerun of do_package for everything
23# if the buildhistory_emit_pkghistory function or any of the
24# variables it refers to changes
25do_package[vardepsexclude] += "buildhistory_emit_pkghistory"
26
22# 27#
23# Called during do_package to write out metadata about this package 28# Called during do_package to write out metadata about this package
24# for comparision when writing future packages 29# for comparision when writing future packages