mirror of
https://git.yoctoproject.org/poky
synced 2026-09-16 09:49:35 +02:00
sign_rpm.bbclass: fix task dependencies
do_rootfs task needs to depend on signing-keys:do_export_public_keys. The rpm signing public key needs to be present in order to prevent a crash because it is imported into the rootfs rpmdb before rootfs creation starts. (From OE-Core rev: f854f4549f0b01421464032406a5275494acd818) Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
27c39c469e
commit
5dc38a349a
@@ -71,3 +71,4 @@ python sign_rpm () {
|
||||
}
|
||||
|
||||
do_package_index[depends] += "signing-keys:do_export_public_keys"
|
||||
do_rootfs[depends] += "signing-keys:do_export_public_keys"
|
||||
|
||||
Reference in New Issue
Block a user