From ce2692fc0e9f165618e788c887976d55c64c8667 Mon Sep 17 00:00:00 2001 From: Justin Bronder Date: Tue, 1 Mar 2022 12:47:41 -0500 Subject: python3-prctl: fix wheel build Recipe does not inherit pypi nor would PN be a good guess at the name of the wheel. Set PIP_INSTALL_PACKAGE appropriately. Also dropping '+git${SRCPV}' from PV as the SRCREV is pointing to the 1.8.1 tag. Signed-off-by: Justin Bronder Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-prctl_1.8.1.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta-python/recipes-devtools/python/python3-prctl_1.8.1.bb') 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" B = "${S}" SRCREV = "5e12e398eb5c4e30d7b29b02458c76d2cc780700" -PV = "1.8.1+git${SRCPV}" - SRC_URI = "git://github.com/seveas/python-prctl;protocol=https;branch=main \ file://0001-support-cross-complication.patch \ " inherit setuptools3 python3native +PIP_INSTALL_PACKAGE = "python_prctl" DEPENDS += "libcap" -- cgit v1.2.3-54-g00ecf