diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-03-02 10:51:00 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-03-03 08:48:07 -0800 |
| commit | 039fb4f79c375436b5f60575b8383c932471b38e (patch) | |
| tree | 88bc72ce7dc11272c1f300e26adc163842ff35f6 | |
| parent | 9c80fa20daeaaa969c90265dbe3638f81f5d3998 (diff) | |
| download | meta-openembedded-039fb4f79c375436b5f60575b8383c932471b38e.tar.gz | |
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>
| -rw-r--r-- | meta-python/recipes-extended/python-cson/python3-cson_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 " | |||
| 17 | 17 | ||
| 18 | inherit setuptools3 | 18 | inherit setuptools3 |
| 19 | 19 | ||
| 20 | PIP_INSTALL_PACKAGE = "python_cson" | ||
| 21 | |||
| 20 | BBCLASSEXTEND = "native" | 22 | BBCLASSEXTEND = "native" |
| 21 | 23 | ||
