From 6597f246c5afe7a180774169cff83e55277b51d8 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 19 Jul 2015 21:26:47 +0200 Subject: [PATCH] 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. --- recipes-apps/autossh/autossh_1.4e.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-apps/autossh/autossh_1.4e.bb b/recipes-apps/autossh/autossh_1.4e.bb index d761afc..52b0529 100644 --- a/recipes-apps/autossh/autossh_1.4e.bb +++ b/recipes-apps/autossh/autossh_1.4e.bb @@ -11,7 +11,7 @@ SRC_URI[md5sum] = "f86684b96e99d22b2e9d35dc63b0aa29" SRC_URI[sha256sum] = "9e8e10a59d7619176f4b986e256f776097a364d1be012781ea52e08d04679156" inherit autotools - +B = "${S}" PACKAGES += "${PN}-examples"