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:
Justin Bronder 2022-02-28 16:24:58 -05:00 committed by Khem Raj
parent 11e3224015
commit ea8c24aabc

View File

@ -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 \