[cip-dev][isar-cip-core][PATCH] swupdate-config: Set DPKG_ARCH to any
Quirin Gylstorff <[email protected]>
| Newsgroups | org.cip-project.lists.cip-dev |
|---|---|
| Message-ID | <[email protected]> |
From: Quirin Gylstorff <[email protected]> This avoids the following error. | Building dependency tree... | Reading state information... | Package swupdate-config is a virtual package provided by: | swupdate-config-qemu-riscv64 0.2 | swupdate-config-qemu-arm64 0.2 | | E: Package 'swupdate-config' has no installation candidate This solution works in this case, but to confirm with the Debian standard we would need to add a conflict to all other versions of this packages. Signed-off-by: Quirin Gylstorff <[email protected]> --- .../{swupdate-config_0.2.bb => swupdate-config_0.3.bb} | 3 +++ 1 file changed, 3 insertions(+) rename recipes-core/swupdate-config/{swupdate-config_0.2.bb => swupdate-config_0.3.bb} (90%) diff --git a/recipes-core/swupdate-config/swupdate-config_0.2.bb b/recipes-core/swupdate-config/swupdate-config_0.3.bb similarity index 90% rename from recipes-core/swupdate-config/swupdate-config_0.2.bb rename to recipes-core/swupdate-config/swupdate-config_0.3.bb index b48e3d1..013b957 100644 --- a/recipes-core/swupdate-config/swupdate-config_0.2.bb +++ b/recipes-core/swupdate-config/swupdate-config_0.3.bb @@ -19,6 +19,9 @@ DEBIAN_PROVIDES := "${PN}" PN .= "-${MACHINE}" +# architecture specific package as it depends on the machine +DPKG_ARCH = "any" + SRC_URI = "file://swupdate.cfg \ file://hwrevision.tmpl" -- 2.53.0