All of lore.kernel.org
 help / color / mirror / Atom feed
* Usage of NATIVE_INSTALL_WORKS
@ 2010-08-16 11:37 Enrico Scholz
  2010-08-16 13:58 ` Chris Larson
  0 siblings, 1 reply; 5+ messages in thread
From: Enrico Scholz @ 2010-08-16 11:37 UTC (permalink / raw)
  To: openembedded-devel

Hi,

http://wiki.openembedded.org/index.php/Legacy_staging states that
NATIVE_INSTALL_WORKS must be set when there is a non trivial
do_install() function and BBCLASSEXTEND is used.

But 

| git grep NATIVE_INSTALL_WORKS conf/ classes/ lib/ 

shows only one place where this variable is evaluated:

| classes/staging.bbclass:    elif bb.data.getVar('NATIVE_INSTALL_WORKS', d, 1) == "1":
| classes/staging.bbclass-        legacy = False

And there, it is used only in the is_legacy_staging() function, to
override legacy/non-legacy detection results.


Is there still any use for this variable in modern staging?  Or shall it
be purged from non-legacy recipes?


Enrico



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

end of thread, other threads:[~2010-08-17 19:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-16 11:37 Usage of NATIVE_INSTALL_WORKS Enrico Scholz
2010-08-16 13:58 ` Chris Larson
2010-08-17 17:48   ` Tom Rini
2010-08-17 18:17     ` Chris Larson
2010-08-17 19:01       ` Tom Rini

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.