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 /meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib_0.0.7.bb | |
| 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>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib_0.0.7.bb')
| -rw-r--r-- | meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib_0.0.7.bb | 20 |
1 files changed, 0 insertions, 20 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_0.0.7.bb deleted file mode 100644 index 830ca7ac90..0000000000 --- a/meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib_0.0.7.bb +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | require recipes-graphics/xorg-driver/xorg-driver-input.inc | ||
| 2 | SUMMARY = "X.Org X server -- tslib input driver" | ||
| 3 | DEPENDS += "tslib" | ||
| 4 | RRECOMMENDS:${PN} += "tslib-calibrate" | ||
| 5 | |||
| 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 | file://99-xf86-input-tslib.rules \ | ||
| 10 | " | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "c5ffb03bccccfa1c4ba11079fef0036e" | ||
| 13 | SRC_URI[sha256sum] = "1439a9efa50eb481e6a0ab5319ab0765d457732e7da64e3c15f3c0cd13b44297" | ||
| 14 | |||
| 15 | do_install:append() { | ||
| 16 | install -d ${D}${nonarch_base_libdir}/udev/rules.d | ||
| 17 | install -m 0644 ${WORKDIR}/99-xf86-input-tslib.rules ${D}${nonarch_base_libdir}/udev/rules.d/ | ||
| 18 | } | ||
| 19 | |||
| 20 | FILES:${PN} += "${nonarch_base_libdir}/udev" | ||
