Re: [ptxdist] [PATCH v3 2/2] binutils: add license information

2022-12-12 Thread Roland Hieber
On Mon, Dec 12, 2022 at 11:17:26PM +0100, Roland Hieber wrote: > Only readelf and objdump are installed to the target, but they are > statically linked to the bundled zlib, libbfd, libctf, libiberty, and > libopcodes, which don't have the same licenses. Try a divide-and-conquer > strategy here to k

[ptxdist] [PATCH v3 2/2] binutils: add license information

2022-12-12 Thread Roland Hieber
Only readelf and objdump are installed to the target, but they are statically linked to the bundled zlib, libbfd, libctf, libiberty, and libopcodes, which don't have the same licenses. Try a divide-and-conquer strategy here to keep the clarity. libiberty includes an "unknown" portion in libiberty/

[ptxdist] [PATCH v3 1/2] binutils: build with system zlib

2022-12-12 Thread Roland Hieber
We already depend on zlib in binutils.in, but currently the version bundled with binutils is used unnecessarily. Signed-off-by: Roland Hieber --- PATCH v3: new in v3 --- rules/binutils.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/binutils.make b/rules/binutils.make index bec843

[ptxdist] [PATCH 2/2] libarchive: Version bump. 3.61 -> 3.62 plus config changes.

2022-12-12 Thread Christian Melki
Minor bugfixes. https://github.com/libarchive/libarchive/releases/tag/v3.6.2 * Wire up zstd in case anyone needs it. * Same for openssl. In case anyone needs it. Signed-off-by: Christian Melki --- rules/libarchive.in | 10 ++ rules/libarchive.make | 8 2 files changed, 14 in

[ptxdist] [PATCH 1/2] host-libarchive: Disable zstd.

2022-12-12 Thread Christian Melki
Only host-opkg uses host-libarchive. And we don't use zstd there yet. Signed-off-by: Christian Melki --- rules/host-libarchive.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/host-libarchive.make b/rules/host-libarchive.make index 6d22d6846..0b57f587d 100644 --- a/rules/host-libar