summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/consolation/consolation_0.0.10.bb
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-11-08 20:32:04 +0100
committerKhem Raj <raj.khem@gmail.com>2025-11-08 23:04:37 -0800
commit1f5d73fa365098ec403b793510b49563c7539302 (patch)
treef4ad4b65fbea48c7b5312bb99b9ff798f85ba10b /meta-oe/recipes-support/consolation/consolation_0.0.10.bb
parent955c5ab47ae7c44484474b18a0e9ffba467b47f3 (diff)
downloadmeta-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.bb28
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 @@
1SUMMARY = "copy-paste for the Linux console"
2DESCRIPTION = "Consolation is a daemon that provides copy-paste and scrolling \
3support to the Linux console. It is based on the libinput library and \
4supports all pointer devices and settings provided by this library. Similar \
5software include gpm and jamd."
6HOMEPAGE = "https://salsa.debian.org/consolation-team/consolation"
7SECTION = "console/utils"
8LICENSE = "GPL-2.0-or-later"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=7df9eea2f4dfdda489c116099e6fc062"
10
11DEPENDS = " \
12 libevdev \
13 libinput \
14 udev \
15"
16
17SRC_URI = "git://salsa.debian.org/consolation-team/consolation.git;branch=master;protocol=https;tag=${BP}"
18SRCREV = "26cc27451dc10128dd64e804c9f071680e7fd8ed"
19
20
21inherit autotools pkgconfig systemd
22
23do_install:append() {
24 install -d ${D}${systemd_system_unitdir}
25 install -m 644 ${B}/consolation.service ${D}${systemd_system_unitdir}
26}
27
28SYSTEMD_SERVICE:${PN} = "consolation.service"