python3-configshell-fb: set PIP_INSTALL_PACKAGE

Recipe does not inherit pypi nor would PN resolve to the name of the
wheel so we must set PIP_INSTALL_PACKAGE appropriately.

Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
Justin Bronder 2022-03-02 12:03:17 -05:00 committed by Khem Raj
parent 2ecb3388d5
commit f7f407aa81

View File

@ -12,5 +12,6 @@ SRCREV = "d74a33b69f688ed9b8b28033835303604639d4eb"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
inherit setuptools3 inherit setuptools3
PIP_INSTALL_PACKAGE = "configshell_fb"
RDEPENDS:${PN} += "python3-modules python3-fcntl python3-six" RDEPENDS:${PN} += "python3-modules python3-fcntl python3-six"