diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-04 16:45:00 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-23 21:42:54 +0100 |
| commit | b52d2a985c35a6fc434eee31ce59db49ec04b70f (patch) | |
| tree | e538db90a4fb4ca81340e8168fdcc3b6c810bfbf /meta/recipes-extended | |
| parent | 17fc33023634e13c3976670d62a33ec7372cc3b5 (diff) | |
| download | poky-b52d2a985c35a6fc434eee31ce59db49ec04b70f.tar.gz | |
libarchive: upgrade 3.7.9 -> 3.8.1
Includes bugfixes for issues introduced in 3.8.0
License-Update: Public Domain file changed from libarchive/archive_getdate.c
to libarchive/archive_parse_date.c
https://github.com/libarchive/libarchive/commit/c26f0377457db392bd57a640e8fe25506120f810
(From OE-Core rev: 49d07ca1e4f41e33e82666dadbaedcec7f2822cd)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
| -rw-r--r-- | meta/recipes-extended/libarchive/libarchive_3.8.1.bb (renamed from meta/recipes-extended/libarchive/libarchive_3.7.9.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/libarchive/libarchive_3.7.9.bb b/meta/recipes-extended/libarchive/libarchive_3.8.1.bb index d70cdb3d83..472b5820f0 100644 --- a/meta/recipes-extended/libarchive/libarchive_3.7.9.bb +++ b/meta/recipes-extended/libarchive/libarchive_3.8.1.bb | |||
| @@ -3,7 +3,7 @@ DESCRIPTION = "C library and command-line tools for reading and writing tar, cpi | |||
| 3 | HOMEPAGE = "http://www.libarchive.org/" | 3 | HOMEPAGE = "http://www.libarchive.org/" |
| 4 | SECTION = "devel" | 4 | SECTION = "devel" |
| 5 | LICENSE = "BSD-2-Clause" | 5 | LICENSE = "BSD-2-Clause" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d499814247adaee08d88080841cb5665" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=7ce08437ff7f5e24d72e666313ae4084" |
| 7 | 7 | ||
| 8 | DEPENDS = "e2fsprogs-native" | 8 | DEPENDS = "e2fsprogs-native" |
| 9 | 9 | ||
| @@ -31,7 +31,7 @@ EXTRA_OECONF += "--enable-largefile --without-iconv" | |||
| 31 | 31 | ||
| 32 | SRC_URI = "https://libarchive.org/downloads/libarchive-${PV}.tar.gz" | 32 | SRC_URI = "https://libarchive.org/downloads/libarchive-${PV}.tar.gz" |
| 33 | 33 | ||
| 34 | SRC_URI[sha256sum] = "aa90732c5a6bdda52fda2ad468ac98d75be981c15dde263d7b5cf6af66fd009f" | 34 | SRC_URI[sha256sum] = "bde832a5e3344dc723cfe9cc37f8e54bde04565bfe6f136bc1bd31ab352e9fab" |
| 35 | 35 | ||
| 36 | inherit autotools update-alternatives pkgconfig | 36 | inherit autotools update-alternatives pkgconfig |
| 37 | 37 | ||
