All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] sanity.bbclass: Avoid empty $PATH components
@ 2012-05-09 20:19 Peter Seebach
  2012-05-09 20:19 ` [PATCH 1/1] sanity.bbclass: Detect empty $PATH components too Peter Seebach
  2012-05-11 17:35 ` [PATCH 0/1] sanity.bbclass: Avoid empty $PATH components Saul Wold
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Seebach @ 2012-05-09 20:19 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

Empty components (including $PATHs starting or ending with a colon)
have the same harmful effects as a "." in $PATH.

The following changes since commit 8de7f8045f28aecfe796afcdb013c557ce9d1372:
  Martin Jansa (1):
        kmod: fix upgrade path from module-init-tools

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib seebs/cleanup
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=seebs/cleanup

Peter Seebach (1):
  sanity.bbclass: Detect empty $PATH components too

 meta/classes/sanity.bbclass |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)




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

end of thread, other threads:[~2012-05-11 17:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-09 20:19 [PATCH 0/1] sanity.bbclass: Avoid empty $PATH components Peter Seebach
2012-05-09 20:19 ` [PATCH 1/1] sanity.bbclass: Detect empty $PATH components too Peter Seebach
2012-05-11 17:35 ` [PATCH 0/1] sanity.bbclass: Avoid empty $PATH components Saul Wold

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.