All of lore.kernel.org
 help / color / mirror / Atom feed
* Broken SRC_URI handling
@ 2012-11-26 15:45 Enrico Scholz
  2012-11-26 21:21 ` Richard Purdie
  0 siblings, 1 reply; 4+ messages in thread
From: Enrico Scholz @ 2012-11-26 15:45 UTC (permalink / raw)
  To: bitbake-devel

Hi,

commit 07b5f84133ac79aac4e939ea5f24390ad7f940a5 introduced a regression
with

| +            if not newpath or not os.path.exists(newpath) and path.find("*") != -1:


When an SRC_URI element is not found, some directory in the search path
is copied insted.

There should be probably added some parentheses in the expression above.
At the moment, the 'A or B and C' above is interpreted as 'A or (B and
C)' due to operator precedences.


Enrico



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

end of thread, other threads:[~2012-11-27  6:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-26 15:45 Broken SRC_URI handling Enrico Scholz
2012-11-26 21:21 ` Richard Purdie
2012-11-27  1:02   ` Andreas Müller
2012-11-27  6:33     ` Martin Jansa

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.