diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-prctl_1.8.1.bb | 3 |
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" | |||
11 | B = "${S}" | 11 | B = "${S}" |
12 | 12 | ||
13 | SRCREV = "5e12e398eb5c4e30d7b29b02458c76d2cc780700" | 13 | SRCREV = "5e12e398eb5c4e30d7b29b02458c76d2cc780700" |
14 | PV = "1.8.1+git${SRCPV}" | ||
15 | |||
16 | SRC_URI = "git://github.com/seveas/python-prctl;protocol=https;branch=main \ | 14 | SRC_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 | " |
19 | inherit setuptools3 python3native | 17 | inherit setuptools3 python3native |
18 | PIP_INSTALL_PACKAGE = "python_prctl" | ||
20 | 19 | ||
21 | DEPENDS += "libcap" | 20 | DEPENDS += "libcap" |
22 | 21 | ||