All of lore.kernel.org
 help / color / mirror / Atom feed
* Recommended way to stage nothing?
@ 2010-11-10  0:06 Michael Smith
  0 siblings, 0 replies; only message in thread
From: Michael Smith @ 2010-11-10  0:06 UTC (permalink / raw)
  To: openembedded-devel

Hi,

There's a recipe that installs binary blob libraries, overwriting the 
libraries from a standard package. (Let's say the first letter of the 
binary recipe is N, second is V...) There is no need to stage the binary 
libraries; at build-time the standard libraries are fine.

What's the best way to prevent anything from being staged in the new 
post-legacy-staging world? At the moment I'm doing:

EXCLUDE_FROM_SHLIBS = "1"

sysroot_stage_all() {
}

Seems to work, but I don't know if it's the right way.

Mike



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-11-10  0:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-10  0:06 Recommended way to stage nothing? Michael Smith

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.