diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-11-02 17:48:32 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-03 08:21:11 +0000 |
| commit | c35646464b469fbe14a0a1bca6341f0e4f59adfa (patch) | |
| tree | f238fec56496d21f854971464ab17ab41137d4aa /meta | |
| parent | 5915e2051391d12b434dd57365db43dde716de08 (diff) | |
| download | poky-c35646464b469fbe14a0a1bca6341f0e4f59adfa.tar.gz | |
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>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-graphics/xorg-lib/xkeyboard-config_2.31.bb (renamed from meta/recipes-graphics/xorg-lib/xkeyboard-config_2.30.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.30.bb b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.31.bb index a4d67cd2ce..ad150544e1 100644 --- a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.30.bb +++ b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.31.bb | |||
| @@ -13,7 +13,7 @@ LICENSE = "MIT & MIT-style" | |||
| 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=0e7f21ca7db975c63467d2e7624a12f9" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=0e7f21ca7db975c63467d2e7624a12f9" |
| 14 | 14 | ||
| 15 | SRC_URI = "${XORG_MIRROR}/individual/data/xkeyboard-config/${BPN}-${PV}.tar.bz2" | 15 | SRC_URI = "${XORG_MIRROR}/individual/data/xkeyboard-config/${BPN}-${PV}.tar.bz2" |
| 16 | SRC_URI[sha256sum] = "095a524f7b633ed257617202d06c9c71fe020c8897b106cf0dcdd0c6e8b797d4" | 16 | SRC_URI[sha256sum] = "da44181f2c8828789c720decf7d13acb3c3950e2a040af5132f50f04bb6aada3" |
| 17 | 17 | ||
| 18 | SECTION = "x11/libs" | 18 | SECTION = "x11/libs" |
| 19 | DEPENDS = "util-macros libxslt-native" | 19 | DEPENDS = "util-macros libxslt-native" |
| @@ -22,7 +22,7 @@ EXTRA_OECONF = "--with-xkb-rules-symlink=xorg --disable-runtime-deps" | |||
| 22 | 22 | ||
| 23 | FILES_${PN} += "${datadir}/X11/xkb" | 23 | FILES_${PN} += "${datadir}/X11/xkb" |
| 24 | 24 | ||
| 25 | inherit autotools pkgconfig gettext | 25 | inherit autotools pkgconfig gettext python3native |
| 26 | 26 | ||
| 27 | do_install_append () { | 27 | do_install_append () { |
| 28 | install -d ${D}${datadir}/X11/xkb/compiled | 28 | install -d ${D}${datadir}/X11/xkb/compiled |
