openembedded-devel.lists.openembedded.org archive mirror
 help / color / mirror / Atom feed
* [kirkstone] [PATCH] packagegroup-meta-filesystems: fix build issue
@ 2025-09-01 15:07 Logan Grosz
  2025-09-01 15:07 ` Logan Grosz
  0 siblings, 1 reply; 2+ messages in thread
From: Logan Grosz @ 2025-09-01 15:07 UTC (permalink / raw)
  To: openembedded-devel

I think this is needed for Kirkstone as there is no workaround.
`PACKAGE_ARCH` must be set _before_ inheriting `packagegroup.bbclass`,
otherwise there will still be the mentioned build issue.



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] packagegroup-meta-filesystems: fix build issue
  2025-09-01 15:07 [kirkstone] [PATCH] packagegroup-meta-filesystems: fix build issue Logan Grosz
@ 2025-09-01 15:07 ` Logan Grosz
  0 siblings, 0 replies; 2+ messages in thread
From: Logan Grosz @ 2025-09-01 15:07 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Vyacheslav Yurkov, Khem Raj

From: Vyacheslav Yurkov <Vyacheslav.Yurkov@bruker.com>

The packagegroup has to be arch dependent to address build failure:
ERROR: packagegroup-meta-filesystems-1.0-r0 do_package_write_rpm: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (fuse to libfuse2)
ERROR: packagegroup-meta-filesystems-1.0-r0 do_package_write_rpm: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (fuse-dev to libfuse-dev)

Signed-off-by: Vyacheslav Yurkov <Vyacheslav.Yurkov@bruker.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../packageconfigs/packagegroup-meta-filesystems.bb              | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-filesystems/recipes-filesystems/packageconfigs/packagegroup-meta-filesystems.bb b/meta-filesystems/recipes-filesystems/packageconfigs/packagegroup-meta-filesystems.bb
index 75591c31fa..1954b5979c 100644
--- a/meta-filesystems/recipes-filesystems/packageconfigs/packagegroup-meta-filesystems.bb
+++ b/meta-filesystems/recipes-filesystems/packageconfigs/packagegroup-meta-filesystems.bb
@@ -1,5 +1,6 @@
 SUMMARY = "Meta-filesystem packagegroups"
 
+PACKAGE_ARCH = "${TUNE_PKGARCH}"
 inherit packagegroup
 
 PROVIDES = "${PACKAGES}"
-- 
2.46.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-09-01 17:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-01 15:07 [kirkstone] [PATCH] packagegroup-meta-filesystems: fix build issue Logan Grosz
2025-09-01 15:07 ` Logan Grosz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).