diff options
| author | Andre Paiusco <andre.paiusco@gmail.com> | 2024-04-16 12:52:57 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-04-21 10:52:41 -0700 |
| commit | 2776bca3458d2ca1c1928a05452550815bb37e13 (patch) | |
| tree | 2359d84b976c318c0cc10200b197fb100f59e854 /meta-oe/recipes-graphics | |
| parent | e7bf56b3f580603b396ba3ea9cf5a4e67d553ad2 (diff) | |
| download | meta-openembedded-2776bca3458d2ca1c1928a05452550815bb37e13.tar.gz | |
ydotool: Add new package
Add ydotool, generic cli automation tool for whatever input
(keyboard, mouse, etc.)
Reviewed-by: Khem Raj <raj.khem@gmail.com>
Reviewed-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Andre Paiusco <andre.paiusco@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics')
| -rw-r--r-- | meta-oe/recipes-graphics/ydotool/ydotool_git.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/ydotool/ydotool_git.bb b/meta-oe/recipes-graphics/ydotool/ydotool_git.bb new file mode 100644 index 0000000000..c1427457d1 --- /dev/null +++ b/meta-oe/recipes-graphics/ydotool/ydotool_git.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | SUMMARY = "Generic Linux command-line automation tool (no X!)" | ||
| 2 | DESCRIPTION = "ydotool is not limited to Wayland. You can use it on anything as long as it accepts keyboard/mouse/whatever input." | ||
| 3 | LICENSE = "AGPL-3.0-or-later" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=eb1e647870add0502f8f010b19de32af" | ||
| 5 | |||
| 6 | PV = "1.0.4+git" | ||
| 7 | |||
| 8 | SRC_URI = "git://github.com/ReimuNotMoe/ydotool;protocol=https;branch=master" | ||
| 9 | SRCREV = "0c295346d55afcc6aebaaee564333b3e1efabcbd" | ||
| 10 | |||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | |||
| 13 | inherit cmake systemd | ||
| 14 | |||
| 15 | EXTRA_OECMAKE = "\ | ||
| 16 | -DBUILD_DOCS=OFF \ | ||
| 17 | " | ||
| 18 | |||
| 19 | SYSTEMD_SERVICE:${PN} = "ydotoold.service" | ||
| 20 | SYSTEMD_AUTO_ENABLE = "disable" | ||
