mirror of
https://git.yoctoproject.org/poky
synced 2026-06-04 14:09:47 +00:00
xkeyboard-config: remove redundant intltool dependency
Upstream now uses plain gettext. (From OE-Core rev: 0fd2b3318a7fb9bf8eeb760f82fe796f5b29643f) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
765b53118d
commit
44fd06e20a
@@ -13,12 +13,11 @@ LICENSE = "MIT & MIT-style"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=0e7f21ca7db975c63467d2e7624a12f9"
|
||||
|
||||
SRC_URI = "${XORG_MIRROR}/individual/data/xkeyboard-config/${BPN}-${PV}.tar.bz2"
|
||||
|
||||
SRC_URI[md5sum] = "316753e35d3906d042c74230612eab9f"
|
||||
SRC_URI[sha256sum] = "690daec8fea63526c07620c90e6f3f10aae34e94b6db6e30906173480721901f"
|
||||
|
||||
SECTION = "x11/libs"
|
||||
DEPENDS = "intltool-native util-macros libxslt-native"
|
||||
DEPENDS = "util-macros libxslt-native"
|
||||
|
||||
EXTRA_OECONF = "--with-xkb-rules-symlink=xorg --disable-runtime-deps"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user