summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/systemtap
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>2012-12-14 13:11:39 +0000
commitf3f4ac33ee7fa9cd35d06821fc3e26077303998a (patch)
tree35c066ee15531214b2f072728aa08dd51a075ada /meta/recipes-kernel/systemtap
parentf9d9cc87c59e309516c3e8db423715139f6a8f62 (diff)
downloadast2050-yocto-poky-f3f4ac33ee7fa9cd35d06821fc3e26077303998a.zip
ast2050-yocto-poky-f3f4ac33ee7fa9cd35d06821fc3e26077303998a.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: 340841f8a5c8225ccb77b628f55a668c9d1097ec) Signed-off-by: Maxin B. John <Maxin.John@enea.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/systemtap')
-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 093e62d..3e7bc7b 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 \
"
OpenPOWER on IntegriCloud