From: Grazvydas Ignotas Date: Wed, 6 Jan 2016 22:51:44 +0000 (+0200) Subject: strace: enable oabi trace and unwind X-Git-Tag: sz_176~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f3aa71becc29c158b75b49cd7b935897d7d45de;p=openembedded.git strace: enable oabi trace and unwind --- diff --git a/recipes/strace/strace_4.10.bb b/recipes/strace/strace_4.10.bb index e24e075e3e..b8e106f4b6 100644 --- a/recipes/strace/strace_4.10.bb +++ b/recipes/strace/strace_4.10.bb @@ -3,6 +3,8 @@ HOMEPAGE = "http://strace.sourceforge.net" SECTION = "console/utils" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://COPYING;md5=124500c21e856f0912df29295ba104c7" +DEPENDS = "libunwind" +PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.xz \ file://0001-Add-linux-aarch64-arch_regs.h.patch;patch=1 \ @@ -19,6 +21,8 @@ SRC_URI[sha256sum] = "e6180d866ef9e76586b96e2ece2bfeeb3aa23f5cc88153f76e9caedd65 inherit autotools +EXTRA_OECONF += "--enable-arm-oabi --with-libunwind" + do_configure_prepend() { cp ${WORKDIR}/git-version-gen ${S} }