]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
build: Fix profile file names
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 31 Aug 2013 22:43:37 +0000 (23:43 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 1 Sep 2013 07:54:33 +0000 (08:54 +0100)
commitc9534f8e59d44b885334607ed90a3be2e492ec69
tree0662e3b4e68f749e8139bdde9dfa373a0c012d16
parent42144a54979658f93fbbb43f7e271c1fff4d88ff
build: Fix profile file names

Using the basename of the .bb file is not unique, for example xxx-native
and xxx can overwrite each other. If this happens whilst running, you can
get odd backtraces as one file is parsed as another tries to write out
new data.

Avoid issues by using PN for the output filename instead.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/build.py