diff options
author | Tim Orling <ticotimo@gmail.com> | 2022-02-22 11:16:46 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-25 15:07:50 +0000 |
commit | 2b54e80a8ae15a92c9f9a283a6a6ea5678f19df5 (patch) | |
tree | 16c5eff8f4c67a80e53726331507540d1d643dda /meta | |
parent | b5cc70b39204ff8813d701f067e07bf9f69f16b5 (diff) | |
download | poky-2b54e80a8ae15a92c9f9a283a6a6ea5678f19df5.tar.gz |
python3-libarchive-c: set PIP_INSTALL_PACKAGE
Set PIP_INSTALL_PACKAGE to libarchive_c to match the name of the wheel
built by bdist_wheel.
[YOCTO #14638]
(From OE-Core rev: e57e83d631fdd021f84cdbc827b2bc595a43b26e)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python3-libarchive-c_4.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-libarchive-c_4.0.bb b/meta/recipes-devtools/python/python3-libarchive-c_4.0.bb index 3c6bc1e1ca..99837848a6 100644 --- a/meta/recipes-devtools/python/python3-libarchive-c_4.0.bb +++ b/meta/recipes-devtools/python/python3-libarchive-c_4.0.bb | |||
@@ -9,6 +9,8 @@ PYPI_PACKAGE = "libarchive-c" | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | PIP_INSTALL_PACKAGE = "libarchive_c" | ||
13 | |||
12 | SRC_URI[sha256sum] = "a5b41ade94ba58b198d778e68000f6b7de41da768de7140c984f71d7fa8416e5" | 14 | SRC_URI[sha256sum] = "a5b41ade94ba58b198d778e68000f6b7de41da768de7140c984f71d7fa8416e5" |
13 | 15 | ||
14 | RDEPENDS:${PN} += "\ | 16 | RDEPENDS:${PN} += "\ |