[oe-commits] Matthew McClintock : patch.bbclass: Add PATCHRESOLVE to excluded vars for generating sstate-cache

git at git.openembedded.org git at git.openembedded.org
Thu Nov 24 23:12:12 UTC 2011


Module: openembedded-core.git
Branch: master-next
Commit: b64cbe0b511de8d8943ce34cbb4901239d9f0cb0
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b64cbe0b511de8d8943ce34cbb4901239d9f0cb0

Author: Matthew McClintock <msm at freescale.com>
Date:   Thu Nov 17 16:42:47 2011 -0600

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 <msm at freescale.com>

---

 meta/classes/patch.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/classes/patch.bbclass b/meta/classes/patch.bbclass
index b2b6d97..ac6c1ce 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}"





More information about the Openembedded-commits mailing list