]> code.ossystems Code Review - openembedded-core.git/commit
package/scripts: Fix FILES_INFO handling
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Aug 2021 15:01:06 +0000 (16:01 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Aug 2021 08:52:18 +0000 (09:52 +0100)
commita1190903e0a61a12c9854c96af918ae8d12c6327
treee70fd8d865f322c0827c5671fecec15afe9892cf
parent72a9ddf85876909d6f22582561a6e1c3a2ccf2fa
package/scripts: Fix FILES_INFO handling

There is a long standing bug where FILES_INFO isn't written into pkgdata
with a package suffix. This means if the files are read into the datastore
as intended, the last one "wins".

Fix this to work as intended. Most of the call sites using the data need
to be updated to handle this and the overrides change correctly.

Also fix some other problematic references noticed along the way.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/insane.bbclass
meta/classes/package.bbclass
meta/classes/toaster.bbclass
scripts/lib/devtool/search.py
scripts/lib/recipetool/append.py
scripts/lib/recipetool/create.py
scripts/lib/recipetool/create_buildsys_python.py
scripts/oe-pkgdata-util