public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH 0/1] skip filedeps per-package
@ 2013-01-26 18:21 Peter Seebach
  2013-01-26 18:21 ` [PATCH 1/1] package.bbclass: Allow per-package SKIP_FILEDEPS Peter Seebach
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Seebach @ 2013-01-26 18:21 UTC (permalink / raw)
  To: openembedded-core

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(-)




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-01-26 18:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-26 18:21 [PATCH 0/1] skip filedeps per-package Peter Seebach
2013-01-26 18:21 ` [PATCH 1/1] package.bbclass: Allow per-package SKIP_FILEDEPS Peter Seebach

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox