diff options
author | Marcel Hamer <marcel@solidxs.se> | 2021-11-05 12:18:39 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2021-11-08 15:49:44 +0000 |
commit | b43056a31fd7dc9537b4d60802b6e074bd1c21c4 (patch) | |
tree | 20a21b5ee9a5220a35271762ecc8c4f517bb9603 /recipes-devtools | |
parent | 59c2d6f7a8b1239bd7b587b9180c2a55f9c695a2 (diff) | |
download | meta-raspberrypi-github-dunfell.tar.gz |
recipes: Update SRC_URI protocols for githubgithub-dunfell
Use protocols=https for GitHub SRC_URIs using the conversion script in
openembedded-core.
Signed-off-by: Marcel Hamer <marcel@solidxs.se>
Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r-- | recipes-devtools/pi-blaster/pi-blaster_git.bb | 2 | ||||
-rw-r--r-- | recipes-devtools/python/python3-rtimu_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/pi-blaster/pi-blaster_git.bb b/recipes-devtools/pi-blaster/pi-blaster_git.bb index fdaf16c..4b2d1ba 100644 --- a/recipes-devtools/pi-blaster/pi-blaster_git.bb +++ b/recipes-devtools/pi-blaster/pi-blaster_git.bb | |||
@@ -4,7 +4,7 @@ SECTION = "devel/libs" | |||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://README.md;beginline=268;endline=292;md5=86d10e4bcf4b4014d306dde7c1d2a80d" | 5 | LIC_FILES_CHKSUM = "file://README.md;beginline=268;endline=292;md5=86d10e4bcf4b4014d306dde7c1d2a80d" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/sarfata/pi-blaster \ | 7 | SRC_URI = "git://github.com/sarfata/pi-blaster;branch=master;protocol=https \ |
8 | file://remove-initscript-lsb-dependency.patch \ | 8 | file://remove-initscript-lsb-dependency.patch \ |
9 | " | 9 | " |
10 | 10 | ||
diff --git a/recipes-devtools/python/python3-rtimu_git.bb b/recipes-devtools/python/python3-rtimu_git.bb index 4f13a38..c9f1cec 100644 --- a/recipes-devtools/python/python3-rtimu_git.bb +++ b/recipes-devtools/python/python3-rtimu_git.bb | |||
@@ -5,7 +5,7 @@ SECTION = "devel/python" | |||
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://../../LICENSE;md5=96cdecb41125f498958e09b72faf318e" | 6 | LIC_FILES_CHKSUM = "file://../../LICENSE;md5=96cdecb41125f498958e09b72faf318e" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/RPi-Distro/RTIMULib.git;protocol=http;branch=master \ | 8 | SRC_URI = "git://github.com/RPi-Distro/RTIMULib.git;protocol=http;branch=master;protocol=https \ |
9 | file://0001-include-asm-ioctl.h-for-ioctl-define.patch;patchdir=../.. \ | 9 | file://0001-include-asm-ioctl.h-for-ioctl-define.patch;patchdir=../.. \ |
10 | " | 10 | " |
11 | SRCREV = "b949681af69b45f0f7f4bb53b6770037b5b02178" | 11 | SRCREV = "b949681af69b45f0f7f4bb53b6770037b5b02178" |