diff options
| author | Justin Bronder <jsbronder@cold-front.org> | 2022-02-28 16:24:58 -0500 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-03-01 09:06:56 -0800 |
| commit | ea8c24aabc9f14c02c5da03671107f2e337b09f4 (patch) | |
| tree | 04943bdaa3b07436f6eae6a6a6b812cc2ad98f73 /meta-python/recipes-devtools/python | |
| parent | 11e32240154e05a4ed23b1b70788e48bf1a6efab (diff) | |
| download | meta-openembedded-ea8c24aabc9f14c02c5da03671107f2e337b09f4.tar.gz | |
python3-kivy: fix wheel build
Recipe does not inherity pypi and the package name is capitalized
regardless. Set PIP_INSTALL_PACKAGE appropriately.
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/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-kivy_2.0.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-kivy_2.0.0.bb b/meta-python/recipes-devtools/python/python3-kivy_2.0.0.bb index 3daf13473a..38f5216f56 100644 --- a/meta-python/recipes-devtools/python/python3-kivy_2.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-kivy_2.0.0.bb | |||
| @@ -5,6 +5,7 @@ LICENSE = "MIT" | |||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f0c851d60495c7e27225a819e179208a" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f0c851d60495c7e27225a819e179208a" |
| 6 | 6 | ||
| 7 | inherit setuptools3 pkgconfig features_check | 7 | inherit setuptools3 pkgconfig features_check |
| 8 | PIP_INSTALL_PACKAGE = "Kivy" | ||
| 8 | 9 | ||
| 9 | SRC_URI = "\ | 10 | SRC_URI = "\ |
| 10 | git://github.com/kivy/kivy.git;protocol=https;branch=master \ | 11 | git://github.com/kivy/kivy.git;protocol=https;branch=master \ |
