From c4a6ed4f448d0321c46409a98bfb369668e73a4a Mon Sep 17 00:00:00 2001 From: Moritz Haase Date: Fri, 11 Jul 2025 12:00:23 +0200 Subject: wbxml2: upgrade 0.10.8 -> 0.11.10 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 Signed-off-by: Khem Raj --- meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb | 22 ---------------------- meta-oe/recipes-support/opensync/wbxml2_0.11.10.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 22 deletions(-) delete mode 100644 meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb create mode 100644 meta-oe/recipes-support/opensync/wbxml2_0.11.10.bb diff --git a/meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb b/meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb deleted file mode 100644 index 02815ec7ba..0000000000 --- a/meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb +++ /dev/null @@ -1,22 +0,0 @@ -SUMMARY = "WBXML parsing and encoding library" -HOMEPAGE = "http://libwbxml.opensync.org/" -SECTION = "libs" -LICENSE = "LGPL-2.1-or-later" -LIC_FILES_CHKSUM = "file://COPYING;md5=c1128ee5341ccd5927d8bafe4b6266e1" - -DEPENDS = "expat" - -SRC_URI = "${SOURCEFORGE_MIRROR}/libwbxml/libwbxml-${PV}.tar.gz" - -SRC_URI[sha256sum] = "a057daa098f12838eb4e635bb28413027f1b73819872c3fbf64e3207790a3f7d" - -S = "${UNPACKDIR}/libwbxml-${PV}" - -inherit cmake pkgconfig - -EXTRA_OECMAKE = "-DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')}" - -PACKAGES += "${PN}-tools" - -FILES:${PN}-tools = "${bindir}" -FILES:${PN} = "${libdir}/*.so.*" diff --git a/meta-oe/recipes-support/opensync/wbxml2_0.11.10.bb b/meta-oe/recipes-support/opensync/wbxml2_0.11.10.bb new file mode 100644 index 0000000000..50a00b526d --- /dev/null +++ b/meta-oe/recipes-support/opensync/wbxml2_0.11.10.bb @@ -0,0 +1,19 @@ +SUMMARY = "WBXML parsing and encoding library" +HOMEPAGE = "https://github.com/libwbxml/libwbxml" +SECTION = "libs" +LICENSE = "LGPL-2.1-or-later" +LIC_FILES_CHKSUM = "file://COPYING;md5=b17146e5186e05865f75664e910ace79" + +DEPENDS = "expat" + +SRC_URI = "git://github.com/libwbxml/libwbxml;branch=master;protocol=https;tag=libwbxml-${PV}" +SRCREV = "e58b1f19f11dbadff53e5b486b8c4b16639a656a" + +inherit cmake pkgconfig + +EXTRA_OECMAKE = "-DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')}" + +PACKAGES += "${PN}-tools" + +FILES:${PN}-tools = "${bindir}" +FILES:${PN} = "${libdir}/*.so.*" -- cgit v1.2.3-54-g00ecf