summaryrefslogtreecommitdiffstats
path: root/meta/classes/buildhistory.bbclass
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-08-15 18:04:34 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-16 11:44:16 +0100
commit23575b4fdbeafcbd688d169775e6ca9aa51515b7 (patch)
treee793eaa90c527cc2bb8dd3b5ed980299f7490684 /meta/classes/buildhistory.bbclass
parentde9614711b243d0fb239e08c8c202a228aa63946 (diff)
downloadpoky-23575b4fdbeafcbd688d169775e6ca9aa51515b7.tar.gz
classes/buildhistory: remove default of BUILDHISTORY_CHECKVERBACKWARDS
Since this variable is no longer used, we don't need to set a default for it. (From OE-Core rev: a5230835c539781b5b035dc6d0be3cac5a5bd305) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/buildhistory.bbclass')
-rw-r--r--meta/classes/buildhistory.bbclass1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/buildhistory.bbclass b/meta/classes/buildhistory.bbclass
index c32c7aa868..1c49831978 100644
--- a/meta/classes/buildhistory.bbclass
+++ b/meta/classes/buildhistory.bbclass
@@ -16,7 +16,6 @@ BUILDHISTORY_IMAGE_FILES ?= "/etc/passwd /etc/group"
16BUILDHISTORY_COMMIT ?= "0" 16BUILDHISTORY_COMMIT ?= "0"
17BUILDHISTORY_COMMIT_AUTHOR ?= "buildhistory <buildhistory@${DISTRO}>" 17BUILDHISTORY_COMMIT_AUTHOR ?= "buildhistory <buildhistory@${DISTRO}>"
18BUILDHISTORY_PUSH_REPO ?= "" 18BUILDHISTORY_PUSH_REPO ?= ""
19BUILDHISTORY_CHECKVERBACKWARDS ?= "1"
20 19
21# Must inherit package first before changing PACKAGEFUNCS 20# Must inherit package first before changing PACKAGEFUNCS
22inherit package 21inherit package