mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
u-boot: Correct the SRC_URI
This avoids a redirect. (From OE-Core rev: 4da46e0423a7003fb689a8b6a03f5924b8f22cb9) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 879bc5098943cf6977c32555ac31cb21be7b46ae) Signed-off-by: Steve Sakoman <steve@sakoman.com> (cherry picked from commit 2233e83da4fab1d6d34517f6ebf5860f4fd5b2a1) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f62b028452
commit
8fdcbd703b
@@ -14,13 +14,13 @@ PE = "1"
|
|||||||
# repo during parse
|
# repo during parse
|
||||||
SRCREV = "303f8fed261020c1cb7da32dad63b610bf6873dd"
|
SRCREV = "303f8fed261020c1cb7da32dad63b610bf6873dd"
|
||||||
|
|
||||||
SRC_URI = "git://git.denx.de/u-boot.git;branch=master \
|
SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master \
|
||||||
file://remove-redundant-yyloc-global.patch \
|
file://remove-redundant-yyloc-global.patch \
|
||||||
file://CVE-2020-8432.patch \
|
file://CVE-2020-8432.patch \
|
||||||
file://CVE-2020-10648-1.patch \
|
file://CVE-2020-10648-1.patch \
|
||||||
file://CVE-2020-10648-2.patch \
|
file://CVE-2020-10648-2.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
B = "${WORKDIR}/build"
|
B = "${WORKDIR}/build"
|
||||||
do_configure[cleandirs] = "${B}"
|
do_configure[cleandirs] = "${B}"
|
||||||
|
|||||||
Reference in New Issue
Block a user