summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/mosh/mosh_1.4.0.bb
diff options
context:
space:
mode:
authorXiangyu Chen <xiangyu.chen@windriver.com>2023-09-27 10:42:36 +0200
committerKhem Raj <raj.khem@gmail.com>2023-09-27 14:22:09 -0700
commit69d96dc3ac4a413ca530adc70c329f839a91acba (patch)
tree8603d1fe8bde30e6cfdd4a7f5d42da176e222731 /meta-oe/recipes-connectivity/mosh/mosh_1.4.0.bb
parent2887c5c0a2eb321f277037e055288f05878db369 (diff)
downloadmeta-openembedded-69d96dc3ac4a413ca530adc70c329f839a91acba.tar.gz
mosh: add support of protobuf 4.22.x
Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> Signed-off-by: Clément Péron <peron.clem@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.bb7
1 files changed, 5 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 2869e06336..0ee050da99 100644
--- a/meta-oe/recipes-connectivity/mosh/mosh_1.4.0.bb
+++ b/meta-oe/recipes-connectivity/mosh/mosh_1.4.0.bb
@@ -12,9 +12,12 @@ HOMEPAGE = "http://mosh.mit.edu"
12LICENSE = "GPL-3.0-or-later" 12LICENSE = "GPL-3.0-or-later"
13LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 13LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
14 14
15DEPENDS = "protobuf-native protobuf ncurses zlib libio-pty-perl openssl libutempter" 15DEPENDS = "protobuf-native protobuf ncurses zlib libio-pty-perl openssl libutempter abseil-cpp"
16
17SRC_URI = "https://mosh.org/${BP}.tar.gz \
18 file://0001-configure.ac-add-support-of-protobuf-4.22.x.patch \
19 "
16 20
17SRC_URI = "https://mosh.org/${BP}.tar.gz"
18SRC_URI[sha256sum] = "872e4b134e5df29c8933dff12350785054d2fd2839b5ae6b5587b14db1465ddd" 21SRC_URI[sha256sum] = "872e4b134e5df29c8933dff12350785054d2fd2839b5ae6b5587b14db1465ddd"
19 22
20inherit autotools pkgconfig 23inherit autotools pkgconfig