diff options
| author | Justin Bronder <jsbronder@cold-front.org> | 2022-03-02 12:03:17 -0500 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-03-03 08:48:07 -0800 |
| commit | f7f407aa8101cb1ba55d7aa3fb9a887538b6d741 (patch) | |
| tree | b922344b6a3a22b05a96cc7f4a17d563112b77de | |
| parent | 2ecb3388d520d23d7a79242043012ee7d0ab280f (diff) | |
| download | meta-openembedded-f7f407aa8101cb1ba55d7aa3fb9a887538b6d741.tar.gz | |
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>
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-configshell-fb_1.1.29.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-configshell-fb_1.1.29.bb b/meta-python/recipes-devtools/python/python3-configshell-fb_1.1.29.bb index 359c9d002c..2bb196c209 100644 --- a/meta-python/recipes-devtools/python/python3-configshell-fb_1.1.29.bb +++ b/meta-python/recipes-devtools/python/python3-configshell-fb_1.1.29.bb | |||
| @@ -12,5 +12,6 @@ SRCREV = "d74a33b69f688ed9b8b28033835303604639d4eb" | |||
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 13 | 13 | ||
| 14 | inherit setuptools3 | 14 | inherit setuptools3 |
| 15 | PIP_INSTALL_PACKAGE = "configshell_fb" | ||
| 15 | 16 | ||
| 16 | RDEPENDS:${PN} += "python3-modules python3-fcntl python3-six" | 17 | RDEPENDS:${PN} += "python3-modules python3-fcntl python3-six" |
