diff mbox series

[2/3] libconfig: upgrade 1.7.3 -> 1.8.1

Message ID 20251029002918.3728797-2-dmitry.baryshkov@oss.qualcomm.com
State New
Headers show
Series [1/3] libconfig: import recipe from meta-oe | expand

Commit Message

Dmitry Baryshkov Oct. 29, 2025, 12:29 a.m. UTC
Upgrade libconfig to the latest release.

License-Update: update LGPL-2.1 text
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
---
 .../libconfig/{libconfig_1.7.3.bb => libconfig_1.8.1.bb}     | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-extended/libconfig/{libconfig_1.7.3.bb => libconfig_1.8.1.bb} (77%)

Comments

Antonin Godard Oct. 29, 2025, 4:21 p.m. UTC | #1
Hi,

On Wed Oct 29, 2025 at 1:29 AM CET, Dmitry Baryshkov via lists.openembedded.org wrote:
> Upgrade libconfig to the latest release.
>
> License-Update: update LGPL-2.1 text
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
> ---
>  .../libconfig/{libconfig_1.7.3.bb => libconfig_1.8.1.bb}     | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
>  rename meta/recipes-extended/libconfig/{libconfig_1.7.3.bb => libconfig_1.8.1.bb} (77%)
>
> diff --git a/meta/recipes-extended/libconfig/libconfig_1.7.3.bb b/meta/recipes-extended/libconfig/libconfig_1.8.1.bb
> similarity index 77%
> rename from meta/recipes-extended/libconfig/libconfig_1.7.3.bb
> rename to meta/recipes-extended/libconfig/libconfig_1.8.1.bb
> index bd7d7e64b889..924e8fd4575c 100644
> --- a/meta/recipes-extended/libconfig/libconfig_1.7.3.bb
> +++ b/meta/recipes-extended/libconfig/libconfig_1.8.1.bb
> @@ -5,12 +5,11 @@ BUGTRACKER = "https://github.com/hyperrealm/libconfig/issues"
>  SECTION = "libs"
>  
>  LICENSE = "LGPL-2.1-only"
> -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=fad9b3332be894bab9bc501572864b29"
> +LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=17c8e32f0f72580cc2906b409d46b5ac"
>  
>  SRC_URI = "git://github.com/hyperrealm/libconfig.git;protocol=https;branch=master;tag=v${PV} \
> -    file://0001-Fix-declarations-to-allow-build-with-gcc-15.patch \

The patch is removed from SRC_URI but the file is not deleted here, I think.

Antonin
diff mbox series

Patch

diff --git a/meta/recipes-extended/libconfig/libconfig_1.7.3.bb b/meta/recipes-extended/libconfig/libconfig_1.8.1.bb
similarity index 77%
rename from meta/recipes-extended/libconfig/libconfig_1.7.3.bb
rename to meta/recipes-extended/libconfig/libconfig_1.8.1.bb
index bd7d7e64b889..924e8fd4575c 100644
--- a/meta/recipes-extended/libconfig/libconfig_1.7.3.bb
+++ b/meta/recipes-extended/libconfig/libconfig_1.8.1.bb
@@ -5,12 +5,11 @@  BUGTRACKER = "https://github.com/hyperrealm/libconfig/issues"
 SECTION = "libs"
 
 LICENSE = "LGPL-2.1-only"
-LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=fad9b3332be894bab9bc501572864b29"
+LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=17c8e32f0f72580cc2906b409d46b5ac"
 
 SRC_URI = "git://github.com/hyperrealm/libconfig.git;protocol=https;branch=master;tag=v${PV} \
-    file://0001-Fix-declarations-to-allow-build-with-gcc-15.patch \
 "
-SRCREV = "525922a6b49ca19235cdf307376e7c9c539d1b93"
+SRCREV = "47ec93c588f534d20f6ee8704d2a2cec339db7b7"
 
 # needed when we modify grammar.y with above patch
 DEPENDS += "bison-native"