From patchwork Sat Jan 26 18:21:27 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/1] skip filedeps per-package Date: Sat, 26 Jan 2013 18:21:27 -0000 From: Peter Seebach X-Patchwork-Id: 43455 Message-Id: To: The existing checks for SKIP_FILEDEPS allow it to be turned on and off per recipe, but provide no way to turn it on and off per package, except by giving packages particular magic names like *-locale-*. Add a check against SKIP_FILEDEPS_pkg, parallel to FILES_pkg. The following changes since commit cc490d76aba0a778409ca1a3d0e1f2c308684c9b: Paul Eggleton (1): valgrind: explicitly disable MPI2 support are available in the git repository at: git://git.yoctoproject.org/poky-contrib seebs/skip_filedeps http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=seebs/skip_filedeps Peter Seebach (1): package.bbclass: Allow per-package SKIP_FILEDEPS meta/classes/package.bbclass | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)