diff options
-rw-r--r-- | meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib_1.1.1.bb (renamed from meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib_0.0.7.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib_0.0.7.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib_1.1.1.bb index 830ca7ac90..9f445ff265 100644 --- a/meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib_0.0.7.bb +++ b/meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib_1.1.1.bb | |||
@@ -1,16 +1,16 @@ | |||
1 | require recipes-graphics/xorg-driver/xorg-driver-input.inc | 1 | require recipes-graphics/xorg-driver/xorg-driver-input.inc |
2 | |||
2 | SUMMARY = "X.Org X server -- tslib input driver" | 3 | SUMMARY = "X.Org X server -- tslib input driver" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=f1524518264f7776a9707c19c8affbbf" | ||
5 | |||
3 | DEPENDS += "tslib" | 6 | DEPENDS += "tslib" |
4 | RRECOMMENDS:${PN} += "tslib-calibrate" | 7 | RRECOMMENDS:${PN} += "tslib-calibrate" |
5 | 8 | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=f1524518264f7776a9707c19c8affbbf" | ||
7 | |||
8 | SRC_URI = "https://github.com/merge/xf86-input-tslib/releases/download/${PV}/xf86-input-tslib-${PV}.tar.xz \ | 9 | SRC_URI = "https://github.com/merge/xf86-input-tslib/releases/download/${PV}/xf86-input-tslib-${PV}.tar.xz \ |
9 | file://99-xf86-input-tslib.rules \ | 10 | file://99-xf86-input-tslib.rules \ |
10 | " | 11 | " |
11 | 12 | ||
12 | SRC_URI[md5sum] = "c5ffb03bccccfa1c4ba11079fef0036e" | 13 | SRC_URI[sha256sum] = "b596168c4ed2f1023212dc828ce49cbe82a0bbd1aac3c5e2958154d78870ca88" |
13 | SRC_URI[sha256sum] = "1439a9efa50eb481e6a0ab5319ab0765d457732e7da64e3c15f3c0cd13b44297" | ||
14 | 14 | ||
15 | do_install:append() { | 15 | do_install:append() { |
16 | install -d ${D}${nonarch_base_libdir}/udev/rules.d | 16 | install -d ${D}${nonarch_base_libdir}/udev/rules.d |