summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.32.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-06-15 10:12:40 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-06-17 00:07:06 +0100
commitd75ed0660370cbf0399b7e4b33cc7d9fb2aaecb5 (patch)
tree61081337d84fb151de67c2036569afd6dc085515 /meta/recipes-graphics/xorg-lib/xkeyboard-config_2.32.bb
parentcf21610d2d06f6f478b56e77dbf43bdeb8c8343e (diff)
downloadpoky-d75ed0660370cbf0399b7e4b33cc7d9fb2aaecb5.tar.gz
xkeyboard-config: upgrade 2.32 -> 2.33
(From OE-Core rev: 8cdc1767ce15185c99d85dc976f2a316a21cb28f) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/xkeyboard-config_2.32.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/xkeyboard-config_2.32.bb30
1 files changed, 0 insertions, 30 deletions
diff --git a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.32.bb b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.32.bb
deleted file mode 100644
index daa07a4d02..0000000000
--- a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.32.bb
+++ /dev/null
@@ -1,30 +0,0 @@
1SUMMARY = "Keyboard configuration database for X Window"
2
3DESCRIPTION = "The non-arch keyboard configuration database for X \
4Window. The goal is to provide the consistent, well-structured, \
5frequently released open source of X keyboard configuration data for X \
6Window System implementations. The project is targeted to XKB-based \
7systems."
8
9HOMEPAGE = "http://freedesktop.org/wiki/Software/XKeyboardConfig"
10BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xkeyboard-config"
11
12LICENSE = "MIT & MIT-style"
13LIC_FILES_CHKSUM = "file://COPYING;md5=0e7f21ca7db975c63467d2e7624a12f9"
14
15SRC_URI = "${XORG_MIRROR}/individual/data/xkeyboard-config/${BPN}-${PV}.tar.bz2"
16SRC_URI[sha256sum] = "1feee317ba39b91902b0cbd2987c0c73e6afbfc8f4c096367a5c86c216c036a8"
17
18SECTION = "x11/libs"
19DEPENDS = "util-macros libxslt-native"
20
21EXTRA_OECONF = "--with-xkb-rules-symlink=xorg --disable-runtime-deps"
22
23FILES_${PN} += "${datadir}/X11/xkb"
24
25inherit autotools pkgconfig gettext python3native
26
27do_install_append () {
28 install -d ${D}${datadir}/X11/xkb/compiled
29 cd ${D}${datadir}/X11/xkb/rules && ln -sf base xorg
30}