diff options
-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/" | ||