From 5f3aa71becc29c158b75b49cd7b935897d7d45de Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Thu, 7 Jan 2016 00:51:44 +0200 Subject: [PATCH] strace: enable oabi trace and unwind --- recipes/strace/strace_4.10.bb | 4 ++++ 1 file changed, 4 insertions(+) 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} } -- 2.39.5