From 60cd3bf93c259464e69c0384eafc2b2d90edec85 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sun, 10 Mar 2019 11:07:33 -0700 Subject: libxkbcommon: update to 0.8.4 Signed-off-by: Armin Kuster Signed-off-by: Richard Purdie --- .../xorg-lib/libxkbcommon_0.8.3.bb | 22 ---------------------- .../xorg-lib/libxkbcommon_0.8.4.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-lib/libxkbcommon_0.8.3.bb create mode 100644 meta/recipes-graphics/xorg-lib/libxkbcommon_0.8.4.bb (limited to 'meta') diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.8.3.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.8.3.bb deleted file mode 100644 index ff0f0690b6..0000000000 --- a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.8.3.bb +++ /dev/null @@ -1,22 +0,0 @@ -SUMMARY = "Generic XKB keymap library" -DESCRIPTION = "libxkbcommon is a keymap compiler and support library which \ -processes a reduced subset of keymaps as defined by the XKB specification." -HOMEPAGE = "http://www.xkbcommon.org" -LIC_FILES_CHKSUM = "file://LICENSE;md5=e525ed9809e1f8a07cf4bce8b09e8b87" -LICENSE = "MIT & MIT-style" - -DEPENDS = "util-macros flex-native bison-native" - -SRC_URI = "http://xkbcommon.org/download/${BPN}-${PV}.tar.xz" - -SRC_URI[md5sum] = "8225a206e00c4146d2e06f5e688b28e7" -SRC_URI[sha256sum] = "b855c629849a97ab9835a4ad99d6b749a636f70d38a03f070c6ef72024825540" - -UPSTREAM_CHECK_URI = "http://xkbcommon.org/" - -inherit autotools pkgconfig - -EXTRA_OECONF = "--disable-docs" - -PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" -PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,libxcb xkeyboard-config," diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.8.4.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.8.4.bb new file mode 100644 index 0000000000..8fcae12cef --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.8.4.bb @@ -0,0 +1,22 @@ +SUMMARY = "Generic XKB keymap library" +DESCRIPTION = "libxkbcommon is a keymap compiler and support library which \ +processes a reduced subset of keymaps as defined by the XKB specification." +HOMEPAGE = "http://www.xkbcommon.org" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e525ed9809e1f8a07cf4bce8b09e8b87" +LICENSE = "MIT & MIT-style" + +DEPENDS = "util-macros flex-native bison-native" + +SRC_URI = "http://xkbcommon.org/download/${BPN}-${PV}.tar.xz" + +SRC_URI[md5sum] = "3c4409058dfd203f641a563358e0187d" +SRC_URI[sha256sum] = "60ddcff932b7fd352752d51a5c4f04f3d0403230a584df9a2e0d5ed87c486c8b" + +UPSTREAM_CHECK_URI = "http://xkbcommon.org/" + +inherit autotools pkgconfig + +EXTRA_OECONF = "--disable-docs" + +PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" +PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,libxcb xkeyboard-config," -- cgit 1.2.3-korg