diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-03-02 10:42:43 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-03-03 08:48:07 -0800 |
commit | 66e04f57464fdb7256528b2c07f83e7ad1855be5 (patch) | |
tree | 636de69704f1a021f25e9c36b9dcaecd5dd1ad6e | |
parent | 7513effd0df75d2d577d1931f2b6a3f5aae56442 (diff) | |
download | meta-openembedded-66e04f57464fdb7256528b2c07f83e7ad1855be5.tar.gz |
python3-keras-applications: 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-devtools/python/python3-keras-applications_1.0.8.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-keras-applications_1.0.8.bb b/meta-python/recipes-devtools/python/python3-keras-applications_1.0.8.bb index 11ab8b0a5..6c2af0d4e 100644 --- a/meta-python/recipes-devtools/python/python3-keras-applications_1.0.8.bb +++ b/meta-python/recipes-devtools/python/python3-keras-applications_1.0.8.bb | |||
@@ -10,6 +10,8 @@ SRCREV ?= "3b180cb10eda683dda7913ecee2e6487288d292d" | |||
10 | 10 | ||
11 | inherit setuptools3 | 11 | inherit setuptools3 |
12 | 12 | ||
13 | PIP_INSTALL_PACKAGE = "Keras_Applications" | ||
14 | |||
13 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
14 | 16 | ||
15 | BBCLASSEXTEND = "native" | 17 | BBCLASSEXTEND = "native" |