diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-02-26 19:22:07 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-02-28 08:32:19 -0800 |
commit | 0d1f1fff47152f2fde7cf3bb81af3d598511d53c (patch) | |
tree | 3553e70702ca422d2d462d02f122b1e1af3cb9f2 | |
parent | cf0ed4239196a76800f8c2facb5a285409b8147a (diff) | |
download | meta-openembedded-0d1f1fff47152f2fde7cf3bb81af3d598511d53c.tar.gz |
python3-apt: Point PYPA_WHEEL to custom location
Standard deduction logic does not work so help the system a bit
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
-rw-r--r-- | meta-oe/recipes-devtools/python/python3-apt_2.3.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/python/python3-apt_2.3.0.bb b/meta-oe/recipes-devtools/python/python3-apt_2.3.0.bb index 6463f49bb5..183836f406 100644 --- a/meta-oe/recipes-devtools/python/python3-apt_2.3.0.bb +++ b/meta-oe/recipes-devtools/python/python3-apt_2.3.0.bb | |||
@@ -10,6 +10,8 @@ SRCREV = "6145b6484d220685edfd922d364afbf065127efe" | |||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||
12 | inherit setuptools3 | 12 | inherit setuptools3 |
13 | PIP_INSTALL_PACKAGE = "python_apt" | ||
14 | PYPA_WHEEL = "${PIP_INSTALL_DIST_PATH}/${PIP_INSTALL_PACKAGE}-0.0.0-*.whl" | ||
13 | 15 | ||
14 | DEPENDS += "apt" | 16 | DEPENDS += "apt" |
15 | RDEPENDS:${PN} += "apt python3-core" | 17 | RDEPENDS:${PN} += "apt python3-core" |