mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 06:45:32 +01:00
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>
This commit is contained in:
parent
11e3224015
commit
ea8c24aabc
|
|
@ -5,6 +5,7 @@ LICENSE = "MIT"
|
|||
LIC_FILES_CHKSUM = "file://LICENSE;md5=f0c851d60495c7e27225a819e179208a"
|
||||
|
||||
inherit setuptools3 pkgconfig features_check
|
||||
PIP_INSTALL_PACKAGE = "Kivy"
|
||||
|
||||
SRC_URI = "\
|
||||
git://github.com/kivy/kivy.git;protocol=https;branch=master \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user