diff options
| -rw-r--r-- | meta-oe/recipes-connectivity/mosh/mosh_1.4.0.bb | 5 |
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 | ||
| 15 | DEPENDS = "protobuf-native protobuf ncurses zlib libio-pty-perl openssl libutempter abseil-cpp" | 15 | DEPENDS = "protobuf-native protobuf ncurses zlib libio-pty-perl openssl libutempter abseil-cpp" |
| 16 | 16 | ||
| 17 | SRC_URI = "https://mosh.org/${BP}.tar.gz \ | 17 | GITHUB_BASE_URI = "https://github.com/mobile-shell/${BPN}/releases/" |
| 18 | SRC_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 | ||
| 21 | SRC_URI[sha256sum] = "872e4b134e5df29c8933dff12350785054d2fd2839b5ae6b5587b14db1465ddd" | 22 | SRC_URI[sha256sum] = "872e4b134e5df29c8933dff12350785054d2fd2839b5ae6b5587b14db1465ddd" |
| 22 | 23 | ||
| 23 | inherit autotools pkgconfig | 24 | inherit autotools pkgconfig github-releases |
| 24 | 25 | ||
| 25 | PACKAGE_BEFORE_PN += "${PN}-server" | 26 | PACKAGE_BEFORE_PN += "${PN}-server" |
| 26 | FILES:${PN}-server = "${bindir}/mosh-server" | 27 | FILES:${PN}-server = "${bindir}/mosh-server" |
