Files
tqma6-yocto-mirror/sources/meta-openembedded/meta-oe/recipes-graphics/ydotool/ydotool_git.bb
Siggi (OpenClaw Agent) 16accb6b24 Complete Yocto mirror with license table for TQMa6UL (2038-compliance)
- 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)
2026-03-01 21:14:11 +00:00

27 lines
835 B
BlitzBasic

SUMMARY = "Generic Linux command-line automation tool (no X!)"
DESCRIPTION = "ydotool is not limited to Wayland. You can use it on anything as long as it accepts keyboard/mouse/whatever input."
LICENSE = "AGPL-3.0-or-later"
LIC_FILES_CHKSUM = "file://LICENSE;md5=eb1e647870add0502f8f010b19de32af"
PV = "1.0.4+git"
SRC_URI = "git://github.com/ReimuNotMoe/ydotool;protocol=https;branch=master"
SRCREV = "0c295346d55afcc6aebaaee564333b3e1efabcbd"
S = "${WORKDIR}/git"
inherit cmake systemd
EXTRA_OECMAKE = "\
-DBUILD_DOCS=OFF \
"
do_install:append() {
if ! ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then
rm -rf ${D}${systemd_user_unitdir}
rmdir ${D}${nonarch_libdir}/systemd ${D}${nonarch_libdir}
fi
}
SYSTEMD_SERVICE:${PN} = "ydotoold.service"
SYSTEMD_AUTO_ENABLE = "disable"