From: Ross Burton Date: Fri, 3 Dec 2021 16:43:36 +0000 (+0000) Subject: libxkbcommon: remove obsolete util-macros dependency X-Git-Tag: uninative-3.5~639 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=500b63b000674f812e9f11681ff5c30a81107bb4;p=openembedded-core.git libxkbcommon: remove obsolete util-macros dependency This is a hang-over from the autotools build system. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.3.1.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.3.1.bb index 0e75ed03dc..95accfc184 100644 --- a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.3.1.bb +++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.3.1.bb @@ -5,7 +5,7 @@ HOMEPAGE = "http://www.xkbcommon.org" LIC_FILES_CHKSUM = "file://LICENSE;md5=e525ed9809e1f8a07cf4bce8b09e8b87" LICENSE = "MIT & MIT-style" -DEPENDS = "util-macros flex-native bison-native" +DEPENDS = "flex-native bison-native" SRC_URI = "http://xkbcommon.org/download/${BPN}-${PV}.tar.xz"