summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Haase <Moritz.Haase@bmw.de>2025-07-11 12:00:23 +0200
committerKhem Raj <raj.khem@gmail.com>2025-07-11 08:35:05 -0700
commitc4a6ed4f448d0321c46409a98bfb369668e73a4a (patch)
treecd7bb96cd64e41ff716420cf354a2173ee428dba
parent004577f53cddb773aaa0f6ba030ffe2182a9b760 (diff)
downloadmeta-openembedded-c4a6ed4f448d0321c46409a98bfb369668e73a4a.tar.gz
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 <Moritz.Haase@bmw.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/opensync/wbxml2_0.11.10.bb (renamed from meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb)11
1 files changed, 4 insertions, 7 deletions
diff --git a/meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb b/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 @@
1SUMMARY = "WBXML parsing and encoding library" 1SUMMARY = "WBXML parsing and encoding library"
2HOMEPAGE = "http://libwbxml.opensync.org/" 2HOMEPAGE = "https://github.com/libwbxml/libwbxml"
3SECTION = "libs" 3SECTION = "libs"
4LICENSE = "LGPL-2.1-or-later" 4LICENSE = "LGPL-2.1-or-later"
5LIC_FILES_CHKSUM = "file://COPYING;md5=c1128ee5341ccd5927d8bafe4b6266e1" 5LIC_FILES_CHKSUM = "file://COPYING;md5=b17146e5186e05865f75664e910ace79"
6 6
7DEPENDS = "expat" 7DEPENDS = "expat"
8 8
9SRC_URI = "${SOURCEFORGE_MIRROR}/libwbxml/libwbxml-${PV}.tar.gz" 9SRC_URI = "git://github.com/libwbxml/libwbxml;branch=master;protocol=https;tag=libwbxml-${PV}"
10 10SRCREV = "e58b1f19f11dbadff53e5b486b8c4b16639a656a"
11SRC_URI[sha256sum] = "a057daa098f12838eb4e635bb28413027f1b73819872c3fbf64e3207790a3f7d"
12
13S = "${UNPACKDIR}/libwbxml-${PV}"
14 11
15inherit cmake pkgconfig 12inherit cmake pkgconfig
16 13