- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
21 lines
712 B
BlitzBasic
21 lines
712 B
BlitzBasic
require recipes-graphics/xorg-driver/xorg-driver-input.inc
|
|
|
|
SUMMARY = "X.Org X server -- tslib input driver"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=f1524518264f7776a9707c19c8affbbf"
|
|
|
|
DEPENDS += "tslib"
|
|
RRECOMMENDS:${PN} += "tslib-calibrate"
|
|
|
|
SRC_URI = "https://github.com/merge/xf86-input-tslib/releases/download/${PV}/xf86-input-tslib-${PV}.tar.xz \
|
|
file://99-xf86-input-tslib.rules \
|
|
"
|
|
|
|
SRC_URI[sha256sum] = "b596168c4ed2f1023212dc828ce49cbe82a0bbd1aac3c5e2958154d78870ca88"
|
|
|
|
do_install:append() {
|
|
install -d ${D}${nonarch_base_libdir}/udev/rules.d
|
|
install -m 0644 ${WORKDIR}/99-xf86-input-tslib.rules ${D}${nonarch_base_libdir}/udev/rules.d/
|
|
}
|
|
|
|
FILES:${PN} += "${nonarch_base_libdir}/udev"
|