summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/ltrace/ltrace_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/ltrace/ltrace_git.bb b/meta-oe/recipes-devtools/ltrace/ltrace_git.bb
index abe015de2..f4033f7c2 100644
--- a/meta-oe/recipes-devtools/ltrace/ltrace_git.bb
+++ b/meta-oe/recipes-devtools/ltrace/ltrace_git.bb
@@ -15,7 +15,7 @@ SRCREV = "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://github.com/sparkleholic/ltrace.git;branch=master;protocol=http \
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 \ 21 file://0001-Use-correct-enum-type.patch \