From 9d88cfc66e3d9aa0ef2098fd422200552a516dcd Mon Sep 17 00:00:00 2001 From: Alex Stewart Date: Thu, 27 Jan 2022 17:35:56 -0600 Subject: [PATCH] Use https in github repo SRC_URIS 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 --- recipes-devtools/mkinitcpio/mkinitcpio_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/mkinitcpio/mkinitcpio_git.bb b/recipes-devtools/mkinitcpio/mkinitcpio_git.bb index 811fe686d..8814517fb 100644 --- a/recipes-devtools/mkinitcpio/mkinitcpio_git.bb +++ b/recipes-devtools/mkinitcpio/mkinitcpio_git.bb @@ -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 \ "