| Message ID | 20260902151051.159953-5-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/xorg-lib-common.inc b/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc index a32e47f63b4..13b3b1a73bd 100644 --- a/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc +++ b/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc @@ -3,7 +3,7 @@ BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" SECTION = "x11/libs" LICENSE = "MIT" -DEPENDS = "util-macros" +DEPENDS = "util-macros-native" XORG_PN = "${BPN}" XORG_EXT ?= "tar.xz"
There's no need to depend on the target form of this recipe as it just provides autoconf macros, the native is sufficient. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-graphics/xorg-lib/xorg-lib-common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)