The bmap-tools package is a python only package that is architecture
independent (arch=all). By denoting this, we speedup the build and work
around dependency issues on armhf bookworm.
Signed-off-by: Felix Moessbauer <
felix.mo...@siemens.com>
---
meta-isar/recipes-installer/bmap-tools/
bmap-tools.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta-isar/recipes-installer/bmap-tools/
bmap-tools.bb b/meta-isar/recipes-installer/bmap-tools/
bmap-tools.bb
index 376ab433..405fb9f2 100644
--- a/meta-isar/recipes-installer/bmap-tools/
bmap-tools.bb
+++ b/meta-isar/recipes-installer/bmap-tools/
bmap-tools.bb
@@ -8,6 +8,7 @@ inherit dpkg
SRC_URI = "apt://${BPN}"
PN = "bmap-tools"
CHANGELOG_V="<orig-version>+isar"
+DPKG_ARCH = "all"
SRC_URI += "file://0001-Fix-path-parameter-passing-error-of-set_psplash_pipe.patch;apply=no \
file://0002-Fix-_psplash_pipe-part-was-skipped-when-_progress_fi.patch;apply=no"
--
2.51.0