summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
Commit message (Collapse)AuthorAgeFilesLines
* hostapd: Only include the relevant parts from README in LIC_FILES_CHKSUMPeter Kjellerstedt3 days1-1/+1
| | | | | | | | | Only include the lines from the README that cover the copyright and the license text. License-Update: Only include the relevant parts of the README Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hostapd: Support running "devtool modify hostapd"Peter Kjellerstedt3 days1-8/+5
| | | | | | | For "devtool modify" to work correctly, ${B} needs to match ${S}. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libwebsockets: remove STAGING_LIBDIR with /Martin Jansa9 days1-2/+2
| | | | | | | | | | | | | | | | | * after buildpath warnings fix from: https://git.openembedded.org/meta-openembedded/commit/?id=eeef1fddd9052bed4b1a91565260518eb042fed2 the LibwebsocketsTargets.cmake ends with: INTERFACE_LINK_LIBRARIES "ssl;crypto;ssl;crypto;/libcap.so;-lpthread" instead of: INTERFACE_LINK_LIBRARIES "ssl;crypto;ssl;crypto;/OE/build/.../libwebsockets/4.3.3/lib32-recipe-sysroot/usr/lib/libcap.so;-lpthread" which causes e.g. mosquitto to fail in do_compile with: ninja: error: '/libcap.so', needed by 'src/mosquitto', missing and no known rule to make it * this happens only when libwebsocket is built with libcap enabled (by libcap in DEPENDS) Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Start WORKDIR -> UNPACKDIR transitionKhem Raj10 days7-17/+17
| | | | | | | Replace references of WORKDIR with UNPACKDIR where it makes sense to do so in preparation for changing the default value of UNPACKDIR. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libndp: Fix build with gcc-14/muslKhem Raj2024-05-192-0/+41
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libwebsockets: fix buildpath warningsGerard Salvatella2024-05-191-0/+2
| | | | | | | | In order to remove absolute paths from the cmake artifacts, paths from the `$lib` folder should also be stripped off, otherwise internally linked libraries (e.g. libz) may appear. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* transmission: Upgrade to 4.0.5Khem Raj2024-05-121-25/+10
| | | | | | | | | | | | | | | License-Update: Copyright Years updated Add missing MIT license,see COPYING file Switch to cmake build system as thats the new and only build system supported. Use gtk4 when selecting gtk knob, it can support gtk3 as well however, its not added as knob, if needed someone should send a patch Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pcapplusplus: Fix build with gcc14Khem Raj2024-05-093-1/+73
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ser2net: upgrade 4.6.1 -> 4.6.2Wang Mingyu2024-05-021-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gensio: upgrade 2.8.3 -> 2.8.4Wang Mingyu2024-04-231-1/+1
| | | | | | | | | | | Changelog: ========== -github: Don't run oomtest9 and oomtest11 on windows -sound: Fix a possible multiply overflow -gtlsshd: Don't use alloc_sprintf() to duplicate a string Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtorrent-rasterbar: fix CVE mappingBeniamin Sandu2024-04-171-0/+2
| | | | | | | | | | | | | | | Set CVE_PRODUCT for this recipe to fix the mapping, as it was checking against the wrong recipe before. Log from cve_check after change: NOTE: libtorrent-rasterbar-2.0.10 is not vulnerable to CVE-2008-0646 NOTE: libtorrent-rasterbar-2.0.10 is not vulnerable to CVE-2009-1760 NOTE: libtorrent-rasterbar-2.0.10 is not vulnerable to CVE-2016-5301 NOTE: libtorrent-rasterbar-2.0.10 is not vulnerable to CVE-2016-7164 NOTE: libtorrent-rasterbar-2.0.10 is not vulnerable to CVE-2017-9847 Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtorrent: remove incorrect CVE mappingBeniamin Sandu2024-04-171-0/+2
| | | | | | | | | The CVE_PRODUCT variable is assigned automatically to BPN. Unset it for this recipe so the CVEs can be checked against the correct recipe. Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Revert "libtorrent: remove CVE mention"Khem Raj2024-04-151-0/+2
| | | | This reverts commit 0597c931ffbadf2a2242d8ed9cccb8567953d489.
* libtorrent-rasterbar: add initial recipe for 2.0.10Beniamin Sandu2024-04-111-0/+31
| | | | | Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtorrent: remove CVE mentionBeniamin Sandu2024-04-051-2/+0
| | | | | | | | | The CVE mentioned in the recipe applies to a different libtorrent library, from: https://github.com/arvidn/libtorrent Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Revert "libmbim: upgrade 1.30.0 -> 1.31.2"Khem Raj2024-04-051-2/+2
| | | | This reverts commit 770f0b97c0e16bf4c2d8b2e092a5a28069d677ba.
* Revert "libqmi: upgrade 1.34.0 -> 1.35.2"Khem Raj2024-04-051-2/+2
| | | | This reverts commit 3d3eea39abe7ddd6caeb1ad1fee10ddcb593dd7b.
* thrift: upgrade 0.19.0 -> 0.20.0Wang Mingyu2024-04-021-1/+1
| | | | | | | | | | | Changelog: ========== -C++ library don't work with HTTP (csharp server, cpp client; need cross test enhancement) -Swift service generator doesn't support oneway -LNK4042 and LNK2019 in go_validator_generator.cc Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libqmi: upgrade 1.34.0 -> 1.35.2Wang Mingyu2024-04-021-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmbim: upgrade 1.30.0 -> 1.31.2Wang Mingyu2024-04-021-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cppzmq-dev expects /usr/lib/libzmq.aChad Rockey2024-04-011-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iwd: Upgrade to 2.16Khem Raj2024-03-251-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libqmi: Revert back to the latest stable 1.34.0Petr Gotthard2024-03-171-3/+3
| | | | | | | Only even version numbers are stable. Signed-off-by: Petr Gotthard <petr.gotthard@advantech.cz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmbim: Revert back to the latest stable 1.30.0Petr Gotthard2024-03-171-3/+3
| | | | | | | Only even version numbers are stable. Signed-off-by: Petr Gotthard <petr.gotthard@advantech.cz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ser2net: add a systemd service fileMichael Heimpold2024-03-102-2/+29
| | | | | | | | | | | This adds and installs a simple systemd service for ser2net. The service is only started in case a non-zero configuration file /etc/ser2net/ser2net.yaml exists. Additionally, this configuration file a marked as such in the recipe. Signed-off-by: Michael Heimpold <mhei@heimpold.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* krb5: upgrade 1.20.2 -> 1.21.2Yi Zhao2024-03-011-3/+3
| | | | | | | | | | License-Update: Update copyright years to 2023 Release Notes: https://web.mit.edu/kerberos/krb5-1.21/README-1.21.2.txt Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gattlib: use python3native and depend on python3-packaging-nativeMartin Jansa2024-02-271-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * it uses gdbus-codegen from glib-2.0-native which depended on python3-distutils-native until https://lists.openembedded.org/g/openembedded-core/message/196136 but distutils on host was enforced by sanity check only until mickledore with: https://git.openembedded.org/openembedded-core/commit/?id=8e3a5b0709384f2b455a82ac1e8e212686fe4456 so on hosts without distutils this was already failing with: http://errors.yoctoproject.org/Errors/Details/754696/ cd TOPDIR/tmp-glibc/work/core2-64-oe-linux/gattlib/0.2+git/build/dbus && gdbus-codegen --pragma-once --interface-prefix org.bluez.Descriptor1. --generate-c-code TOPDIR/tmp-glibc/work/core2-64-oe-linux/gattlib/0.2+git/build/dbus/org-bluez-gattdescriptor1 TOPDIR/tmp-glibc/work/core2-64-oe-linux/gattlib/0.2+git/git/dbus/dbus-bluez-v5.48/org.bluez.GattDescriptor1.xml Traceback (most recent call last): File "TOPDIR/tmp-glibc/work/core2-64-oe-linux/gattlib/0.2+git/recipe-sysroot-native/usr/bin/gdbus-codegen", line 53, in <module> from codegen import codegen_main File "TOPDIR/tmp-glibc/work/core2-64-oe-linux/gattlib/0.2+git/recipe-sysroot-native/usr/share/glib-2.0/codegen/codegen_main.py", line 29, in <module> from . import dbustypes File "TOPDIR/tmp-glibc/work/core2-64-oe-linux/gattlib/0.2+git/recipe-sysroot-native/usr/share/glib-2.0/codegen/dbustypes.py", line 22, in <module> from . import utils File "TOPDIR/tmp-glibc/work/core2-64-oe-linux/gattlib/0.2+git/recipe-sysroot-native/usr/share/glib-2.0/codegen/utils.py", line 22, in <module> import distutils.version ModuleNotFoundError: No module named 'distutils' and the glib-2.0-native change only changes the dependency from distutils to packaging which results in: http://errors.yoctoproject.org/Errors/Details/754692/ FAILED: dbus/org-bluez-gattdescriptor1.c TOPDIR/tmp-glibc/work/core2-64-oe-linux/gattlib/0.2+git/build/dbus/org-bluez-gattdescriptor1.c cd TOPDIR/tmp-glibc/work/core2-64-oe-linux/gattlib/0.2+git/build/dbus && gdbus-codegen --pragma-once --interface-prefix org.bluez.Descriptor1. --generate-c-code TOPDIR/tmp-glibc/work/core2-64-oe-linux/gattlib/0.2+git/build/dbus/org-bluez-gattdescriptor1 TOPDIR/tmp-glibc/work/core2-64-oe-linux/gattlib/0.2+git/git/dbus/dbus-bluez-v5.48/org.bluez.GattDescriptor1.xml Traceback (most recent call last): File "TOPDIR/tmp-glibc/work/core2-64-oe-linux/gattlib/0.2+git/recipe-sysroot-native/usr/bin/gdbus-codegen", line 53, in <module> from codegen import codegen_main File "TOPDIR/tmp-glibc/work/core2-64-oe-linux/gattlib/0.2+git/recipe-sysroot-native/usr/share/glib-2.0/codegen/codegen_main.py", line 29, in <module> from . import dbustypes File "TOPDIR/tmp-glibc/work/core2-64-oe-linux/gattlib/0.2+git/recipe-sysroot-native/usr/share/glib-2.0/codegen/dbustypes.py", line 22, in <module> from . import utils File "TOPDIR/tmp-glibc/work/core2-64-oe-linux/gattlib/0.2+git/recipe-sysroot-native/usr/share/glib-2.0/codegen/utils.py", line 22, in <module> import packaging.version ModuleNotFoundError: No module named 'packaging' * packaging probably isn't as wide spread on host distros as old distutils was, so make sure it's available by using python3-native with python3-packaging-native from OE build Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iwd: update 2.13 -> 2.14Markus Volk2024-02-191-1/+1
| | | | | | | | | ver 2.14: Fix issue with accepting PTK 4/4 after receiving PTK 2/4. Fix issue with frequency limit for quick scans. Fix issue with limiting DHCPv4 attempts. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libqmi: correct PVPeter Marko2024-02-151-0/+0
| | | | | | | | Real tag is 1.35.2-dev with description "Unstable release 1.35.2-dev". https://gitlab.freedesktop.org/mobile-broadband/libqmi/-/tags/1.35.2-dev Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnfs: update 5.0.2 -> 5.0.3Markus Volk2024-02-123-7/+52
| | | | | | | | | Add cmake checks for sys/uio.h Fixes build issues with latest compiler e.g. gcc-14 Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ser2net: upgrade 4.6.0 -> 4.6.1Wang Mingyu2024-02-091-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: drop ${SRCPV} usageMartin Jansa2024-02-096-6/+6
| | | | | | | | | | * Drop SRCPV similarly like oe-core did in: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=843f82a246a535c353e08072f252d1dc78217872 * SRCPV is deferred now from PV to PKGV since: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=a8e7b0f932b9ea69b3a218fca18041676c65aba0 Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
* libqmi: upgrade 1.35.1 -> 1.35.2Wang Mingyu2024-02-091-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gensio: upgrade 2.8.2 -> 2.8.3Wang Mingyu2024-02-091-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* czmq: Fix buildpaths warning.Wang Mingyu2024-02-021-0/+1
| | | | | | | WARNING: czmq-4.2.1-r0 do_package_qa: QA Issue: File /usr/lib64/cmake/czmqTargets.cmake in package libczmq-dev contains reference to TMPDIR [buildpaths] Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* czmq: Fix install conflict when enable multilib.Wang Mingyu2024-02-021-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Error: Transaction test error: file /usr/share/cmake/czmq/czmqConfigVersion.cmake conflicts between attempted installs of lib32-libczmq-dev-4.2.1-r0.armv7ahf_neon and libczmq-dev-4.2.1-r0.cortexa57 file /usr/share/cmake/czmq/czmqTargets-release.cmake conflicts between attempted installs of lib32-libczmq-dev-4.2.1-r0.armv7ahf_neon and libczmq-dev-4.2.1-r0.cortexa57 file /usr/share/cmake/czmq/czmqTargets.cmake conflicts between attempted installs of lib32-libczmq-dev-4.2.1-r0.armv7ahf_neon and libczmq-dev-4.2.1-r0.cortexa57 The differences of czmqConfigVersion.cmake are as follows: @@ -31,13 +31,13 @@ # if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: -if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "4" STREQUAL "") +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") return() endif() # check that the installed version has the same 32/64bit-ness as the one which is currently searching: -if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "4") - math(EXPR installedBits "4 * 8") +if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8") + math(EXPR installedBits "8 * 8") set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)") set(PACKAGE_VERSION_UNSUITABLE TRUE) endif() The differences of czmqTargets-release.cmake are as follows: @@ -8,22 +8,22 @@ # Import target "czmq" for configuration "Release" set_property(TARGET czmq APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) set_target_properties(czmq PROPERTIES - IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libczmq.so.4.2.1" + IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib64/libczmq.so.4.2.1" IMPORTED_SONAME_RELEASE "libczmq.so.4" ) list(APPEND _cmake_import_check_targets czmq ) -list(APPEND _cmake_import_check_files_for_czmq "${_IMPORT_PREFIX}/lib/libczmq.so.4.2.1" ) +list(APPEND _cmake_import_check_files_for_czmq "${_IMPORT_PREFIX}/lib64/libczmq.so.4.2.1" ) # Import target "czmq-static" for configuration "Release" set_property(TARGET czmq-static APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) set_target_properties(czmq-static PROPERTIES IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "C" - IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libczmq.a" + IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib64/libczmq.a" ) list(APPEND _cmake_import_check_targets czmq-static ) -list(APPEND _cmake_import_check_files_for_czmq-static "${_IMPORT_PREFIX}/lib/libczmq.a" ) +list(APPEND _cmake_import_check_files_for_czmq-static "${_IMPORT_PREFIX}/lib64/libczmq.a" ) The differences of czmqTargets.cmake are as follows: @@ -60,7 +60,7 @@ set_target_properties(czmq PROPERTIES INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" - INTERFACE_LINK_LIBRARIES "/ubinux-dev/ubinux001/contribution/build_xh/tmp/work/armv7ahf-neon-pokymllib32-linux-gnueabi/lib32-czmq/4.2.1/lib32-recipe-sysroot/usr/lib/libzmq.so;/ubinux-dev/ubinux001/contribution/build_xh/tmp/work/armv7ahf-neon-pokymllib32-linux-gnueabi/lib32-czmq/4.2.1/lib32-recipe-sysroot/usr/lib/libuuid.so;/ubinux-dev/ubinux001/contribution/build_xh/tmp/work/armv7ahf-neon-pokymllib32-linux-gnueabi/lib32-czmq/4.2.1/lib32-recipe-sysroot/usr/lib/libsystemd.so;/ubinux-dev/ubinux001/contribution/build_xh/tmp/work/armv7ahf-neon-pokymllib32-linux-gnueabi/lib32-czmq/4.2.1/lib32-recipe-sysroot/usr/lib/liblz4.so;/ubinux-dev/ubinux001/contribution/build_xh/tmp/work/armv7ahf-neon-pokymllib32-linux-gnueabi/lib32-czmq/4.2.1/lib32-recipe-sysroot/usr/lib/libcurl.so" + INTERFACE_LINK_LIBRARIES "/ubinux-dev/ubinux001/contribution/build_xh/tmp/work/cortexa57-poky-linux/czmq/4.2.1/recipe-sysroot/usr/lib64/libzmq.so;/ubinux-dev/ubinux001/contribution/build_xh/tmp/work/cortexa57-poky-linux/czmq/4.2.1/recipe-sysroot/usr/lib64/libuuid.so;/ubinux-dev/ubinux001/contribution/build_xh/tmp/work/cortexa57-poky-linux/czmq/4.2.1/recipe-sysroot/usr/lib64/libsystemd.so;/ubinux-dev/ubinux001/contribution/build_xh/tmp/work/cortexa57-poky-linux/czmq/4.2.1/recipe-sysroot/usr/lib64/liblz4.so;/ubinux-dev/ubinux001/contribution/build_xh/tmp/work/cortexa57-poky-linux/czmq/4.2.1/recipe-sysroot/usr/lib64/libcurl.so" ) # Create imported target czmq-static @@ -69,7 +69,7 @@ set_target_properties(czmq-static PROPERTIES INTERFACE_COMPILE_DEFINITIONS "CZMQ_STATIC" INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" - INTERFACE_LINK_LIBRARIES "/ubinux-dev/ubinux001/contribution/build_xh/tmp/work/armv7ahf-neon-pokymllib32-linux-gnueabi/lib32-czmq/4.2.1/lib32-recipe-sysroot/usr/lib/libzmq.so;/ubinux-dev/ubinux001/contribution/build_xh/tmp/work/armv7ahf-neon-pokymllib32-linux-gnueabi/lib32-czmq/4.2.1/lib32-recipe-sysroot/usr/lib/libuuid.so;/ubinux-dev/ubinux001/contribution/build_xh/tmp/work/armv7ahf-neon-pokymllib32-linux-gnueabi/lib32-czmq/4.2.1/lib32-recipe-sysroot/usr/lib/libsystemd.so;/ubinux-dev/ubinux001/contribution/build_xh/tmp/work/armv7ahf-neon-pokymllib32-linux-gnueabi/lib32-czmq/4.2.1/lib32-recipe-sysroot/usr/lib/liblz4.so;/ubinux-dev/ubinux001/contribution/build_xh/tmp/work/armv7ahf-neon-pokymllib32-linux-gnueabi/lib32-czmq/4.2.1/lib32-recipe-sysroot/usr/lib/libcurl.so" + INTERFACE_LINK_LIBRARIES "/ubinux-dev/ubinux001/contribution/build_xh/tmp/work/cortexa57-poky-linux/czmq/4.2.1/recipe-sysroot/usr/lib64/libzmq.so;/ubinux-dev/ubinux001/contribution/build_xh/tmp/work/cortexa57-poky-linux/czmq/4.2.1/recipe-sysroot/usr/lib64/libuuid.so;/ubinux-dev/ubinux001/contribution/build_xh/tmp/work/cortexa57-poky-linux/czmq/4.2.1/recipe-sysroot/usr/lib64/libsystemd.so;/ubinux-dev/ubinux001/contribution/build_xh/tmp/work/cortexa57-poky-linux/czmq/4.2.1/recipe-sysroot/usr/lib64/liblz4.so;/ubinux-dev/ubinux001/contribution/build_xh/tmp/work/cortexa57-poky-linux/czmq/4.2.1/recipe-sysroot/usr/lib64/libcurl.so" ) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iwd: update 2.8 -> 2.13Markus Volk2024-01-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ver 2.13: Fix issue with handling netconfig and roaming conditions. Fix issue with logging requirement for CMD_EXTERNAL_AUTH. Fix issue with using OpenSSL 3.2 installations. ver 2.12: Fix issue with DPP extra settings not being used. Fix issue with DPP and PRF+ handling on AARCH64. Add support for SAE password identifiers. ver 2.11: Fix issue with handling iovecs with multiple IEs. Fix issue with handling SAE password identifiers. Fix issue with handling agent release method call. ver 2.10: Fix issue with buffer overflow for 32 byte SSIDs. Fix issue with deauthentication before FT work completes. Fix issue with power save disabling procedure. ver 2.9: Fix issue with handling certain FT failures. Fix issue with handling user-disabled bands. Fix issue with handling roam on beacon loss event. Add support for PKEX configurator. Add support for PKEX enrollee. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* telepathy-glib: inherit gtk-docRoss Burton2024-01-121-1/+1
| | | | | | | | | | | | | | | Recent changes to oe-core[1] mean that if a configure.ac uses gtk-doc then gtkdocize will be called. This means that recipes that don't inherit gtk-doc (to depend on gtk-doc-native) but don't explicitly disable the use of gtkdocize will fail to configure. Inheriting gtk-doc both solves the configure failure, and allows us to build the API documentation. [1] oe-core 891ec38d4c5cc5ac7bc34938276261ebd6f6d54e Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* krb5: use PACKAGE_BEFORE_PNEnrico Scholz2024-01-041-21/+21
| | | | | | | | | | | The 'krb5-config' tool should be in ${PN}-dev (as intented by binconfig class). Use PACKAGE_BEFORE_PN for extra packages so that -dev is handled before -user. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libqmi: upgrade 1.34.0 -> 1.35.1Wang Mingyu2023-12-291-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmbim: upgrade 1.31.1 -> 1.31.2Wang Mingyu2023-12-291-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* paho-mqtt-cpp: upgrade 1.3.1 -> 1.3.2Wang Mingyu2023-12-181-3/+3
| | | | | | | | | | Changelog: ========== -Fixed generator expression for older CMake -Bad LWT message in async_publish.cpp sample. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gensio: upgrade 2.8.0 -> 2.8.2Wang Mingyu2023-12-181-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* abseil-cpp: remove -Dcmake_cxx_standard=14 flag from extra_oecmakePetr Chernikov2023-12-071-0/+2
| | | | | | | | | Old versions of abseil-cpp could not be compiled using C++ Standard 17. For now this cmake flag is not needed. Mosh compilation fixed by specifying c++17 standard. Signed-off-by: Petr Chernikov <p.chernikov@yadro.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linuxptp: Update downstream patchesLuca Fancellu2023-11-282-11/+26
| | | | | | | | | Downstream patches for linuxptp are upstreamed on the project development branch, update them with their latest status and update the Upstream-Status. Signed-off-by: Luca Fancellu <luca.fancellu@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ser2net: upgrade 4.5.1 -> 4.6.0Wang Mingyu2023-11-281-1/+1
| | | | | | | | Changelog: New release and Windows installer. Requires the Gensio library to be installed. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* paho-mqtt-cpp: upgrade 1.2.0 -> 1.3.1Wang Mingyu2023-11-282-13/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | 0001-cmake-Use-CMAKE_INSTALL_LIBDIR-and-CMAKE_INSTALL_BIN.patch refreshed for 1.3.1 License-Update: Updated license to EPL-v2.0 Changelog: ============ -#462 Fix version string for version v1.3.x -Fixed building and using library as DLL on Windows with MSVC -Updated License to Eclipse Public License v2.0 -Updated create and connect options to better deal with MQTT protocol version -Defaulting connect version to v5 if specified in create options. -Added a topic_filter class to match a single filter to specific topics. -Added a topic_matcher class to create a collection of items in a trie structure that can contain items tied to topic filters. (Useful for queues or callbacks per-subscription topic). -Minor tweaks to prepare for C++20 -Support for Catch2 v3.x for unit tests (v2.x also still supported). -Changed the sample apps to use the newer "mqtt://" schemas. -Connect option initializers for v5 and WebSockets. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gensio: upgrade 2.7.7 -> 2.8.0Wang Mingyu2023-11-281-1/+1
| | | | | | | | Changelog: Release and windows installer. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libwebsockets: upgrade 4.3.2 -> 4.3.3Wang Mingyu2023-11-212-35/+2
| | | | | | | | 0001-Fix-Werror-enum-int-mismatch-in-lws_tls_server_abort.patch removed since it's included in 4.3.3 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zeromq: Update to 4.3.5Peter Kjellerstedt2023-11-212-69/+3
| | | | | | | | A backported patch has been removed as it is no longer needed. License-Update: Relicensed as MPL-2.0 Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>