From f25e913dbc400a8c72fbd93b2754501d5b61e3df Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Tue, 30 Dec 2014 20:12:24 -0800 Subject: libinput: update to 0.7.0 Signed-off-by: Armin Kuster Signed-off-by: Richard Purdie --- meta/recipes-graphics/wayland/libinput_0.6.0.bb | 14 -------------- meta/recipes-graphics/wayland/libinput_0.7.0.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta/recipes-graphics/wayland/libinput_0.6.0.bb create mode 100644 meta/recipes-graphics/wayland/libinput_0.7.0.bb diff --git a/meta/recipes-graphics/wayland/libinput_0.6.0.bb b/meta/recipes-graphics/wayland/libinput_0.6.0.bb deleted file mode 100644 index c3bbb7b0af..0000000000 --- a/meta/recipes-graphics/wayland/libinput_0.6.0.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "Library to handle input devices in Wayland compositors" -HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libinput/" -SECTION = "libs" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=673e626420c7f859fbe2be3a9c13632d" - -DEPENDS = "libevdev udev mtdev" - -SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BP}.tar.xz" -SRC_URI[md5sum] = "3afaf9f66d8796323a79edb879c10ba3" -SRC_URI[sha256sum] = "30b555771e7cb921ccb9430c4a86940aa3938d05506e81d2417c03e30451bfbc" - -inherit autotools pkgconfig diff --git a/meta/recipes-graphics/wayland/libinput_0.7.0.bb b/meta/recipes-graphics/wayland/libinput_0.7.0.bb new file mode 100644 index 0000000000..98d29426e6 --- /dev/null +++ b/meta/recipes-graphics/wayland/libinput_0.7.0.bb @@ -0,0 +1,14 @@ +SUMMARY = "Library to handle input devices in Wayland compositors" +HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libinput/" +SECTION = "libs" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=673e626420c7f859fbe2be3a9c13632d" + +DEPENDS = "libevdev udev mtdev" + +SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BP}.tar.xz" +SRC_URI[md5sum] = "381b61396de28c12716ef7a5475fea50" +SRC_URI[sha256sum] = "129f485afe5e4a9394641293991c97cb99f5f3338340d0d65b704ff463d1579e" + +inherit autotools pkgconfig -- cgit 1.2.3-korg