[bitbake-devel] Broken SRC_URI handling

Enrico Scholz enrico.scholz at sigma-chemnitz.de
Mon Nov 26 15:45:14 UTC 2012


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




More information about the bitbake-devel mailing list