summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-09-26 23:08:28 +0200
committerAnuj Mittal <anuj.mittal@intel.com>2025-10-06 16:05:36 +0800
commit8659bf94b073ac1401d7bba60531d9a71a9207b7 (patch)
treeb65a65b653e5238853db8c818f31b19952d683b1 /meta-oe
parent0d88144a27e2222366c8f3f2fcc50623f96afe7d (diff)
downloadmeta-openembedded-8659bf94b073ac1401d7bba60531d9a71a9207b7.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: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-connectivity/mosh/mosh_1.4.0.bb5
1 files changed, 3 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 693ec12d3c..62fb5444a4 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,14 @@ 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/"
18SRC_URI = "${GITHUB_BASE_URI}download/${BP}/${BP}.tar.gz \
18 file://0001-configure.ac-add-support-of-protobuf-4.22.x.patch \ 19 file://0001-configure.ac-add-support-of-protobuf-4.22.x.patch \
19 " 20 "
20 21
21SRC_URI[sha256sum] = "872e4b134e5df29c8933dff12350785054d2fd2839b5ae6b5587b14db1465ddd" 22SRC_URI[sha256sum] = "872e4b134e5df29c8933dff12350785054d2fd2839b5ae6b5587b14db1465ddd"
22 23
23inherit autotools pkgconfig 24inherit autotools pkgconfig github-releases
24 25
25PACKAGE_BEFORE_PN += "${PN}-server" 26PACKAGE_BEFORE_PN += "${PN}-server"
26FILES:${PN}-server = "${bindir}/mosh-server" 27FILES:${PN}-server = "${bindir}/mosh-server"