package.bbclass: ensure license excluded files aren't packaged
authorChristopher Larson <chris_larson@mentor.com>
Thu, 18 Apr 2013 23:51:51 +0000 (16:51 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 22 Apr 2013 13:45:04 +0000 (14:45 +0100)
commit2f0b5e7aab935f82529ac96b9d3e06f2e77807b5
tree68a021f72b2be3ac931738ea3b8480b7261475f9
parenta9336482ded1d7cd2d7bacc2d7cfb2119ecd29fc
package.bbclass: ensure license excluded files aren't packaged

An excluded package left its files behind, which meant they could end up in
another package instead, meaning we could ship GPLv3 binaries even with GPLv3
in INCOMPATIBLE_LICENSE. Skip the files belonging to the excluded packages to
prevent this from occurring.

(From OE-Core rev: c045bfe6b991006ac80f0e2d06a8917ae58d9262)

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package.bbclass