From 602f0cb6df41e27ace3b807e55d0b517ea93e6be Mon Sep 17 00:00:00 2001 From: Devendra Tewari Date: Mon, 22 Nov 2021 10:14:10 -0300 Subject: [PATCH] python3-prctl: Add https protocol to SRC_URI GitHub has deprecated unencrypted git protocol Devendra Tewari --- meta-python/recipes-devtools/python/python3-prctl_1.8.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-prctl_1.8.1.bb b/meta-python/recipes-devtools/python/python3-prctl_1.8.1.bb index b87a470b404..4686fb620c9 100644 --- a/meta-python/recipes-devtools/python/python3-prctl_1.8.1.bb +++ b/meta-python/recipes-devtools/python/python3-prctl_1.8.1.bb @@ -13,7 +13,7 @@ B = "${S}" SRCREV = "5e12e398eb5c4e30d7b29b02458c76d2cc780700" PV = "1.8.1+git${SRCPV}" -SRC_URI = "git://github.com/seveas/python-prctl;branch=main\ +SRC_URI = "git://github.com/seveas/python-prctl;branch=main;protocol=https \ file://0001-support-cross-complication.patch \ " inherit setuptools3 python3native