summaryrefslogtreecommitdiffstats
path: root/meta/classes/buildhistory.bbclass
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2015-11-05 17:48:18 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-11-24 15:50:27 +0000
commita205c4ce1d420ab2a46e1da62cd96fc4b8564e2e (patch)
tree6b05c41b5f65439ec55c4e318162d7377792114e /meta/classes/buildhistory.bbclass
parentcf218e56afb82458d554608c137bdbed83acb76b (diff)
downloadpoky-a205c4ce1d420ab2a46e1da62cd96fc4b8564e2e.tar.gz
bbclass: fix spelling mistakes
Fix some spelling mistakes in bbclass files (From OE-Core rev: ed484c06f436eea62c5d0b1a2964f219f3e5cb61) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/buildhistory.bbclass')
-rw-r--r--meta/classes/buildhistory.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/buildhistory.bbclass b/meta/classes/buildhistory.bbclass
index a8653f9fd7..729dcd449d 100644
--- a/meta/classes/buildhistory.bbclass
+++ b/meta/classes/buildhistory.bbclass
@@ -24,7 +24,7 @@ sstate_install[vardepsexclude] += "buildhistory_emit_pkghistory"
24SSTATEPOSTINSTFUNCS[vardepvalueexclude] .= "| buildhistory_emit_pkghistory" 24SSTATEPOSTINSTFUNCS[vardepvalueexclude] .= "| buildhistory_emit_pkghistory"
25 25
26# 26#
27# Write out metadata about this package for comparision when writing future packages 27# Write out metadata about this package for comparison when writing future packages
28# 28#
29python buildhistory_emit_pkghistory() { 29python buildhistory_emit_pkghistory() {
30 if not d.getVar('BB_CURRENTTASK', True) in ['packagedata', 'packagedata_setscene']: 30 if not d.getVar('BB_CURRENTTASK', True) in ['packagedata', 'packagedata_setscene']: