1 SUMMARY = "Tracks runtime library calls in dynamically linked programs"
2 HOMEPAGE = "http://www.ltrace.org/"
5 LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
6 DEPENDS = "binutils elfutils"
7 SRCREV = "d66c8b11facf570d96a49c1b812b90101c62023b"
10 SRC_URI = "git://anonscm.debian.org/collab-maint/ltrace.git \
11 file://0001-linux-uclibc-targets-should-be-handled-by-linux-gnu-.patch"
13 inherit autotools git-project
15 EXTRA_OECONF = "--disable-werror"
17 do_configure_prepend() {
19 mkdir -p config/autoconf config/m4
22 PACKAGECONFIG ??= "${LIBUNWIND}"
23 PACKAGECONFIG[libunwind] = "--with-libunwind,--without-libunwind,libunwind"
25 LIBUNWIND = "libunwind"
27 LIBUNWIND_libc-uclibc = ""