]> code.ossystems Code Review - openembedded-core.git/commit
package_*.bbclass: Ensure OVERRIDES doesn't change sstate signature
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 25 Aug 2015 16:57:37 +0000 (17:57 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 30 Aug 2015 11:34:21 +0000 (12:34 +0100)
commit59ccabdfb59a3e0917585dafab7a1e7c71330996
tree8915b1bce91df9b039a98bc3a582ad15554aed68
parentdd08ea759294415e7357bd1fb8fcd6d976e4f016
package_*.bbclass: Ensure OVERRIDES doesn't change sstate signature

Changes to OVERRIDES (e.g. from changing MACHINE) should not change
the sstate signatures of do_package_write_*. Exclude the variable
explicitly in the package classes to avoid this.

(From OE-Core rev: 5826a9260138c437f87ba1a9f84d5c08442b997d)

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