Skip to content
Commit c4724cd6 authored by Kenfe-Mickael Laventure's avatar Kenfe-Mickael Laventure Committed by Anuj Mittal
Browse files

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.

Signed-off-by: default avatarKenfe-Mickael Laventure <mickael.laventure@verkada.com>
Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 2b5f01cf)
Signed-off-by: default avatarAnuj Mittal <anuj.mittal@intel.com>
parent f730707b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment