Openembedded Core Discussions
 help / color / mirror / Atom feed
* [meta-oe][for-sumo][PATCH] ltrace_git: Update SRC_URI due to inaccessible problem
@ 2018-08-27  8:38 vincent.prince.fr
  2018-08-27  9:12 ` ✗ patchtest: failure for ltrace_git: Update SRC_URI due to inaccessible problem (rev3) Patchwork
  2018-08-27 11:29 ` [meta-oe][for-sumo][PATCH] ltrace_git: Update SRC_URI due to inaccessible problem Martin Jansa
  0 siblings, 2 replies; 3+ messages in thread
From: vincent.prince.fr @ 2018-08-27  8:38 UTC (permalink / raw)
  To: openembedded-core, akuster808; +Cc: Junil Kim

From: Junil Kim <logyourself@gmail.com>

Existing URI service was closed and fetch error occurred.
Change existing repository to another mirrored SRC URI.

Signed-off-by: Junil Kim <jjunil79.kim@lge.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 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 abe015d..f4033f7 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"
 
 DEPENDS = "elfutils"
 RDEPENDS_${PN} = "elfutils"
-SRC_URI = "git://anonscm.debian.org/collab-maint/ltrace.git;branch=master \
+SRC_URI = "git://github.com/sparkleholic/ltrace.git;branch=master;protocol=http \
            file://configure-allow-to-disable-selinux-support.patch \
            file://0001-replace-readdir_r-with-readdir.patch \
            file://0001-Use-correct-enum-type.patch \
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-08-27 11:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-27  8:38 [meta-oe][for-sumo][PATCH] ltrace_git: Update SRC_URI due to inaccessible problem vincent.prince.fr
2018-08-27  9:12 ` ✗ patchtest: failure for ltrace_git: Update SRC_URI due to inaccessible problem (rev3) Patchwork
2018-08-27 11:29 ` [meta-oe][for-sumo][PATCH] ltrace_git: Update SRC_URI due to inaccessible problem Martin Jansa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox