From f053427be02c795f7a6c0d624f755c875e90255a Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Thu, 13 Feb 2014 09:57:53 -0800 Subject: libxkbcommon: Update to 0.3.2 Signed-off-by: Saul Wold --- meta/recipes-graphics/xorg-lib/libxkbcommon_0.3.2.bb | 17 ----------------- meta/recipes-graphics/xorg-lib/libxkbcommon_0.4.0.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-lib/libxkbcommon_0.3.2.bb create mode 100644 meta/recipes-graphics/xorg-lib/libxkbcommon_0.4.0.bb (limited to 'meta/recipes-graphics/xorg-lib') diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.3.2.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.3.2.bb deleted file mode 100644 index 4a83b4f466..0000000000 --- a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.3.2.bb +++ /dev/null @@ -1,17 +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://COPYING;md5=9c0b824e72a22f9d2c40b9c93b1f0ddc" -LICENSE = "MIT & MIT-style" - -DEPENDS = "util-macros flex-native bison-native" - -SRC_URI = "http://xkbcommon.org/download/${BPN}-${PV}.tar.xz" - -SRC_URI[md5sum] = "935cf416354bf05210de2e389484f7e8" -SRC_URI[sha256sum] = "cc378a47b01b00226ecf647b69e07df04091323846124b366cf835e5cdf5a88a" - -inherit autotools pkgconfig - -EXTRA_OECONF = "--disable-docs" diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.4.0.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.4.0.bb new file mode 100644 index 0000000000..27263021a3 --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.4.0.bb @@ -0,0 +1,17 @@ +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://COPYING;md5=9c0b824e72a22f9d2c40b9c93b1f0ddc" +LICENSE = "MIT & MIT-style" + +DEPENDS = "util-macros flex-native bison-native" + +SRC_URI = "http://xkbcommon.org/download/${BPN}-${PV}.tar.xz" + +SRC_URI[md5sum] = "bb782f1700e45b4f57c84ef513e3cf85" +SRC_URI[sha256sum] = "2dc018e830d1befaf4822615204138318da3fff0112f78f3a7c638fa617375b8" + +inherit autotools pkgconfig + +EXTRA_OECONF = "--disable-docs" -- cgit 1.2.3-korg