From c06b0743115d1ae75302679d8f5dfe0c88069b91 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 3 Jun 2015 12:56:23 -0700 Subject: libinput: Upgrade 0.7.0 -> 0.18.0 Upgrade is also required for wayland/weston 1.8.x libinput license changes are - COPYING: note that having linux/input.h in the tree does not make libinput GPL - Updated to 2015 where appropriate, added where missing. - filter: add Simon's copyright This code was largely lifted from the X server in bb25b2ad297891430606c367bfabc but didn't take the copyright messages that applied to that code. - Change MIT X11 to MIT Expat license see http://cgit.freedesktop.org/wayland/libinput/commit/?id=bc9f16b40e23a1d25c105a4207b97d65253f0d98 Signed-off-by: Khem Raj --- meta/recipes-graphics/wayland/libinput_0.18.0.bb | 17 +++++++++++++++++ meta/recipes-graphics/wayland/libinput_0.7.0.bb | 14 -------------- 2 files changed, 17 insertions(+), 14 deletions(-) create mode 100644 meta/recipes-graphics/wayland/libinput_0.18.0.bb delete mode 100644 meta/recipes-graphics/wayland/libinput_0.7.0.bb (limited to 'meta/recipes-graphics') diff --git a/meta/recipes-graphics/wayland/libinput_0.18.0.bb b/meta/recipes-graphics/wayland/libinput_0.18.0.bb new file mode 100644 index 0000000000..0fe1c6c59b --- /dev/null +++ b/meta/recipes-graphics/wayland/libinput_0.18.0.bb @@ -0,0 +1,17 @@ +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=2184aef38ff137ed33ce9a63b9d1eb8f" + +DEPENDS = "libevdev udev mtdev" + +SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BP}.tar.xz" +SRC_URI[md5sum] = "0ddbb0d53d58dec0a86de6791560011a" +SRC_URI[sha256sum] = "64a70f96bab17a22eaf2fd7af17cf83def3388374096c7623be9448f62808cda" + +inherit autotools pkgconfig + +FILES_${PN} += "${libdir}/udev/" +FILES_${PN}-dbg += "${libdir}/udev/.debug" diff --git a/meta/recipes-graphics/wayland/libinput_0.7.0.bb b/meta/recipes-graphics/wayland/libinput_0.7.0.bb deleted file mode 100644 index 98d29426e6..0000000000 --- a/meta/recipes-graphics/wayland/libinput_0.7.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] = "381b61396de28c12716ef7a5475fea50" -SRC_URI[sha256sum] = "129f485afe5e4a9394641293991c97cb99f5f3338340d0d65b704ff463d1579e" - -inherit autotools pkgconfig -- cgit 1.2.3-korg