remove obsolete PIP_INSTALL_PACKAGE and PIP_INSTALL_DIST_PATH

All downloaded files and sstates for the recipes were cleaned, build was got from stratch and no errors were encoutered.

Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
alperak
2024-03-08 18:21:07 +03:00
committed by Khem Raj
parent 2da0ae3cb2
commit fdfd510992
26 changed files with 0 additions and 47 deletions

View File

@@ -7,11 +7,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=366e2fd3c9714f162d3663b6f97cfe41"
SRC_URI = "git://github.com/keras-team/keras-applications.git;branch=master;protocol=https"
SRCREV ?= "3b180cb10eda683dda7913ecee2e6487288d292d"
inherit setuptools3
PIP_INSTALL_PACKAGE = "Keras_Applications"
S = "${WORKDIR}/git"
BBCLASSEXTEND = "native"