summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Hamer <marcel@solidxs.se>2021-11-05 12:18:39 +0100
committerAndrei Gherzan <andrei@gherzan.com>2021-11-08 15:49:44 +0000
commitb43056a31fd7dc9537b4d60802b6e074bd1c21c4 (patch)
tree20a21b5ee9a5220a35271762ecc8c4f517bb9603
parent59c2d6f7a8b1239bd7b587b9180c2a55f9c695a2 (diff)
downloadmeta-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>
-rw-r--r--recipes-bsp/bootfiles/rpi-config_git.bb2
-rw-r--r--recipes-connectivity/pi-bluetooth/pi-bluetooth_0.1.12.bb2
-rw-r--r--recipes-devtools/pi-blaster/pi-blaster_git.bb2
-rw-r--r--recipes-devtools/python/python3-rtimu_git.bb2
-rw-r--r--recipes-graphics/userland/userland_git.bb2
-rw-r--r--recipes-kernel/bluez-firmware-rpidistro/bluez-firmware-rpidistro_git.bb2
-rw-r--r--recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb2
-rw-r--r--recipes-kernel/linux/linux-raspberrypi-dev.bb2
-rw-r--r--recipes-multimedia/omxplayer/omxplayer_git.bb4
9 files changed, 10 insertions, 10 deletions
diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb b/recipes-bsp/bootfiles/rpi-config_git.bb
index 2541e9e..ce7ba75 100644
--- a/recipes-bsp/bootfiles/rpi-config_git.bb
+++ b/recipes-bsp/bootfiles/rpi-config_git.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
8COMPATIBLE_MACHINE = "^rpi$" 8COMPATIBLE_MACHINE = "^rpi$"
9 9
10SRCREV = "648ffc470824c43eb0d16c485f4c24816b32cd6f" 10SRCREV = "648ffc470824c43eb0d16c485f4c24816b32cd6f"
11SRC_URI = "git://github.com/Evilpaul/RPi-config.git;protocol=git;branch=master \ 11SRC_URI = "git://github.com/Evilpaul/RPi-config.git;protocol=https;branch=master \
12 " 12 "
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
diff --git a/recipes-connectivity/pi-bluetooth/pi-bluetooth_0.1.12.bb b/recipes-connectivity/pi-bluetooth/pi-bluetooth_0.1.12.bb
index ccf714b..6ad81c4 100644
--- a/recipes-connectivity/pi-bluetooth/pi-bluetooth_0.1.12.bb
+++ b/recipes-connectivity/pi-bluetooth/pi-bluetooth_0.1.12.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "\
7" 7"
8 8
9SRC_URI = "\ 9SRC_URI = "\
10 git://github.com/RPi-Distro/pi-bluetooth \ 10 git://github.com/RPi-Distro/pi-bluetooth;branch=master;protocol=https \
11 file://0001-bthelper-correct-path-for-hciconfig-under-Yocto.patch \ 11 file://0001-bthelper-correct-path-for-hciconfig-under-Yocto.patch \
12" 12"
13SRCREV = "cbdbcb66bcc5b9af05f1a9fffe2254c872bb0ace" 13SRCREV = "cbdbcb66bcc5b9af05f1a9fffe2254c872bb0ace"
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"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://README.md;beginline=268;endline=292;md5=86d10e4bcf4b4014d306dde7c1d2a80d" 5LIC_FILES_CHKSUM = "file://README.md;beginline=268;endline=292;md5=86d10e4bcf4b4014d306dde7c1d2a80d"
6 6
7SRC_URI = "git://github.com/sarfata/pi-blaster \ 7SRC_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"
5LICENSE = "MIT" 5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://../../LICENSE;md5=96cdecb41125f498958e09b72faf318e" 6LIC_FILES_CHKSUM = "file://../../LICENSE;md5=96cdecb41125f498958e09b72faf318e"
7 7
8SRC_URI = "git://github.com/RPi-Distro/RTIMULib.git;protocol=http;branch=master \ 8SRC_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 "
11SRCREV = "b949681af69b45f0f7f4bb53b6770037b5b02178" 11SRCREV = "b949681af69b45f0f7f4bb53b6770037b5b02178"
diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb
index 1138da8..5378cde 100644
--- a/recipes-graphics/userland/userland_git.bb
+++ b/recipes-graphics/userland/userland_git.bb
@@ -20,7 +20,7 @@ SRCREV = "188d3bfe4a0ac36b119a2cee35a6be8d0c68e09e"
20PV = "20200624" 20PV = "20200624"
21 21
22SRC_URI = "\ 22SRC_URI = "\
23 git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \ 23 git://github.com/${SRCFORK}/userland.git;protocol=https;branch=${SRCBRANCH} \
24 file://0001-Allow-applications-to-set-next-resource-handle.patch \ 24 file://0001-Allow-applications-to-set-next-resource-handle.patch \
25 file://0002-wayland-Add-support-for-the-Wayland-winsys.patch \ 25 file://0002-wayland-Add-support-for-the-Wayland-winsys.patch \
26 file://0003-wayland-Add-Wayland-example.patch \ 26 file://0003-wayland-Add-Wayland-example.patch \
diff --git a/recipes-kernel/bluez-firmware-rpidistro/bluez-firmware-rpidistro_git.bb b/recipes-kernel/bluez-firmware-rpidistro/bluez-firmware-rpidistro_git.bb
index 310d2f8..260aeb9 100644
--- a/recipes-kernel/bluez-firmware-rpidistro/bluez-firmware-rpidistro_git.bb
+++ b/recipes-kernel/bluez-firmware-rpidistro/bluez-firmware-rpidistro_git.bb
@@ -23,7 +23,7 @@ LIC_FILES_CHKSUM = "\
23# so that the license files will be copied from fetched source 23# so that the license files will be copied from fetched source
24NO_GENERIC_LICENSE[Firmware-cypress-rpidistro] = "LICENCE.cypress-rpidistro" 24NO_GENERIC_LICENSE[Firmware-cypress-rpidistro] = "LICENCE.cypress-rpidistro"
25 25
26SRC_URI = "git://github.com/RPi-Distro/bluez-firmware" 26SRC_URI = "git://github.com/RPi-Distro/bluez-firmware;branch=master;protocol=https"
27SRCREV = "96eefffcccc725425fd83be5e0704a5c32b79e54" 27SRCREV = "96eefffcccc725425fd83be5e0704a5c32b79e54"
28PV = "0.0+git${SRCPV}" 28PV = "0.0+git${SRCPV}"
29 29
diff --git a/recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb b/recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb
index 99afde8..ca75fa6 100644
--- a/recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb
+++ b/recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb
@@ -33,7 +33,7 @@ LIC_FILES_CHKSUM = "\
33NO_GENERIC_LICENSE[Firmware-broadcom_bcm43xx-rpidistro] = "LICENCE.broadcom_bcm43xx" 33NO_GENERIC_LICENSE[Firmware-broadcom_bcm43xx-rpidistro] = "LICENCE.broadcom_bcm43xx"
34NO_GENERIC_LICENSE[WHENCE] = "WHENCE" 34NO_GENERIC_LICENSE[WHENCE] = "WHENCE"
35 35
36SRC_URI = "git://github.com/RPi-Distro/firmware-nonfree" 36SRC_URI = "git://github.com/RPi-Distro/firmware-nonfree;branch=master;protocol=https"
37 37
38SRCREV = "98e815735e2c805d65994ccc608f399595b74438" 38SRCREV = "98e815735e2c805d65994ccc608f399595b74438"
39PV = "20190114-1+rpt8" 39PV = "20190114-1+rpt8"
diff --git a/recipes-kernel/linux/linux-raspberrypi-dev.bb b/recipes-kernel/linux/linux-raspberrypi-dev.bb
index 3511a55..d6b0eec 100644
--- a/recipes-kernel/linux/linux-raspberrypi-dev.bb
+++ b/recipes-kernel/linux/linux-raspberrypi-dev.bb
@@ -20,7 +20,7 @@ SRCREV_meta ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "li
20KMETA = "kernel-meta" 20KMETA = "kernel-meta"
21 21
22SRC_URI = " \ 22SRC_URI = " \
23 git://github.com/raspberrypi/linux.git;name=machine;branch=${LINUX_RPI_BRANCH} \ 23 git://github.com/raspberrypi/linux.git;name=machine;branch=${LINUX_RPI_BRANCH};protocol=https \
24 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=${LINUX_RPI_KMETA_BRANCH};destsuffix=${KMETA} \ 24 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=${LINUX_RPI_KMETA_BRANCH};destsuffix=${KMETA} \
25 file://powersave.cfg \ 25 file://powersave.cfg \
26 file://android-drivers.cfg \ 26 file://android-drivers.cfg \
diff --git a/recipes-multimedia/omxplayer/omxplayer_git.bb b/recipes-multimedia/omxplayer/omxplayer_git.bb
index 55e5a1c..82706a4 100644
--- a/recipes-multimedia/omxplayer/omxplayer_git.bb
+++ b/recipes-multimedia/omxplayer/omxplayer_git.bb
@@ -22,8 +22,8 @@ SRCREV_default = "f543a0d0e707ab56415f17b0ca6d397394ee8b63"
22# This SRCREV corresponds to the v4.0.3 release of ffmpeg. 22# This SRCREV corresponds to the v4.0.3 release of ffmpeg.
23SRCREV_ffmpeg = "fcbd117df3077bad495e99e20f01cf93737bce76" 23SRCREV_ffmpeg = "fcbd117df3077bad495e99e20f01cf93737bce76"
24 24
25SRC_URI = "git://github.com/popcornmix/omxplayer.git;protocol=git;branch=master \ 25SRC_URI = "git://github.com/popcornmix/omxplayer.git;protocol=https;branch=master \
26 git://github.com/FFmpeg/FFmpeg;branch=release/4.0;protocol=git;depth=1;name=ffmpeg;destsuffix=git/ffmpeg \ 26 git://github.com/FFmpeg/FFmpeg;branch=release/4.0;protocol=https;depth=1;name=ffmpeg;destsuffix=git/ffmpeg \
27 file://0002-Libraries-and-headers-from-ffmpeg-are-installed-in-u.patch \ 27 file://0002-Libraries-and-headers-from-ffmpeg-are-installed-in-u.patch \
28 file://0003-Remove-strip-step-in-Makefile.patch \ 28 file://0003-Remove-strip-step-in-Makefile.patch \
29 file://0004-Add-FFMPEG_EXTRA_CFLAGS-and-FFMPEG_EXTRA_LDFLAGS.patch \ 29 file://0004-Add-FFMPEG_EXTRA_CFLAGS-and-FFMPEG_EXTRA_LDFLAGS.patch \