mirror of
https://git.yoctoproject.org/poky
synced 2026-02-26 19:39:40 +01:00
python3-libarchive-c: upgrade 3.0 -> 3.1
Add runtime dependency to resolve errors that occurred when import libarchive. (From OE-Core rev: 5d29a4f036a81076b9ddd98dd93d885f8d2b9f74) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -9,13 +9,14 @@ PYPI_PACKAGE = "libarchive-c"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
SRC_URI[md5sum] = "920885f5910aa8245e30896996e0415b"
|
||||
SRC_URI[sha256sum] = "6f12fa9cf0e44579e5f45bbf11aa455a930fbfdb13ea0ce3c3dfe7b9b9a452ba"
|
||||
SRC_URI[md5sum] = "8c62da42a8b9bd24642e5430427e6f5a"
|
||||
SRC_URI[sha256sum] = "618a7ecfbfb58ca15e11e3138d4a636498da3b6bc212811af158298530fbb87e"
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
libarchive \
|
||||
${PYTHON_PN}-ctypes \
|
||||
${PYTHON_PN}-mmap \
|
||||
${PYTHON_PN}-logging \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
Reference in New Issue
Block a user