diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-06-15 10:12:40 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-17 00:07:06 +0100 |
| commit | d75ed0660370cbf0399b7e4b33cc7d9fb2aaecb5 (patch) | |
| tree | 61081337d84fb151de67c2036569afd6dc085515 /meta/recipes-graphics/xorg-lib/xkeyboard-config_2.32.bb | |
| parent | cf21610d2d06f6f478b56e77dbf43bdeb8c8343e (diff) | |
| download | poky-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.bb | 30 |
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 @@ | |||
| 1 | SUMMARY = "Keyboard configuration database for X Window" | ||
| 2 | |||
| 3 | DESCRIPTION = "The non-arch keyboard configuration database for X \ | ||
| 4 | Window. The goal is to provide the consistent, well-structured, \ | ||
| 5 | frequently released open source of X keyboard configuration data for X \ | ||
| 6 | Window System implementations. The project is targeted to XKB-based \ | ||
| 7 | systems." | ||
| 8 | |||
| 9 | HOMEPAGE = "http://freedesktop.org/wiki/Software/XKeyboardConfig" | ||
| 10 | BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xkeyboard-config" | ||
| 11 | |||
| 12 | LICENSE = "MIT & MIT-style" | ||
| 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=0e7f21ca7db975c63467d2e7624a12f9" | ||
| 14 | |||
| 15 | SRC_URI = "${XORG_MIRROR}/individual/data/xkeyboard-config/${BPN}-${PV}.tar.bz2" | ||
| 16 | SRC_URI[sha256sum] = "1feee317ba39b91902b0cbd2987c0c73e6afbfc8f4c096367a5c86c216c036a8" | ||
| 17 | |||
| 18 | SECTION = "x11/libs" | ||
| 19 | DEPENDS = "util-macros libxslt-native" | ||
| 20 | |||
| 21 | EXTRA_OECONF = "--with-xkb-rules-symlink=xorg --disable-runtime-deps" | ||
| 22 | |||
| 23 | FILES_${PN} += "${datadir}/X11/xkb" | ||
| 24 | |||
| 25 | inherit autotools pkgconfig gettext python3native | ||
| 26 | |||
| 27 | do_install_append () { | ||
| 28 | install -d ${D}${datadir}/X11/xkb/compiled | ||
| 29 | cd ${D}${datadir}/X11/xkb/rules && ln -sf base xorg | ||
| 30 | } | ||
