[meta-python,1/5] python3-keras-applications: Define PIP_INSTALL_PACKAGE

Message ID 20220302185746.2402043-1-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>
---
 .../recipes-devtools/python/python3-keras-applications_1.0.8.bb | 2 ++
 1 file changed, 2 insertions(+)

Patch

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 11ab8b0a5f..6c2af0d4ea 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"
 
 inherit setuptools3
 
+PIP_INSTALL_PACKAGE = "Keras_Applications"
+
 S = "${WORKDIR}/git"
 
 BBCLASSEXTEND = "native"