From 28e185ba401fa1f2c11fca65bd873a0f5d78b811 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Sun, 21 Apr 2013 14:44:35 -0700 Subject: libxkbcommon: Update to 0.3.0 Signed-off-by: Saul Wold --- meta/recipes-graphics/xorg-lib/libxkbcommon_0.2.0.bb | 20 -------------------- meta/recipes-graphics/xorg-lib/libxkbcommon_0.3.0.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 20 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-lib/libxkbcommon_0.2.0.bb create mode 100644 meta/recipes-graphics/xorg-lib/libxkbcommon_0.3.0.bb (limited to 'meta') diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.2.0.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.2.0.bb deleted file mode 100644 index e8d16df6cf..0000000000 --- a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.2.0.bb +++ /dev/null @@ -1,20 +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" - -LICENSE = "MIT & MIT-style" - -DEPENDS = "util-macros flex-native bison-native" - -SRC_URI = "http://xkbcommon.org/download/${BPN}-${PV}.tar.bz2" -SRC_URI[md5sum] = "2be3d4a255d02c7d46fc6a9486f21f6a" -SRC_URI[sha256sum] = "74eb0a121ca3998015fd687591426bb15c524645a72cf602831b2e729172fb42" - -LIC_FILES_CHKSUM = "file://COPYING;md5=9c0b824e72a22f9d2c40b9c93b1f0ddc" - -PR = "r1" - -inherit autotools pkgconfig - -EXTRA_OECONF = "--disable-docs" diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.3.0.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.3.0.bb new file mode 100644 index 0000000000..6e6dbfa6f8 --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.3.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] = "22a046100738f99b4cc0297aa210f4e4" +SRC_URI[sha256sum] = "866c0df88f806dff8fc859b6f082cf9f8b6c3b549f0a367541e12b1ca28a5d65" + +inherit autotools pkgconfig + +EXTRA_OECONF = "--disable-docs" -- cgit v1.2.3