diff options
| author | Tim Orling <ticotimo@gmail.com> | 2022-02-25 20:22:30 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-02-28 08:32:19 -0800 |
| commit | b0878793f361d293fcff084ebbac0f4a41275fcd (patch) | |
| tree | 39429989d21820d90be2efdbe48c1c1137c4a76d /meta-python | |
| parent | 54ed60507bca412f2176004defa5cbf644381b1f (diff) | |
| download | meta-openembedded-b0878793f361d293fcff084ebbac0f4a41275fcd.tar.gz | |
python3-geomet: 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.
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-geomet_0.3.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-geomet_0.3.0.bb b/meta-python/recipes-devtools/python/python3-geomet_0.3.0.bb index 4337d8558e..8e907462ae 100644 --- a/meta-python/recipes-devtools/python/python3-geomet_0.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-geomet_0.3.0.bb | |||
| @@ -14,6 +14,7 @@ SRC_URI = "git://github.com/geomet/geomet.git;protocol=https;branch=release-${PV | |||
| 14 | SRCREV = "73ec5ec96cca32f2e2461d3964fc3d4ab80248f9" | 14 | SRCREV = "73ec5ec96cca32f2e2461d3964fc3d4ab80248f9" |
| 15 | 15 | ||
| 16 | inherit setuptools3 | 16 | inherit setuptools3 |
| 17 | PIP_INSTALL_PACKAGE = "geomet" | ||
| 17 | 18 | ||
| 18 | RDEPENDS:${PN} += "\ | 19 | RDEPENDS:${PN} += "\ |
| 19 | ${PYTHON_PN}-click \ | 20 | ${PYTHON_PN}-click \ |
