From 2e2d464894ae123b2a6e5cde47acff6a05e0e028 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 8 Nov 2014 19:55:22 +0100 Subject: [PATCH] tcpdump: Speculative fix for dora In dora there is no autotools-brokensep bbclass. So let's just set the build directory to the source directory ourselves. I have not built the package for dora though/ --- recipes-extra/tcpdump/tcpdump_4.6.1.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-extra/tcpdump/tcpdump_4.6.1.bb b/recipes-extra/tcpdump/tcpdump_4.6.1.bb index 1fdaf30..8065a37 100644 --- a/recipes-extra/tcpdump/tcpdump_4.6.1.bb +++ b/recipes-extra/tcpdump/tcpdump_4.6.1.bb @@ -18,7 +18,8 @@ SRC_URI[md5sum] = "dab267ec30216a069747d10314079ec7" SRC_URI[sha256sum] = "4c88c2a9aeb4047074f344fc9b2b6577b219972d359e192f6d12ccf983a13fd7" export LIBS=" -lpcap" -inherit autotools-brokensep ptest +inherit autotools ptest +B = "${S}" CACHED_CONFIGUREVARS = "ac_cv_linux_vers=${ac_cv_linux_vers=2}" PACKAGECONFIG ??= "openssl ipv6"