diff options
author | Justin Bronder <jsbronder@cold-front.org> | 2022-03-01 12:47:41 -0500 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-03-03 08:48:06 -0800 |
commit | ce2692fc0e9f165618e788c887976d55c64c8667 (patch) | |
tree | b63a4fbeda7ab6a18a58c634daffd8a68145fec8 /meta-python | |
parent | ad10b550727e03a04585754e32c184d17d9d2ea9 (diff) | |
download | meta-openembedded-ce2692fc0e9f165618e788c887976d55c64c8667.tar.gz |
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 <jsbronder@cold-front.org>
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.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 | ||