summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMaxin B. John <Maxin.John@enea.com>2012-12-14 13:00:28 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-14 15:19:52 +0000
commitac8cb9e382fc94b41d3245d3eb71b3774a0e0054 (patch)
treeb3985da3824b87308738ccc5aeaa30042ef35076 /meta
parentc7631077dd35eb545c4d32d76688ef59ce06c182 (diff)
downloadpoky-ac8cb9e382fc94b41d3245d3eb71b3774a0e0054.tar.gz
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. (From OE-Core rev: c9c0ef2131d8a848b8222a223a6296edf4b9737a) Signed-off-by: Maxin B. John <Maxin.John@enea.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-kernel/systemtap/systemtap_git.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc
index 093e62d16f..3e7bc7bfc2 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"
4SRCREV = "48fa6b5e1d3e636c34cbd5650370e6f634efc294" 4SRCREV = "48fa6b5e1d3e636c34cbd5650370e6f634efc294"
5PV = "1.8+git${SRCPV}" 5PV = "1.8+git${SRCPV}"
6 6
7SRC_URI = "git://sources.redhat.com/git/systemtap.git;protocol=git \ 7SRC_URI = "git://sourceware.org/git/systemtap.git;protocol=git \
8 file://docproc-build-fix.patch \ 8 file://docproc-build-fix.patch \
9 " 9 "
10 10