aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <TicoTimo@gmail.com>2015-04-28 07:29:07 -0700
committerTim Orling <TicoTimo@gmail.com>2015-04-28 07:29:07 -0700
commitbaaf4c1daebaf6ac178f8f6f8ed5f9973c19dac6 (patch)
tree7f2058607e1105cae3975d2cf3dba15a96cf3f90
parenteaf006322bfe964626d5a185c7cf894fccfcb82a (diff)
downloadopenembedded-core-contrib-baaf4c1daebaf6ac178f8f6f8ed5f9973c19dac6.tar.gz
libinput: upgrade to 0.14.1
ANNOUNCE: http://lists.freedesktop.org/archives/wayland-devel/2015-April/021485.html Signed-off-by: Tim Orling <TicoTimo@gmail.com>
-rw-r--r--meta/recipes-graphics/wayland/libinput_0.14.1.bb (renamed from meta/recipes-graphics/wayland/libinput_0.7.0.bb)8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/recipes-graphics/wayland/libinput_0.7.0.bb b/meta/recipes-graphics/wayland/libinput_0.14.1.bb
index 98d29426e6..63b9039eee 100644
--- a/meta/recipes-graphics/wayland/libinput_0.7.0.bb
+++ b/meta/recipes-graphics/wayland/libinput_0.14.1.bb
@@ -8,7 +8,11 @@ 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"
+SRC_URI[md5sum] = "18f6e1d6ab58db9a66c5ee8ca20aa876"
+SRC_URI[sha256sum] = "2bed202ebe2d5026950d6f9d2ac0f0160d12f61c5a0f6d0d6ef671bbb02c1b64"
inherit autotools pkgconfig
+
+FILES_${PN} += "${libdir}/udev/libinput-device-group"
+
+FILES_${PN}-dbg += "${libdir}/udev/.debug/*"