summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/ltrace/ltrace_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/ltrace/ltrace_git.bb')
-rw-r--r--meta-oe/recipes-devtools/ltrace/ltrace_git.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-oe/recipes-devtools/ltrace/ltrace_git.bb b/meta-oe/recipes-devtools/ltrace/ltrace_git.bb
index bc4e27166d..19899f9bd5 100644
--- a/meta-oe/recipes-devtools/ltrace/ltrace_git.bb
+++ b/meta-oe/recipes-devtools/ltrace/ltrace_git.bb
@@ -11,14 +11,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
11 11
12PE = "1" 12PE = "1"
13PV = "7.3+git${SRCPV}" 13PV = "7.3+git${SRCPV}"
14SRCREV = "37ecc41b58be3dbdd79592a76e331b5b371e4f81" 14SRCREV = "01b10e191e99d8cb147e5a2b7da8196e0ec6fb94"
15 15
16DEPENDS = "elfutils" 16DEPENDS = "elfutils"
17RDEPENDS_${PN} = "elfutils" 17RDEPENDS_${PN} = "elfutils"
18SRC_URI = "git://anonscm.debian.org/collab-maint/ltrace.git;branch=ltrace-0.7 \ 18SRC_URI = "git://anonscm.debian.org/collab-maint/ltrace.git;branch=master \
19 file://ltrace-0.7.2-unused-typedef.patch \
20 file://configure-allow-to-disable-selinux-support.patch \ 19 file://configure-allow-to-disable-selinux-support.patch \
21 file://0001-ltrace-fix-gcc-5-logical-not-parentheses.patch \
22 " 20 "
23S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
24 22