strace: enable oabi trace and unwind
authorGrazvydas Ignotas <notasas@gmail.com>
Wed, 6 Jan 2016 22:51:44 +0000 (00:51 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Wed, 6 Jan 2016 23:37:41 +0000 (01:37 +0200)
recipes/strace/strace_4.10.bb

index e24e075..b8e106f 100644 (file)
@@ -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}
 }