860030fb81832582263cd9a7f1b2ee2c12065241
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-devtools / ltrace / ltrace_git.bb
1 SUMMARY = "Tracks runtime library calls in dynamically linked programs"
2 HOMEPAGE = "http://www.ltrace.org/"
3 SECTION = "devel"
4 LICENSE = "GPLv2"
5 LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
6 DEPENDS = "binutils elfutils libunwind"
7 SRCREV = "fed1e8d33ab050df892a88110e1a316d285ee650"
8 PV = "0.6.0"
9 PR = "r1"
10
11 SRC_URI = "git://anonscm.debian.org/collab-maint/ltrace.git \
12            file://0001-breakpoints.c-fix-compile-for-mips.patch"
13
14 inherit autotools git-project
15
16 EXTRA_OECONF = "--disable-werror"