mirror of
https://git.yoctoproject.org/poky
synced 2026-09-16 00:49:32 +02:00
recipes: change SRC_URI to use https
Change all recipes to https where we get an http 301 permanent redirect. (From OE-Core rev: e514acda9e12bccde6d3974e0fd1a37b3837191a) Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5cffb2c37b
commit
820c10e689
@@ -1,4 +1,4 @@
|
||||
SRC_URI = "http://nixos.org/releases/${BPN}/${BPN}-${PV}/${BPN}-${PV}.tar.bz2 \
|
||||
SRC_URI = "https://nixos.org/releases/${BPN}/${BPN}-${PV}/${BPN}-${PV}.tar.bz2 \
|
||||
file://handle-read-only-files.patch \
|
||||
file://fix-adjusting-startPage.patch \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user