mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
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>
This commit is contained in:
parent
c7631077dd
commit
ac8cb9e382
|
|
@ -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 \
|
||||
"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user