From e57e83d631fdd021f84cdbc827b2bc595a43b26e Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Tue, 22 Feb 2022 11:16:46 -0800 Subject: 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] Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-libarchive-c_4.0.bb | 2 ++ 1 file changed, 2 insertions(+) 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" inherit pypi setuptools3 +PIP_INSTALL_PACKAGE = "libarchive_c" + SRC_URI[sha256sum] = "a5b41ade94ba58b198d778e68000f6b7de41da768de7140c984f71d7fa8416e5" RDEPENDS:${PN} += "\ -- cgit 1.2.3-korg