From 42c2a68dcc4a6693cb397c23a706daf35984cfdb Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 24 Feb 2017 17:44:35 -0500 Subject: 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 Signed-off-by: Martin Jansa --- meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'meta-oe') 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" SRC_URI[md5sum] = "c2d918f4d91fdc32546e2e089f9281b2" SRC_URI[sha256sum] = "e74d0d323226046e402dd469a176075fc2013b69b0e67cea49762c957175df46" -inherit autotools +inherit autotools pkgconfig PACKAGE_BEFORE_PN += "${PN}-server" FILES_${PN}-server = "${bindir}/mosh-server" @@ -45,5 +45,3 @@ RDEPENDS_${PN}-server += "openssh-sshd ${NEEDED_PERL_MODULES}" #| {standard input}:2103: Error: instruction not supported in Thumb16 mode -- `adcs r7,r7,r7' #| {standard input}:2104: Error: selected processor does not support Thumb mode `it cs' ARM_INSTRUCTION_SET = "arm" - -PNBLACKLIST[mosh] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130653/" -- cgit v1.2.3-54-g00ecf