diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2021-08-27 15:22:59 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-27 21:58:03 -0700 |
| commit | 08089e4ba37307ed3fd95ce0c2dc2134d02200f8 (patch) | |
| tree | c2f7363b7742ec587cc2495e159f0215060ded53 | |
| parent | 1b358be2b88eb78b557fbb2479321c2fdcbac9e0 (diff) | |
| download | meta-openembedded-08089e4ba37307ed3fd95ce0c2dc2134d02200f8.tar.gz | |
xf86-input-tslib: update to 1.1.1
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -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 |
