diff options
author | Peter Seebach <peter.seebach@windriver.com> | 2013-01-26 12:21:28 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-04 13:17:06 +0000 |
commit | 94557b500ad38a49aec40629015ed0b24e167f76 (patch) | |
tree | bc43481c976aece28509ad99c43f5c772d337847 /meta/recipes-devtools | |
parent | 08b3a282ce75a9972694f0c4379179505b9ec91f (diff) | |
download | openembedded-core-94557b500ad38a49aec40629015ed0b24e167f76.tar.gz openembedded-core-94557b500ad38a49aec40629015ed0b24e167f76.tar.bz2 openembedded-core-94557b500ad38a49aec40629015ed0b24e167f76.zip |
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.
Signed-off-by: Peter Seebach <peter.seebach@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools')
0 files changed, 0 insertions, 0 deletions