| Message ID | 20260902151051.159953-1-ross.burton@arm.com |
|---|---|
| State | New |
| Headers | show |
| Series | [1/7] libxcb: add explicit util-macros-native dependency | expand |
diff --git a/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb b/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb index fcd8aad3036..0e7538cda5c 100644 --- a/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb +++ b/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb @@ -16,7 +16,7 @@ SRC_URI[sha256sum] = "599ebf9996710fea71622e6e184f3a8ad5b43d0e5fa8c4e407123c88a5 BBCLASSEXTEND = "native nativesdk" -DEPENDS = "xcb-proto xorgproto libxau libpthread-stubs libxdmcp" +DEPENDS = "util-macros-native xcb-proto xorgproto libxau libpthread-stubs libxdmcp" PACKAGES_DYNAMIC = "^${PN}-.*"
This recipe needs util-macros, but currently this comes in via target transient dependencies. Explicitly depend on util-macros-native so it is always present. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)