]> code.ossystems Code Review - openembedded-core.git/commit
package.bbclass: Allow a package to skip per file dependency generation
authorMark Hatle <mark.hatle@windriver.com>
Thu, 28 Jun 2012 21:09:27 +0000 (16:09 -0500)
committerSaul Wold <sgw@linux.intel.com>
Tue, 3 Jul 2012 07:05:40 +0000 (00:05 -0700)
commita1ca125de55a8e7cab402e2ba5737a56d4e890c2
tree0938204bfe3cd2f5f13ff8113438b7b0091ff7b1
parentfa1c7b797593cbd5e82dc264bde2667620eb0515
package.bbclass: Allow a package to skip per file dependency generation

Most of the time skipping per file dependency generation is a bad idea, but
when building a nativesdk or similar you may be required to pickup host
dependencies.  These host dependencies can not always be reconciled within
the scope of other nativesdk components, so if we skip them we can facilitate
this unique situation.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
meta/classes/package.bbclass