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/
This commit is contained in:
Holger Hans Peter Freyther 2014-11-08 19:55:22 +01:00
parent 0755723dd8
commit 2e2d464894
1 changed files with 2 additions and 1 deletions

View File

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