summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-11-03 06:22:14 -0700
committerKhem Raj <raj.khem@gmail.com>2021-11-03 06:57:12 -0700
commit46c8e291352bfa513f46ce17b612cc5039e5b6e7 (patch)
treeecf65c2f7e21284076bd81d168b7c85af7ccb66d /meta-python
parent6e40d52f9ae1c3e820d8c82350858ee10f79cc69 (diff)
downloadmeta-openembedded-46c8e291352bfa513f46ce17b612cc5039e5b6e7.tar.gz
python3-prctl: Use https protocol for git fetcher
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-prctl_1.8.1.bb2
1 files changed, 1 insertions, 1 deletions
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 b87a470b40..8426e48113 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}"
13SRCREV = "5e12e398eb5c4e30d7b29b02458c76d2cc780700" 13SRCREV = "5e12e398eb5c4e30d7b29b02458c76d2cc780700"
14PV = "1.8.1+git${SRCPV}" 14PV = "1.8.1+git${SRCPV}"
15 15
16SRC_URI = "git://github.com/seveas/python-prctl;branch=main\ 16SRC_URI = "git://github.com/seveas/python-prctl;protocol=https;branch=main \
17 file://0001-support-cross-complication.patch \ 17 file://0001-support-cross-complication.patch \
18" 18"
19inherit setuptools3 python3native 19inherit setuptools3 python3native