diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2016-04-04 17:02:21 +1200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-05 14:33:57 +0100 |
commit | b13184ccccad9e1b6df44283a9a439d305033cef (patch) | |
tree | ab1bcd907e2e69fc1d3cda67db867f5d7ddee999 /meta/classes | |
parent | e5c0a9f067220a48bce81b97960d546933b2f0d6 (diff) | |
download | poky-b13184ccccad9e1b6df44283a9a439d305033cef.tar.gz |
classes/buildhistory: fix grammar in comments
Fix a minor grammatical error in the comments here.
(From OE-Core rev: ddc60aea113e587f27df03645620d6eb677ff28a)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-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" |