summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Bronder <jsbronder@cold-front.org>2022-03-02 12:03:17 -0500
committerKhem Raj <raj.khem@gmail.com>2022-03-03 08:48:07 -0800
commitf7f407aa8101cb1ba55d7aa3fb9a887538b6d741 (patch)
treeb922344b6a3a22b05a96cc7f4a17d563112b77de
parent2ecb3388d520d23d7a79242043012ee7d0ab280f (diff)
downloadmeta-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.bb1
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"
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13
14inherit setuptools3 14inherit setuptools3
15PIP_INSTALL_PACKAGE = "configshell_fb"
15 16
16RDEPENDS:${PN} += "python3-modules python3-fcntl python3-six" 17RDEPENDS:${PN} += "python3-modules python3-fcntl python3-six"