diff options
| author | Marcel Hamer <marcel@solidxs.se> | 2021-11-05 12:18:39 +0100 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.com> | 2021-11-07 21:30:23 +0000 |
| commit | e31fba4c96cdf819958d05875fb8733481997806 (patch) | |
| tree | d4a0735eece7bcfacc1b386a44755b677161a1bb /recipes-bsp/bootfiles | |
| parent | 316b017c53f45da4fb76fab717f3e0a47b239f75 (diff) | |
| download | meta-raspberrypi-e31fba4c96cdf819958d05875fb8733481997806.tar.gz | |
recipes: Update SRC_URI protocols for github
Use protocols=https for GitHub SRC_URIs using the conversion script in
openembedded-core.
Signed-off-by: Marcel Hamer <marcel@solidxs.se>
Diffstat (limited to 'recipes-bsp/bootfiles')
| -rw-r--r-- | recipes-bsp/bootfiles/rpi-config_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb b/recipes-bsp/bootfiles/rpi-config_git.bb index 96453ef..13a0714 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 | |||
| 8 | COMPATIBLE_MACHINE = "^rpi$" | 8 | COMPATIBLE_MACHINE = "^rpi$" |
| 9 | 9 | ||
| 10 | SRCREV = "648ffc470824c43eb0d16c485f4c24816b32cd6f" | 10 | SRCREV = "648ffc470824c43eb0d16c485f4c24816b32cd6f" |
| 11 | SRC_URI = "git://github.com/Evilpaul/RPi-config.git;protocol=git;branch=master \ | 11 | SRC_URI = "git://github.com/Evilpaul/RPi-config.git;protocol=https;branch=master \ |
| 12 | " | 12 | " |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
