diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-11-08 20:32:04 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-08 23:04:37 -0800 |
| commit | 1f5d73fa365098ec403b793510b49563c7539302 (patch) | |
| tree | f4ad4b65fbea48c7b5312bb99b9ff798f85ba10b /meta-oe/recipes-support/consolation/consolation_0.0.10.bb | |
| parent | 955c5ab47ae7c44484474b18a0e9ffba467b47f3 (diff) | |
| download | meta-openembedded-1f5d73fa365098ec403b793510b49563c7539302.tar.gz | |
consolation: upgrade 0.0.9 -> 0.0.10
Also fix SRC_URI, which wa lacking the "protocol" tag, causing fetching
failures.
Changelog:
* Fix support for --enable-dwtp and --enable-scroll-button-lock
* Resync with libinput 1.26.0
* With libinput 1.23: New option --set-profile=custom
* New option --set-rotation-angle
* With libinput 1.26: New option --set-clickfinger-map
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/consolation/consolation_0.0.10.bb')
| -rw-r--r-- | meta-oe/recipes-support/consolation/consolation_0.0.10.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/consolation/consolation_0.0.10.bb b/meta-oe/recipes-support/consolation/consolation_0.0.10.bb new file mode 100644 index 0000000000..0c1aa9357f --- /dev/null +++ b/meta-oe/recipes-support/consolation/consolation_0.0.10.bb | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | SUMMARY = "copy-paste for the Linux console" | ||
| 2 | DESCRIPTION = "Consolation is a daemon that provides copy-paste and scrolling \ | ||
| 3 | support to the Linux console. It is based on the libinput library and \ | ||
| 4 | supports all pointer devices and settings provided by this library. Similar \ | ||
| 5 | software include gpm and jamd." | ||
| 6 | HOMEPAGE = "https://salsa.debian.org/consolation-team/consolation" | ||
| 7 | SECTION = "console/utils" | ||
| 8 | LICENSE = "GPL-2.0-or-later" | ||
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7df9eea2f4dfdda489c116099e6fc062" | ||
| 10 | |||
| 11 | DEPENDS = " \ | ||
| 12 | libevdev \ | ||
| 13 | libinput \ | ||
| 14 | udev \ | ||
| 15 | " | ||
| 16 | |||
| 17 | SRC_URI = "git://salsa.debian.org/consolation-team/consolation.git;branch=master;protocol=https;tag=${BP}" | ||
| 18 | SRCREV = "26cc27451dc10128dd64e804c9f071680e7fd8ed" | ||
| 19 | |||
| 20 | |||
| 21 | inherit autotools pkgconfig systemd | ||
| 22 | |||
| 23 | do_install:append() { | ||
| 24 | install -d ${D}${systemd_system_unitdir} | ||
| 25 | install -m 644 ${B}/consolation.service ${D}${systemd_system_unitdir} | ||
| 26 | } | ||
| 27 | |||
| 28 | SYSTEMD_SERVICE:${PN} = "consolation.service" | ||
