Skip to content

Commit

Permalink
Use https in github repo SRC_URIS
Browse files Browse the repository at this point in the history
Github is moving to deprecate the git protocol in its repos. Update all
github URIs to use the `https` protocol.

Signed-off-by: Alex Stewart <[email protected]>
  • Loading branch information
amstewart committed Jan 31, 2022
1 parent bb1f4af commit 9d88cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-devtools/mkinitcpio/mkinitcpio_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ BRANCH="nilrt/18.0"
PV = "v23+git${SRCPV}"

SRC_URI = "\
${NILRT_GIT}/mkinitcpio.git;protocol=git;branch=${BRANCH} \
${NILRT_GIT}/mkinitcpio.git;protocol=https;branch=${BRANCH} \
file://0001-Makefile-don-t-check-asciidoc-output.patch \
file://0002-Makefile-don-t-preserve-ownership-on-install.patch \
"
Expand Down

0 comments on commit 9d88cfc

Please sign in to comment.