diff options
author | Moritz Haase <Moritz.Haase@bmw.de> | 2025-07-11 12:00:23 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-11 08:35:05 -0700 |
commit | c4a6ed4f448d0321c46409a98bfb369668e73a4a (patch) | |
tree | cd7bb96cd64e41ff716420cf354a2173ee428dba | |
parent | 004577f53cddb773aaa0f6ba030ffe2182a9b760 (diff) | |
download | meta-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 @@ | |||
1 | SUMMARY = "WBXML parsing and encoding library" | 1 | SUMMARY = "WBXML parsing and encoding library" |
2 | HOMEPAGE = "http://libwbxml.opensync.org/" | 2 | HOMEPAGE = "https://github.com/libwbxml/libwbxml" |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | LICENSE = "LGPL-2.1-or-later" | 4 | LICENSE = "LGPL-2.1-or-later" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=c1128ee5341ccd5927d8bafe4b6266e1" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b17146e5186e05865f75664e910ace79" |
6 | 6 | ||
7 | DEPENDS = "expat" | 7 | DEPENDS = "expat" |
8 | 8 | ||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/libwbxml/libwbxml-${PV}.tar.gz" | 9 | SRC_URI = "git://github.com/libwbxml/libwbxml;branch=master;protocol=https;tag=libwbxml-${PV}" |
10 | 10 | SRCREV = "e58b1f19f11dbadff53e5b486b8c4b16639a656a" | |
11 | SRC_URI[sha256sum] = "a057daa098f12838eb4e635bb28413027f1b73819872c3fbf64e3207790a3f7d" | ||
12 | |||
13 | S = "${UNPACKDIR}/libwbxml-${PV}" | ||
14 | 11 | ||
15 | inherit cmake pkgconfig | 12 | inherit cmake pkgconfig |
16 | 13 | ||