From: Matthew McClintock Date: Thu, 17 Nov 2011 22:42:47 +0000 (-0600) Subject: patch.bbclass: Add PATCHRESOLVE to excluded vars for generating sstate-cache X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~43546 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b64cbe0b511de8d8943ce34cbb4901239d9f0cb0;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git patch.bbclass: Add PATCHRESOLVE to excluded vars for generating sstate-cache The method of resolving the patch should not effect the sstate-cache signature. Signed-off-by: Matthew McClintock --- diff --git a/meta/classes/patch.bbclass b/meta/classes/patch.bbclass index b2b6d976c53..ac6c1ce1e58 100644 --- a/meta/classes/patch.bbclass +++ b/meta/classes/patch.bbclass @@ -140,7 +140,7 @@ python patch_do_patch() { raise bb.build.FuncFailed(str(sys.exc_value)) resolver.Resolve() } -patch_do_patch[vardepsexclude] = "DATE SRCDATE" +patch_do_patch[vardepsexclude] = "DATE SRCDATE PATCHRESOLVE" addtask patch after do_unpack do_patch[dirs] = "${WORKDIR}"