summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-prctl_1.8.1.bb3
1 files changed, 1 insertions, 2 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 8426e48113..28d94ba5bf 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
@@ -11,12 +11,11 @@ S = "${WORKDIR}/git"
11B = "${S}" 11B = "${S}"
12 12
13SRCREV = "5e12e398eb5c4e30d7b29b02458c76d2cc780700" 13SRCREV = "5e12e398eb5c4e30d7b29b02458c76d2cc780700"
14PV = "1.8.1+git${SRCPV}"
15
16SRC_URI = "git://github.com/seveas/python-prctl;protocol=https;branch=main \ 14SRC_URI = "git://github.com/seveas/python-prctl;protocol=https;branch=main \
17 file://0001-support-cross-complication.patch \ 15 file://0001-support-cross-complication.patch \
18" 16"
19inherit setuptools3 python3native 17inherit setuptools3 python3native
18PIP_INSTALL_PACKAGE = "python_prctl"
20 19
21DEPENDS += "libcap" 20DEPENDS += "libcap"
22 21