summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-graphics/xorg-lib/xkeyboard-config_2.45.bb (renamed from meta/recipes-graphics/xorg-lib/xkeyboard-config_2.44.bb)13
1 files changed, 4 insertions, 9 deletions
diff --git a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.44.bb b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.45.bb
index 52d074fd5e..857ccc7516 100644
--- a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.44.bb
+++ b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.45.bb
@@ -10,23 +10,18 @@ HOMEPAGE = "http://freedesktop.org/wiki/Software/XKeyboardConfig"
10BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xkeyboard-config" 10BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xkeyboard-config"
11 11
12LICENSE = "MIT & MIT" 12LICENSE = "MIT & MIT"
13LIC_FILES_CHKSUM = "file://COPYING;md5=8fc8ae699974c360e2e2e883a63ce264" 13LIC_FILES_CHKSUM = "file://COPYING;md5=faa756e04053029ddc602caf99e5ef1d"
14 14
15SRC_URI = "${XORG_MIRROR}/individual/data/xkeyboard-config/${BPN}-${PV}.tar.xz" 15SRC_URI = "${XORG_MIRROR}/individual/data/xkeyboard-config/${BPN}-${PV}.tar.xz"
16SRC_URI[sha256sum] = "54d2c33eeebb031d48fa590c543e54c9bcbd0f00386ebc6489b2f47a0da4342a" 16SRC_URI[sha256sum] = "169e075a92d957a57787c199e84e359df2931b7196c1c5b4a3d576ee6235a87c"
17 17
18SECTION = "x11/libs" 18SECTION = "x11/libs"
19DEPENDS = "util-macros libxslt-native" 19DEPENDS = "util-macros libxslt-native"
20 20
21EXTRA_OECONF = "--with-xkb-rules-symlink=xorg --disable-runtime-deps" 21FILES:${PN} += "${datadir}/X11/xkb ${datadir}/xkeyboard-config-2"
22
23FILES:${PN} += "${datadir}/X11/xkb"
24 22
25inherit meson pkgconfig gettext python3native 23inherit meson pkgconfig gettext python3native
26 24
27do_install:append () { 25EXTRA_OEMESON += "-Dxorg-rules-symlinks=true"
28 install -d ${D}${datadir}/X11/xkb/compiled
29 cd ${D}${datadir}/X11/xkb/rules && ln -sf base xorg
30}
31 26
32BBCLASSEXTEND += "native" 27BBCLASSEXTEND += "native"