summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/mosh/mosh_1.4.0.bb
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-09-26 22:53:38 +0200
committerKhem Raj <raj.khem@gmail.com>2025-09-26 15:31:36 -0700
commit6c32a7135b88445b74e0812d2222b06eb3df0b35 (patch)
tree83563bd422041ec8be7897f5d8600a90dc73fed0 /meta-oe/recipes-connectivity/mosh/mosh_1.4.0.bb
parent169a0b79e24549ec5f24bee709c6bf69e3aa441c (diff)
downloadmeta-openembedded-6c32a7135b88445b74e0812d2222b06eb3df0b35.tar.gz
mosh: set working SRC_URI
The project switched to storing their releases on Github, and the original links stopped working. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/mosh/mosh_1.4.0.bb')
-rw-r--r--meta-oe/recipes-connectivity/mosh/mosh_1.4.0.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-oe/recipes-connectivity/mosh/mosh_1.4.0.bb b/meta-oe/recipes-connectivity/mosh/mosh_1.4.0.bb
index bea22b18e2..d0db02e08c 100644
--- a/meta-oe/recipes-connectivity/mosh/mosh_1.4.0.bb
+++ b/meta-oe/recipes-connectivity/mosh/mosh_1.4.0.bb
@@ -14,13 +14,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
14 14
15DEPENDS = "protobuf-native protobuf ncurses zlib libio-pty-perl openssl libutempter abseil-cpp" 15DEPENDS = "protobuf-native protobuf ncurses zlib libio-pty-perl openssl libutempter abseil-cpp"
16 16
17SRC_URI = "https://mosh.org/${BP}.tar.gz \ 17GITHUB_BASE_URI = "https://github.com/mobile-shell/${BPN}/releases/"
18
19SRC_URI = "${GITHUB_BASE_URI}download/${BP}/${BP}.tar.gz \
18 file://0001-configure.ac-add-support-of-protobuf-4.22.x.patch \ 20 file://0001-configure.ac-add-support-of-protobuf-4.22.x.patch \
19 " 21 "
20 22
21SRC_URI[sha256sum] = "872e4b134e5df29c8933dff12350785054d2fd2839b5ae6b5587b14db1465ddd" 23SRC_URI[sha256sum] = "872e4b134e5df29c8933dff12350785054d2fd2839b5ae6b5587b14db1465ddd"
22 24
23inherit autotools pkgconfig 25inherit autotools pkgconfig github-releases
24 26
25PACKAGE_BEFORE_PN += "${PN}-server" 27PACKAGE_BEFORE_PN += "${PN}-server"
26FILES:${PN}-server = "${bindir}/mosh-server" 28FILES:${PN}-server = "${bindir}/mosh-server"