diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-04-06 21:51:38 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-04-24 11:00:53 +0200 |
commit | 5780e186c398a9baf30865acc5c3d51300ff2954 (patch) | |
tree | 08cfb8077092f8c430e3f0cef9ad0d21996b7915 /meta-oe/recipes-connectivity/mosh | |
parent | 82c654d4c5bd383caa6e6ebaa85b96af4fd641cf (diff) | |
download | meta-openembedded-5780e186c398a9baf30865acc5c3d51300ff2954.tar.gz |
mosh: Upgrade to 1.3.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/mosh')
-rw-r--r-- | meta-oe/recipes-connectivity/mosh/mosh_1.3.0.bb (renamed from meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb b/meta-oe/recipes-connectivity/mosh/mosh_1.3.0.bb index e4d5b69bc..9fc8435ee 100644 --- a/meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb +++ b/meta-oe/recipes-connectivity/mosh/mosh_1.3.0.bb | |||
@@ -15,9 +15,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | |||
15 | DEPENDS = "protobuf-native protobuf ncurses zlib libio-pty-perl openssl libutempter" | 15 | DEPENDS = "protobuf-native protobuf ncurses zlib libio-pty-perl openssl libutempter" |
16 | 16 | ||
17 | SRC_URI = "http://mosh.mit.edu/mosh-${PV}.tar.gz" | 17 | SRC_URI = "http://mosh.mit.edu/mosh-${PV}.tar.gz" |
18 | 18 | SRC_URI[md5sum] = "d961276995936953bf2d5a794068b076" | |
19 | SRC_URI[md5sum] = "c2d918f4d91fdc32546e2e089f9281b2" | 19 | SRC_URI[sha256sum] = "320e12f461e55d71566597976bd9440ba6c5265fa68fbf614c6f1c8401f93376" |
20 | SRC_URI[sha256sum] = "e74d0d323226046e402dd469a176075fc2013b69b0e67cea49762c957175df46" | ||
21 | 20 | ||
22 | inherit autotools pkgconfig | 21 | inherit autotools pkgconfig |
23 | 22 | ||