diff options
| -rw-r--r-- | meta/recipes-devtools/python/python3-libarchive-c_3.1.bb (renamed from meta/recipes-devtools/python/python3-libarchive-c_3.0.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-libarchive-c_3.0.bb b/meta/recipes-devtools/python/python3-libarchive-c_3.1.bb index d29195545f..d8f7862f92 100644 --- a/meta/recipes-devtools/python/python3-libarchive-c_3.0.bb +++ b/meta/recipes-devtools/python/python3-libarchive-c_3.1.bb | |||
| @@ -9,13 +9,14 @@ PYPI_PACKAGE = "libarchive-c" | |||
| 9 | 9 | ||
| 10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
| 11 | 11 | ||
| 12 | SRC_URI[md5sum] = "920885f5910aa8245e30896996e0415b" | 12 | SRC_URI[md5sum] = "8c62da42a8b9bd24642e5430427e6f5a" |
| 13 | SRC_URI[sha256sum] = "6f12fa9cf0e44579e5f45bbf11aa455a930fbfdb13ea0ce3c3dfe7b9b9a452ba" | 13 | SRC_URI[sha256sum] = "618a7ecfbfb58ca15e11e3138d4a636498da3b6bc212811af158298530fbb87e" |
| 14 | 14 | ||
| 15 | RDEPENDS_${PN} += "\ | 15 | RDEPENDS_${PN} += "\ |
| 16 | libarchive \ | 16 | libarchive \ |
| 17 | ${PYTHON_PN}-ctypes \ | 17 | ${PYTHON_PN}-ctypes \ |
| 18 | ${PYTHON_PN}-mmap \ | 18 | ${PYTHON_PN}-mmap \ |
| 19 | ${PYTHON_PN}-logging \ | ||
| 19 | " | 20 | " |
| 20 | 21 | ||
| 21 | BBCLASSEXTEND = "native" | 22 | BBCLASSEXTEND = "native" |
