From 66e04f57464fdb7256528b2c07f83e7ad1855be5 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 2 Mar 2022 10:42:43 -0800 Subject: [PATCH] python3-keras-applications: Define PIP_INSTALL_PACKAGE Fixes build with wheel packaging Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-keras-applications_1.0.8.bb | 2 ++ 1 file changed, 2 insertions(+) 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" inherit setuptools3 +PIP_INSTALL_PACKAGE = "Keras_Applications" + S = "${WORKDIR}/git" BBCLASSEXTEND = "native"