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, 4 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/ltrace/ltrace_git.bb b/meta-oe/recipes-devtools/ltrace/ltrace_git.bb
index 8f4e5b1e6..a5960f5b0 100644
--- a/meta-oe/recipes-devtools/ltrace/ltrace_git.bb
+++ b/meta-oe/recipes-devtools/ltrace/ltrace_git.bb
@@ -10,14 +10,16 @@ LICENSE = "GPLv2"
10LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" 10LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
11 11
12PE = "1" 12PE = "1"
13PV = "7.3+git${SRCPV}" 13PV = "7.91+git${SRCPV}"
14SRCREV = "01b10e191e99d8cb147e5a2b7da8196e0ec6fb94" 14SRCREV = "c22d359433b333937ee3d803450dc41998115685"
15 15
16DEPENDS = "elfutils" 16DEPENDS = "elfutils"
17RDEPENDS_${PN} = "elfutils" 17RDEPENDS_${PN} = "elfutils"
18SRC_URI = "git://anonscm.debian.org/collab-maint/ltrace.git;branch=master \ 18SRC_URI = "git://anonscm.debian.org/collab-maint/ltrace.git;branch=master \
19 file://configure-allow-to-disable-selinux-support.patch \ 19 file://configure-allow-to-disable-selinux-support.patch \
20 file://0001-replace-readdir_r-with-readdir.patch \ 20 file://0001-replace-readdir_r-with-readdir.patch \
21 file://0001-Use-correct-enum-type.patch \
22 file://0002-Fix-const-qualifier-error.patch \
21 " 23 "
22S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"
23 25