From 039fb4f79c375436b5f60575b8383c932471b38e Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 2 Mar 2022 10:51:00 -0800 Subject: python3-cson: Define PIP_INSTALL_PACKAGE Fixes build with wheel packaging Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-extended/python-cson/python3-cson_git.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python/recipes-extended') 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" -- cgit v1.2.3-54-g00ecf