autossh: Force B=S because this is using autoconf and not automake

autossh is not using automake and has a broken buildsystem. For it
to build in the source directory.
This commit is contained in:
Holger Hans Peter Freyther 2015-07-19 21:26:47 +02:00
parent 2276fd4a7b
commit 6597f246c5
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ SRC_URI[md5sum] = "f86684b96e99d22b2e9d35dc63b0aa29"
SRC_URI[sha256sum] = "9e8e10a59d7619176f4b986e256f776097a364d1be012781ea52e08d04679156"
inherit autotools
B = "${S}"
PACKAGES += "${PN}-examples"