From: Maxin B. John Date: Fri, 14 Dec 2012 12:00:28 +0000 (+0100) Subject: Update the SRC_URI in systemtap recipe X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~39186 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=340841f8a5c8225ccb77b628f55a668c9d1097ec;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git Update the SRC_URI in systemtap recipe 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc index 093e62d16f1..3e7bc7bfc2d 100644 --- a/meta/recipes-kernel/systemtap/systemtap_git.inc +++ b/meta/recipes-kernel/systemtap/systemtap_git.inc @@ -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 \ "