diff options
author | Kenfe-Mickael Laventure <mickael.laventure@verkada.com> | 2021-09-27 09:45:45 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-28 17:55:04 +0100 |
commit | 64ebd0d97c2552a8fca3e161df6d2a00279ab150 (patch) | |
tree | 120e5d7bf68b0e0eb7bc86ad2491e686eb90a4e9 /documentation/migration-guides/migration-1.7.rst | |
parent | 0e80ffc6c83253cec4bc0888c3dbf88d4932647f (diff) | |
download | poky-64ebd0d97c2552a8fca3e161df6d2a00279ab150.tar.gz |
package_ipk: Use localdata store when signing packages
When signing a package, we were resolving the `PKGV` version using the
original data store (`d`). However, since that store does not have the
package name in its `OVERRIDES` list the wrong version can be returned in
recipes that produce multiple packages. One such example would be
`external-arm-toolchain.bb`.
The above issue is fixed by using `localdata` instead of `d` when
resolving the needed variables.
(From OE-Core rev: 2b5f01cf5a92a873ac4c3f0ba0584cab2cc05714)
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@verkada.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides/migration-1.7.rst')
0 files changed, 0 insertions, 0 deletions