Skip to content

Commit e3b3167

Browse files
committed
packagegroup-mchp-graphics: set PACKAGE_ARCH to MACHINE_ARCH
Fix build error caused by dependency on dynamically renamed packages (e.g., libdrm → libdrm2). Since the packagegroup depends on machine- specific components, mark it as MACHINE_ARCH instead of allarch to ensure proper packaging. Signed-off-by: Dharma Balasubiramani <dharma.b@microchip.com>
1 parent bca54c9 commit e3b3167

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

meta-mchp-common/recipes-mchp/packagegroups/packagegroup-mchp-graphics.bb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
SUMMARY = "Package group for graphics software and libraries."
22

3+
PACKAGE_ARCH = "${MACHINE_ARCH}"
4+
35
inherit packagegroup
46

57
PROVIDES = "${PACKAGES}"

0 commit comments

Comments
 (0)