The meson.build requires that bison is present, even if it may not be needed.
Drop --disable-selective-error as this isn't an option in meson. Signed-off-by: Ross Burton <[email protected]> --- meta/recipes-graphics/xorg-app/xkbcomp_1.5.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/xorg-app/xkbcomp_1.5.0.bb b/meta/recipes-graphics/xorg-app/xkbcomp_1.5.0.bb index 67bed254ac9..df9f1934710 100644 --- a/meta/recipes-graphics/xorg-app/xkbcomp_1.5.0.bb +++ b/meta/recipes-graphics/xorg-app/xkbcomp_1.5.0.bb @@ -9,11 +9,11 @@ be read directly by XKB-capable X servers or utilities." LIC_FILES_CHKSUM = "file://COPYING;md5=be5e191f04d3f2cd80aa83b928ba984c" -DEPENDS += "libxkbfile" +DEPENDS += "bison-native libxkbfile" BBCLASSEXTEND = "native" -EXTRA_OECONF += "--disable-selective-werror" +XORGBUILDCLASS = "meson" SRC_URI_EXT = "xz" SRC_URI[sha256sum] = "2ac31f26600776db6d9cd79b3fcd272263faebac7eb85fb2f33c7141b8486060" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#240970): https://lists.openembedded.org/g/openembedded-core/message/240970 Mute This Topic: https://lists.openembedded.org/mt/120281298/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
