]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxkbcommon: remove obsolete util-macros dependency
authorRoss Burton <ross@burtonini.com>
Fri, 3 Dec 2021 16:43:36 +0000 (16:43 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 6 Dec 2021 11:09:47 +0000 (11:09 +0000)
This is a hang-over from the autotools build system.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/xorg-lib/libxkbcommon_1.3.1.bb

index 0e75ed03dc5ea335f0e571e5e47cf957e151677d..95accfc184f3e8d1c18db23df02d07a17dadcc35 100644 (file)
@@ -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"