summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2022-02-25 19:40:44 -0800
committerKhem Raj <raj.khem@gmail.com>2022-02-28 08:32:19 -0800
commitb56940049dfa1968d5e0325ea3b2fe024a3aa34b (patch)
treeb7c81c62640c8d3b15d62353c92649e9af677f53 /meta-python
parent770cba1d555915901a54303109da10e3fa480269 (diff)
downloadmeta-openembedded-b56940049dfa1968d5e0325ea3b2fe024a3aa34b.tar.gz
python3-pillow: fix wheel build
Recipe does not inherit pypi nor would PN resolve to the name of the wheel so we must set PIP_INSTALL_PACKAGE appropriately. The recipe also builds its wheel in ${S}/dist so we must set PIP_INSTALL_DIST_PATH appropriately. Signed-off-by: Tim Orling <tim.orling@konsulko.com> 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-pillow_9.0.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pillow_9.0.0.bb b/meta-python/recipes-devtools/python/python3-pillow_9.0.0.bb
index de3c92c3d3..487e4b54c4 100644
--- a/meta-python/recipes-devtools/python/python3-pillow_9.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pillow_9.0.0.bb
@@ -13,6 +13,9 @@ SRCREV ?= "82541b6dec8452cb612067fcebba1c5a1a2bfdc8"
13 13
14inherit setuptools3 14inherit setuptools3
15 15
16PIP_INSTALL_PACKAGE = "Pillow"
17PIP_INSTALL_DIST_PATH = "${S}/dist"
18
16DEPENDS += " \ 19DEPENDS += " \
17 zlib \ 20 zlib \
18 jpeg \ 21 jpeg \