[meta-python,3/5] python3-cson: Define PIP_INSTALL_PACKAGE

Message ID 20220302185746.2402043-3-raj.khem@gmail.com
State New
Headers show
Series [meta-python,1/5] python3-keras-applications: Define PIP_INSTALL_PACKAGE | expand

Commit Message

Khem Raj March 2, 2022, 6:57 p.m. UTC
Fixes build with wheel packaging

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-python/recipes-extended/python-cson/python3-cson_git.bb | 2 ++
 1 file changed, 2 insertions(+)

Patch

diff --git a/meta-python/recipes-extended/python-cson/python3-cson_git.bb b/meta-python/recipes-extended/python-cson/python3-cson_git.bb
index 5d696b30f7..c4fcc61ec0 100644
--- a/meta-python/recipes-extended/python-cson/python3-cson_git.bb
+++ b/meta-python/recipes-extended/python-cson/python3-cson_git.bb
@@ -17,5 +17,7 @@  DEPENDS:append:class-native = " python-native "
 
 inherit setuptools3
 
+PIP_INSTALL_PACKAGE = "python_cson"
+
 BBCLASSEXTEND = "native"