diff options
author | Derek Straka <derek@asterius.io> | 2017-02-24 17:44:35 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-28 12:34:15 +0100 |
commit | 42c2a68dcc4a6693cb397c23a706daf35984cfdb (patch) | |
tree | 6d715d7a1e76d6c28e0517989b911b50bcd3e4cf /meta-oe | |
parent | 807722d51680a86784f3274d7af6e73c7f419982 (diff) | |
download | meta-openembedded-42c2a68dcc4a6693cb397c23a706daf35984cfdb.tar.gz |
mosh: update inherit to work correctly with RSS
Resolves build issue exposed by RSS
See http://errors.yoctoproject.org/Errors/Details/130653/
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb b/meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb index 91b876313..e4d5b69bc 100644 --- a/meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb +++ b/meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb | |||
@@ -19,7 +19,7 @@ SRC_URI = "http://mosh.mit.edu/mosh-${PV}.tar.gz" | |||
19 | SRC_URI[md5sum] = "c2d918f4d91fdc32546e2e089f9281b2" | 19 | SRC_URI[md5sum] = "c2d918f4d91fdc32546e2e089f9281b2" |
20 | SRC_URI[sha256sum] = "e74d0d323226046e402dd469a176075fc2013b69b0e67cea49762c957175df46" | 20 | SRC_URI[sha256sum] = "e74d0d323226046e402dd469a176075fc2013b69b0e67cea49762c957175df46" |
21 | 21 | ||
22 | inherit autotools | 22 | inherit autotools pkgconfig |
23 | 23 | ||
24 | PACKAGE_BEFORE_PN += "${PN}-server" | 24 | PACKAGE_BEFORE_PN += "${PN}-server" |
25 | FILES_${PN}-server = "${bindir}/mosh-server" | 25 | FILES_${PN}-server = "${bindir}/mosh-server" |
@@ -45,5 +45,3 @@ RDEPENDS_${PN}-server += "openssh-sshd ${NEEDED_PERL_MODULES}" | |||
45 | #| {standard input}:2103: Error: instruction not supported in Thumb16 mode -- `adcs r7,r7,r7' | 45 | #| {standard input}:2103: Error: instruction not supported in Thumb16 mode -- `adcs r7,r7,r7' |
46 | #| {standard input}:2104: Error: selected processor does not support Thumb mode `it cs' | 46 | #| {standard input}:2104: Error: selected processor does not support Thumb mode `it cs' |
47 | ARM_INSTRUCTION_SET = "arm" | 47 | ARM_INSTRUCTION_SET = "arm" |
48 | |||
49 | PNBLACKLIST[mosh] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130653/" | ||