Skip to content

Commit

Permalink
python3-prctl: Use https protocol for git fetcher
Browse files Browse the repository at this point in the history
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
  • Loading branch information
kraj authored and tewarid committed Dec 9, 2021
1 parent ad52a41 commit 7b2fe24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-python/recipes-devtools/python/python3-prctl_1.8.1.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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;protocol=https;branch=main \
file://0001-support-cross-complication.patch \
"
inherit setuptools3 python3native
Expand Down

0 comments on commit 7b2fe24

Please sign in to comment.