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-04 10:03:45 +0100 |
commit | ddc60aea113e587f27df03645620d6eb677ff28a (patch) | |
tree | 6e7ad2341d57a277c35a6363fa78d0ad9de41b5e /meta/classes | |
parent | ec1077bed0c1538084bceeafb957abe725b13b76 (diff) | |
download | openembedded-core-ddc60aea113e587f27df03645620d6eb677ff28a.tar.gz openembedded-core-ddc60aea113e587f27df03645620d6eb677ff28a.tar.bz2 openembedded-core-ddc60aea113e587f27df03645620d6eb677ff28a.zip |
classes/buildhistory: fix grammar in comments
Fix a minor grammatical error in the comments here.
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}>" BUILDHISTORY_PUSH_REPO ?= "" SSTATEPOSTINSTFUNCS_append = " buildhistory_emit_pkghistory" -# We want to avoid influence the signatures of sstate tasks - first the function itself: +# We want to avoid influencing the signatures of sstate tasks - first the function itself: sstate_install[vardepsexclude] += "buildhistory_emit_pkghistory" # then the value added to SSTATEPOSTINSTFUNCS: SSTATEPOSTINSTFUNCS[vardepvalueexclude] .= "| buildhistory_emit_pkghistory" |