| Message ID | 20260902151051.159953-7-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-font/font-util_1.4.2.bb b/meta/recipes-graphics/xorg-font/font-util_1.4.2.bb index 05f246bf20e..103c91ba913 100644 --- a/meta/recipes-graphics/xorg-font/font-util_1.4.2.bb +++ b/meta/recipes-graphics/xorg-font/font-util_1.4.2.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=756e7412ee04c80f5833cd2f35242f7a \ file://map-ISO8859-1;beginline=1;endline=4;md5=9c9c1d525d29c0e82b5c99edbb8e71c1 \ " -DEPENDS = "encodings util-macros" +DEPENDS = "encodings util-macros-native" DEPENDS:class-native = "util-macros-native" RDEPENDS:${PN} = "mkfontdir mkfontscale encodings" RDEPENDS:${PN}:class-native = ""
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-font/font-util_1.4.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)