diff options
-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 |