mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 09:32:13 +02:00
xkeyboard-config: upgrade 2.30 -> 2.31
Add python3native, as at least python 3.6 is needed during build, and not all hosts have that. (From OE-Core rev: a53586bd5230f66be8a44428d1a29235cf4ca2a7) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5915e20513
commit
c35646464b
@@ -13,7 +13,7 @@ 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[sha256sum] = "095a524f7b633ed257617202d06c9c71fe020c8897b106cf0dcdd0c6e8b797d4"
|
||||
SRC_URI[sha256sum] = "da44181f2c8828789c720decf7d13acb3c3950e2a040af5132f50f04bb6aada3"
|
||||
|
||||
SECTION = "x11/libs"
|
||||
DEPENDS = "util-macros libxslt-native"
|
||||
@@ -22,7 +22,7 @@ EXTRA_OECONF = "--with-xkb-rules-symlink=xorg --disable-runtime-deps"
|
||||
|
||||
FILES_${PN} += "${datadir}/X11/xkb"
|
||||
|
||||
inherit autotools pkgconfig gettext
|
||||
inherit autotools pkgconfig gettext python3native
|
||||
|
||||
do_install_append () {
|
||||
install -d ${D}${datadir}/X11/xkb/compiled
|
||||
Reference in New Issue
Block a user