diff options
-rw-r--r-- | meta/recipes-graphics/wayland/libinput_0.18.0.bb (renamed from meta/recipes-graphics/wayland/libinput_0.7.0.bb) | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/meta/recipes-graphics/wayland/libinput_0.7.0.bb b/meta/recipes-graphics/wayland/libinput_0.18.0.bb index 98d29426e6..0fe1c6c59b 100644 --- a/meta/recipes-graphics/wayland/libinput_0.7.0.bb +++ b/meta/recipes-graphics/wayland/libinput_0.18.0.bb | |||
@@ -3,12 +3,15 @@ HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libinput/" | |||
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | 4 | ||
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=673e626420c7f859fbe2be3a9c13632d" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=2184aef38ff137ed33ce9a63b9d1eb8f" |
7 | 7 | ||
8 | DEPENDS = "libevdev udev mtdev" | 8 | DEPENDS = "libevdev udev mtdev" |
9 | 9 | ||
10 | SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BP}.tar.xz" | 10 | SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BP}.tar.xz" |
11 | SRC_URI[md5sum] = "381b61396de28c12716ef7a5475fea50" | 11 | SRC_URI[md5sum] = "0ddbb0d53d58dec0a86de6791560011a" |
12 | SRC_URI[sha256sum] = "129f485afe5e4a9394641293991c97cb99f5f3338340d0d65b704ff463d1579e" | 12 | SRC_URI[sha256sum] = "64a70f96bab17a22eaf2fd7af17cf83def3388374096c7623be9448f62808cda" |
13 | 13 | ||
14 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |
15 | |||
16 | FILES_${PN} += "${libdir}/udev/" | ||
17 | FILES_${PN}-dbg += "${libdir}/udev/.debug" | ||