]> code.ossystems Code Review - openembedded-core.git/commit
patch.bbclass: Ensure the DATE and SRCDATE variable exclusions apply to the correct...
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 13 Jan 2012 16:23:26 +0000 (16:23 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 13 Jan 2012 16:56:20 +0000 (16:56 +0000)
commitbd047935305c872b565f30b46c94b7077e5fb3a2
tree988cebf07b7de0be0e30cee916d0987fea2e24f5
parent1d2697e6f00cc3771f39f5a7d4384a22d9696b16
patch.bbclass: Ensure the DATE and SRCDATE variable exclusions apply to the correct function

People have noticed that sstate is now getting invalidated very readily. The
issue is that the code using these variables was factored into a new function
but the variable exclusion was not. This patch moves the variable exclusion
to the correct place allowing the sstate checksums to work correctly.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/patch.bbclass