]> code.ossystems Code Review - openembedded-core.git/commitdiff
Update the SRC_URI in systemtap recipe
authorMaxin B. John <Maxin.John@enea.com>
Fri, 14 Dec 2012 12:00:28 +0000 (13:00 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 Dec 2012 13:11:30 +0000 (13:11 +0000)
The SRC_URI in systemtap recipe uses 'sources.redhat.com' which
redirects to 'sourceware.org'. This causes random fetch failures.
Updating the recipe to use the direct link.

Signed-off-by: Maxin B. John <Maxin.John@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/systemtap/systemtap_git.inc

index 093e62d16f1f1cf783532b18ab363a5ddfcf09e0..3e7bc7bfc2df7e9ce6cde3dd281bd0b4ee0c701e 100644 (file)
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 SRCREV = "48fa6b5e1d3e636c34cbd5650370e6f634efc294"
 PV = "1.8+git${SRCPV}"
 
-SRC_URI = "git://sources.redhat.com/git/systemtap.git;protocol=git \
+SRC_URI = "git://sourceware.org/git/systemtap.git;protocol=git \
            file://docproc-build-fix.patch \
           "