python3-cson: Define PIP_INSTALL_PACKAGE

Fixes build with wheel packaging

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
Khem Raj 2022-03-02 10:51:00 -08:00
parent 9c80fa20da
commit 039fb4f79c

View File

@ -17,5 +17,7 @@ DEPENDS:append:class-native = " python-native "
inherit setuptools3
PIP_INSTALL_PACKAGE = "python_cson"
BBCLASSEXTEND = "native"