Re: [OE-core] [PATCH] curl: Update tls backend PACKAGECONFIG options

2021-09-27 Thread Tom Pollard
Hi Richard, On 25/09/2021 22:43, Richard Purdie wrote: > On Fri, 2021-09-24 at 17:00 +0100, Tom Pollard wrote: >> curl 7.77.0 made the tls backend configuration explicit. openssl >> is now a specific option replacing the default `--with-ssl`, and >> `--without-ssl` is requ

Re: [OE-core] [PATCH] libsamplerate0: Set correct soname for 0.1.9

2021-09-27 Thread Tom Pollard
Hi Khem, On 24/09/2021 17:15, Khem Raj wrote: > > > On 9/24/21 5:47 AM, Tom Pollard wrote: >> Manually patch SHARED_VERSION_INFO, which was missed in >> the 0.1.9 release and later incorrectly fixed until 0.2.1 >> >> Signed-off-by: Tom Pollar

[OE-core] [PATCH] curl: Update tls backend PACKAGECONFIG options

2021-09-24 Thread Tom Pollard
g tls options should prevent users silently disabling other enabled tls backends. https://curl.se/changes.html#7_77_0 Signed-off-by: Tom Pollard --- meta/recipes-support/curl/curl_7.78.0.bb | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/meta/recipes-support

[OE-core] [PATCH] libsamplerate0: Set correct soname for 0.1.9

2021-09-24 Thread Tom Pollard
Manually patch SHARED_VERSION_INFO, which was missed in the 0.1.9 release and later incorrectly fixed until 0.2.1 Signed-off-by: Tom Pollard --- .../libsamplerate0/shared_version_info.patch| 13 + .../libsamplerate/libsamplerate0_0.1.9.bb | 1 + 2 files changed

[OE-core] [PATCH] bzip2: Update soname for libbz2 1.0.8

2021-09-24 Thread Tom Pollard
Set shared library name as libbz2.so.1.0.8, version in configure.ac already synced via do_configure PV substitution. Signed-off-by: Tom Pollard --- meta/recipes-extended/bzip2/bzip2/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/bzip2/bzip2