mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-13 22:05:27 +01:00
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:
parent
2ecb3388d5
commit
f7f407aa81
|
|
@ -12,5 +12,6 @@ SRCREV = "d74a33b69f688ed9b8b28033835303604639d4eb"
|
|||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit setuptools3
|
||||
PIP_INSTALL_PACKAGE = "configshell_fb"
|
||||
|
||||
RDEPENDS:${PN} += "python3-modules python3-fcntl python3-six"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user