From: Paul Eggleton Date: Mon, 4 Apr 2016 05:02:21 +0000 (+1200) Subject: classes/buildhistory: fix grammar in comments X-Git-Tag: 2016-4~157 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ddc60aea113e587f27df03645620d6eb677ff28a;p=openembedded-core.git classes/buildhistory: fix grammar in comments Fix a minor grammatical error in the comments here. Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- 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_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"