diff mbox series

[meta-oe,06/10] wbxml2: upgrade 0.10.8 -> 0.11.10

Message ID 20250711100052.255467-7-Moritz.Haase@bmw.de
State New
Headers show
Series Patches to allow builds with CMake 4+ | expand

Commit Message

Moritz Haase July 11, 2025, 10 a.m. UTC
The project has moved away from SourceForge to GitHub at [0] and has resumed
publishing releases. The new version includes support to build against CMake 4+.

[0]: https://github.com/libwbxml/libwbxml

License-Update: Links to project homepage have been updated
Signed-off-by: Moritz Haase <Moritz.Haase@bmw.de>
---
 .../opensync/{wbxml2_0.10.8.bb => wbxml2_0.11.10.bb}  | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)
 rename meta-oe/recipes-support/opensync/{wbxml2_0.10.8.bb => wbxml2_0.11.10.bb} (50%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb b/meta-oe/recipes-support/opensync/wbxml2_0.11.10.bb
similarity index 50%
rename from meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb
rename to meta-oe/recipes-support/opensync/wbxml2_0.11.10.bb
index 02815ec7ba..50a00b526d 100644
--- a/meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb
+++ b/meta-oe/recipes-support/opensync/wbxml2_0.11.10.bb
@@ -1,16 +1,13 @@ 
 SUMMARY = "WBXML parsing and encoding library"
-HOMEPAGE = "http://libwbxml.opensync.org/"
+HOMEPAGE = "https://github.com/libwbxml/libwbxml"
 SECTION = "libs"
 LICENSE = "LGPL-2.1-or-later"
-LIC_FILES_CHKSUM = "file://COPYING;md5=c1128ee5341ccd5927d8bafe4b6266e1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b17146e5186e05865f75664e910ace79"
 
 DEPENDS = "expat"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/libwbxml/libwbxml-${PV}.tar.gz"
-
-SRC_URI[sha256sum] = "a057daa098f12838eb4e635bb28413027f1b73819872c3fbf64e3207790a3f7d"
-
-S = "${UNPACKDIR}/libwbxml-${PV}"
+SRC_URI = "git://github.com/libwbxml/libwbxml;branch=master;protocol=https;tag=libwbxml-${PV}"
+SRCREV = "e58b1f19f11dbadff53e5b486b8c4b16639a656a"
 
 inherit cmake pkgconfig