package.bbclass: Allow per-package SKIP_FILEDEPS
authorPeter Seebach <peter.seebach@windriver.com>
Sat, 26 Jan 2013 18:21:28 +0000 (12:21 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Feb 2013 13:18:28 +0000 (13:18 +0000)
commit3b0bd6f81e48c59b9882d6b2146133d75fcd7c38
tree09109ddf8f1c930a0ed08bfde3b89f5223314cd3
parent69a31b9aab5a7a0507fc02f4b444fafc967bebc4
package.bbclass: Allow per-package SKIP_FILEDEPS

The existing check for SKIP_FILEDEPS can be overridden per recipe
using SKIP_FILEDEPS_pn-${PN}. However, there's no mechanism for
letting a single package within a recipe use SKIP_FILEDEPS.

This patch adds SKIP_FILEDEPS_<pkg>, by analogy to FILES_<pkg>.
Note that it only works one way; if the recipe has SKIP_FILEDEPS = 1,
the checks for individual packages will never be reached.

(From OE-Core rev: 94557b500ad38a49aec40629015ed0b24e167f76)

Signed-off-by: Peter Seebach <peter.seebach@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package.bbclass