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>
This commit is contained in:
Derek Straka 2017-02-24 17:44:35 -05:00 committed by Martin Jansa
parent 807722d516
commit 42c2a68dcc

View File

@ -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/"