diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-03-08 21:20:40 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-03-09 09:10:52 -0800 |
| commit | f63c307318fbda42d2e9274eeb668c627b25fc9b (patch) | |
| tree | 505e52436f3da39dcf745d1797e7f2a7ac83454d | |
| parent | fc87ae9b91ed9bc1b67ea7439c94d8bc2d945497 (diff) | |
| download | meta-openembedded-f63c307318fbda42d2e9274eeb668c627b25fc9b.tar.gz | |
gsoap: upgrade 2.0.106 -> 2.0.124
Changelog:
==========
- Added C++17 'std::optional' member variable serialization.
- Updated wsdl2h to automatically generates 'std::optional' member variables for
optional schemas when typedef.dat defines '$OPTIONAL = std::optional'.
Only primitive type member variables are made 'std::optional', not classes,
because optional types must be defined before referenced when in fact cyclic
data structure relationships may exist among classes.
- Added missing 'std::vector<xsd__anyType>' deep copy of vector of DOM trees
generated with soapcpp2 option '-Ec'.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/gsoap/gsoap_2.8.124.bb (renamed from meta-oe/recipes-support/gsoap/gsoap_2.8.106.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/gsoap/gsoap_2.8.106.bb b/meta-oe/recipes-support/gsoap/gsoap_2.8.124.bb index 15c0f6faf8..22e0119798 100644 --- a/meta-oe/recipes-support/gsoap/gsoap_2.8.106.bb +++ b/meta-oe/recipes-support/gsoap/gsoap_2.8.124.bb | |||
| @@ -7,8 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4f40a941379143186f9602242c3fb729 \ | |||
| 7 | 7 | ||
| 8 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}2/${BPN}_${PV}.zip \ | 8 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}2/${BPN}_${PV}.zip \ |
| 9 | " | 9 | " |
| 10 | SRC_URI[md5sum] = "0925d25bc455047b01d4fe9814d30173" | 10 | SRC_URI[sha256sum] = "4b798780989338f665ef8e171bbcc422a271004d62d5852666d5eeca33a6a636" |
| 11 | SRC_URI[sha256sum] = "4e74838baf5437e95ae17aa3efb48bd0621f483bff4424f6255fcf327ff80765" | ||
| 12 | 11 | ||
| 13 | inherit autotools | 12 | inherit autotools |
| 14 | 13 | ||
