diff options
| author | Xiangyu Chen <xiangyu.chen@windriver.com> | 2023-09-27 10:42:36 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-09-27 14:22:09 -0700 |
| commit | 69d96dc3ac4a413ca530adc70c329f839a91acba (patch) | |
| tree | 8603d1fe8bde30e6cfdd4a7f5d42da176e222731 /meta-oe/recipes-connectivity/mosh/mosh_1.4.0.bb | |
| parent | 2887c5c0a2eb321f277037e055288f05878db369 (diff) | |
| download | meta-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.bb | 7 |
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" | |||
| 12 | LICENSE = "GPL-3.0-or-later" | 12 | LICENSE = "GPL-3.0-or-later" |
| 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
| 14 | 14 | ||
| 15 | DEPENDS = "protobuf-native protobuf ncurses zlib libio-pty-perl openssl libutempter" | 15 | DEPENDS = "protobuf-native protobuf ncurses zlib libio-pty-perl openssl libutempter abseil-cpp" |
| 16 | |||
| 17 | SRC_URI = "https://mosh.org/${BP}.tar.gz \ | ||
| 18 | file://0001-configure.ac-add-support-of-protobuf-4.22.x.patch \ | ||
| 19 | " | ||
| 16 | 20 | ||
| 17 | SRC_URI = "https://mosh.org/${BP}.tar.gz" | ||
| 18 | SRC_URI[sha256sum] = "872e4b134e5df29c8933dff12350785054d2fd2839b5ae6b5587b14db1465ddd" | 21 | SRC_URI[sha256sum] = "872e4b134e5df29c8933dff12350785054d2fd2839b5ae6b5587b14db1465ddd" |
| 19 | 22 | ||
| 20 | inherit autotools pkgconfig | 23 | inherit autotools pkgconfig |
