From 024530d795645676af77fad4e7abc2dc6acd3873 Mon Sep 17 00:00:00 2001 From: Junil Kim Date: Tue, 21 Aug 2018 20:24:35 +0900 Subject: ltrace_git: Update SRC_URI due to inaccessible problem Existing URI service was closed and fetch error occurred. Change existing repository to another mirrored SRC URI. Signed-off-by: Junil Kim Signed-off-by: Khem Raj (cherry picked from commit bdded3422e7d58298c3598df6422902db42a04e4) Signed-off-by: Andreas Oberritter --- meta-oe/recipes-devtools/ltrace/ltrace_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/ltrace/ltrace_git.bb b/meta-oe/recipes-devtools/ltrace/ltrace_git.bb index bc4e27166d..85310f7ff6 100644 --- a/meta-oe/recipes-devtools/ltrace/ltrace_git.bb +++ b/meta-oe/recipes-devtools/ltrace/ltrace_git.bb @@ -15,7 +15,7 @@ SRCREV = "37ecc41b58be3dbdd79592a76e331b5b371e4f81" DEPENDS = "elfutils" RDEPENDS_${PN} = "elfutils" -SRC_URI = "git://anonscm.debian.org/collab-maint/ltrace.git;branch=ltrace-0.7 \ +SRC_URI = "git://github.com/sparkleholic/ltrace.git;branch=ltrace-0.7 \ file://ltrace-0.7.2-unused-typedef.patch \ file://configure-allow-to-disable-selinux-support.patch \ file://0001-ltrace-fix-gcc-5-logical-not-parentheses.patch \ -- cgit 1.2.3-korg