]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
signing-keys: fix RDEPENDS to signing-keys-dev
authorFederico Pellegrin <fede.evol@gmail.com>
Sun, 19 Jun 2022 15:24:17 +0000 (17:24 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Jun 2022 17:44:23 +0000 (18:44 +0100)
commitecdba906c3c8bc21e33b4a2651a762c40487149b
treeb5c89bf2e652ac74d958170bc25b0c14ced564df
parentefac044cabdbe77556a0b9903595fd602f39ac8d
signing-keys: fix RDEPENDS to signing-keys-dev

Specific provider (ie. RPM or IPK) does "provide" just itself as a
package to the system. This will cause the "-dev" package, which
refers to the generic signing-keys and not the provider specific,
to miss the dependency.

Error case (RPM) when populating sdk:

Error:
 Problem: conflicting requests
  - nothing provides signing-keys = 1.0-r0 needed by signing-keys-dev-1.0-r0.noarch
(try to add '--skip-broken' to skip uninstallable packages)

Examining signing-keys-rpm packages in PROVIDES we have indeed:
signing-keys-rpm = 1.0-r0

But in signing-keys-dev: in REQUIRES:
signing-keys-1.0-r0

This MR will fix the situation by removing the RDEPENDS for
the -dev package

Signed-off-by: Federico Pellegrin <fede@evolware.org>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
meta/recipes-core/meta/signing-keys.bb