summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
Commit message (Collapse)AuthorAgeFilesLines
...
* ace: Upgrade to 6.5.10Khem Raj2020-07-212-4/+26
| | | | | | | | | | | License-Update: URI updates [1] [2] Fix build with glibc 2.32 while here [1] https://github.com/DOCGroup/ACE_TAO/commit/5564c9667dc17bc7826e54efe7dae79334218a03#diff-134809fa00f40b726d607f36dffcc5cc [2] https://github.com/DOCGroup/ACE_TAO/commit/289a4a8e0006f7a20e8de568334f74ba74f7a4bf#diff-134809fa00f40b726d607f36dffcc5cc Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gattlib: remove includedir from base packageKonrad Weihmann2020-07-061-1/+1
| | | | | | | | as it's already packaged to ${PN}-dev, so the setting was without any effect anyway Signed-off-by: Konrad Weihmann <kweihmann@outlook.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* paho-mqtt-c: Fix build error when enable multilib.Zheng Ruoqin2020-07-021-0/+4
| | | | | | | | | | | | | | | The error is as the following: ERROR: paho-mqtt-c-1.3.2-r0 do_package: QA Issue: paho-mqtt-c: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/cmake /usr/lib/cmake/eclipse-paho-mqtt-c /usr/lib/cmake/eclipse-paho-mqtt-c/eclipse-paho-mqtt-cConfig.cmake /usr/lib/cmake/eclipse-paho-mqtt-c/eclipse-paho-mqtt-cConfigVersion.cmake /usr/lib/cmake/eclipse-paho-mqtt-c/eclipse-paho-mqtt-cConfig-noconfig.cmake Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* modemmanager: upgrade 1.12.10 -> 1.12.12Andreas Müller2020-06-291-5/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libuv: pkg now in core, removeArmin Kuster2020-06-231-19/+0
| | | | | Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linuxptp: Fix segmentation fault on 32 bit platforms with 64 bit time_tChristian Eggers2020-06-192-0/+136
| | | | | | | | Back ported upstream patch: https://github.com/richardcochran/linuxptp/commit/7de73fefc378cc42b9ed1115b3afa409d0250a48 Signed-off-by: Christian Eggers <ceggers@arri.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ace: fix installation paths when usrmerge is usedMartin Jansa2020-06-142-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * INSTALL_LIB is used after INSTALL_PREFIX and in usrmerge case the /usr prefix is duplicated twice, because export exec_prefix="/usr" export base_libdir="/usr/lib" use baselib which is without the exec_prefix/base_prefix from root_prefis: # "${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge', '${exec_prefix}', '${base_prefix}', d)}" root_prefix="/usr" baselib="lib" * fixes: ERROR: ace-6.5.8-r0 do_package: QA Issue: ace: Files/directories were installed but not shipped in any package: /usr/usr/lib/libACE.so /usr/usr/lib/libACE_Compression.so.6.5.8 /usr/usr/lib/libACE_ETCL_Parser.so.6.5.8 /usr/usr/lib/libACE.so.6.5.8 /usr/usr/lib/libACE_RLECompression.so.6.5.8 /usr/usr/lib/libACE_Compression.so /usr/usr/lib/libACE_ETCL_Parser.so /usr/usr/lib/libACE_Monitor_Control.so.6.5.8 /usr/usr/lib/libACE_ETCL.so /usr/usr/lib/libACE_RLECompression.so /usr/usr/lib/libACE_Monitor_Control.so /usr/usr/lib/libACE_ETCL.so.6.5.8 /usr/usr/lib/pkgconfig /usr/usr/lib/pkgconfig/ACE.pc /usr/usr/lib/pkgconfig/ACE_ETCL_Parser.pc /usr/usr/lib/pkgconfig/ACE_ETCL.pc Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. ace: 16 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thrift: drop unsupported featuresAndrej Valek2020-06-111-5/+1
| | | | | | | | | - QT4 support was dropped - Feature for switching between boost and std pointer was dropped - only std pointers are supported since version 0.13.0 Signed-off-by: Andrej Valek <andrej.valek@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-oe: Don't inherit 'features_check' in recipes that don't utilize itJacob Kroon2020-06-101-1/+1
| | | | | Signed-off-by: Jacob Kroon <jacob.kroon@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ace: add new recipeNaveen Saini2020-06-032-0/+52
| | | | | | | | | | | | | | The ADAPTIVE Communication Environment library. Sources: http://download.dre.vanderbilt.edu/ Homepage: http://www.dre.vanderbilt.edu/~schmidt/ACE-overview.html Object-oriented (OO) framework that implements many core patterns for concurrent communication software. Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libuv: upgrade 1.36.0 -> 1.38.0Pierre-Jean Texier2020-05-281-1/+1
| | | | | | | See full changelog https://github.com/libuv/libuv/releases/tag/v1.38.0 Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* irssi: package libirc_proxy.a in PN-staticdevMartin Jansa2020-05-261-0/+2
| | | | | | | | | * fixes: ERROR: irssi-1.0.4-r0 do_package_qa: QA Issue: non -staticdev package contains static .a library: irssi path '/work/core2-64-oe-linux/irssi/1.0.4-r0/packages-split/irssi/usr/lib/irssi/modules/libirc_proxy.a' [staticdev] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ser2net: upgrade 4.1.5 -> 4.1.8Pierre-Jean Texier2020-05-241-2/+1
| | | | | Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ser2net: fix upstream check URLPierre-Jean Texier2020-05-241-0/+2
| | | | | | | | | | | | Fixes: $: devtool check-upgrade-status ser2net <...> INFO: ser2net 4.1.5 UNKNOWN_BROKEN None Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libqmi: upgrade 1.24.8 -> 1.24.12Zheng Ruoqin2020-05-211-1/+2
| | | | | | | Add md5 check. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* transmission: Add version 2.94Leon Anavi2020-05-153-0/+276
| | | | | | | | | Transmission is a fast, easy, and free BitTorrent client. This recipe provides it as a GTK+ application for X11, headless daemon and a web user interface (UI). Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iwd: upgrade 1.6 -> 1.7Pierre-Jean Texier2020-05-141-1/+1
| | | | | | | | | | | This includes the following changes: ver 1.7: Fix issue with APs that send IGTK falsely in big endian. Fix issue with setting linkmode & operstate for open networks. Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* modemmanager: upgrade 1.12.8 -> 1.12.10Wang Mingyu2020-05-131-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* paho-mqtt-c: Update to the real 1.3.2, and correct the licensePeter Kjellerstedt2020-05-031-10/+6
| | | | | | | | | | | | | | | | In commit b0345e3f (paho-mqtt-c: upgrade 1.3.1 -> 1.3.2), paho-mqtt-c was supposedly updated to 1.3.2. However, the SRCREV did not match the v1.3.2 tag. With the update to 1.3.2, the license was changed from EPL-1.0 | EDL-1.0 to EPL-2.0 | EDL-1.0. This was updated in commit b0345e3f for LIC_FILES_CHKSUM, but not in LICENSE. Remove do_configure_prepend_libc-musl() as this has now been fixed upstream. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* paho-mqtt-c: upgrade 1.3.1 -> 1.3.2Wang Mingyu2020-04-262-5/+49
| | | | | | | | | | | add patches for resoving compile error with musl: 0001-Fix-bug-of-free-with-musl.patch Eclipse Public License : update to v 2.0 -License-Update: updated to 2020. Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libwebsockets: upgrade 3.2.2 -> 4.0.1Martin Balik2020-04-251-4/+4
| | | | | Signed-off-by: Martin Balik <martin.balik@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zeromq: Fix host-specific path issue with libsodiumniko.mauno@vaisala.com2020-04-222-0/+40
| | | | | | | | | | | | | Avoid propagation of full build host specific path into WORKDIR/sysroot-destdir/usr/share/cmake/ZeroMQ/ZeroMQTargets.cmake when building the recipe as this causes following-like breakage on sstate cache consumer hosts (with different build host specific path, than the host that populated sstate cache) ninja: error: '/build/host/specific/path/to/zeromq/4.3.2-r0/recipe-sysroot/usr/lib/libsodium.so', needed by 'src/FooBar', missing and no known rule to make it Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hostapd: CVE-2019-16275.patchWang Mingyu2020-04-212-0/+80
| | | | | | | | | | security Advisory References: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16275 Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libuv: upgrade 1.35.0 -> 1.36.0Pierre-Jean Texier2020-04-191-1/+1
| | | | | | | See full changelog https://github.com/libuv/libuv/releases/tag/v1.36.0 Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iwd: upgrade 1.5 -> 1.6Pierre-Jean Texier2020-03-302-42/+2
| | | | | | | | | | | | | | | | | | | This includes the following changes: ver 1.6: Fix issue with handling missing AP stop events. Fix issue with handling out-of-order disconnect events. Fix issue with handling missing auth/assoc support. Fix issue with handling omitted EAP-TLS-CACert. Fix issue with handling OWE PTK derivation. Add support for internal frame exchange API. Add support for MAC randomization and override. Add support for per-network MAC addresses. Also remove patch applied upstream Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libuv: upgrade 1.34.2 -> 1.35.0Wang Mingyu2020-03-301-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libwebsockets: fix upstream check URLPierre-Jean Texier2020-03-251-0/+3
| | | | | | | | | Fixes: INFO: libwebsockets 3.2.2 2015 None 9494c66d20898ddb39483427c84f152b03cbad28 Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libev: upgrade 4.31 -> 4.33Pierre-Jean Texier2020-03-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The complete Changes since 4.31 are: 4.33 Wed Mar 18 13:22:29 CET 2020 - the 4.31 timerfd code wrongly changed the priority of the signal fd watcher, which is usually harmless unless signal fds are also used (found via cpan tester service). - the documentation wrongly claimed that user may modify fd and events members in io watchers when the watcher was stopped (found by b_jonas). - new ev_io_modify mutator which changes only the events member, which can be faster. also added ev::io::set (int events) method to ev++.h. - officially allow a zero events mask for io watchers. this should work with older libev versions as well but was not officially allowed before. - do not wake up every minute when timerfd is used to detect timejumps. - do not wake up every minute when periodics are disabled and we have a monotonic clock. - support a lot more "uncommon" compile time configurations, such as ev_embed enabled but ev_timer disabled. - use a start/stop wrapper class to reduce code duplication in ev++.h and make it needlessly more c++-y. - the linux aio backend is no longer compiled in by default. - update to libecb version 0x00010008. Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* modemmanager: Upgrade 1.12.6 -> 1.12.8Adrian Bunk2020-03-181-2/+1
| | | | | | | Bugfix release on the 1.12 stable branch. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libqmi: Upgrade 1.24.6 -> 1.24.8Adrian Bunk2020-03-181-2/+1
| | | | | | | Bugfix release on the 1.24 stable branch. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ser2net: upgrade 4.1.2 -> 4.1.5Wang Mingyu2020-03-181-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* irssi: upgrade 1.1.2 -> 1.2.2Wang Mingyu2020-03-171-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libqmi: upgrade 1.24.4 -> 1.24.6Pierre-Jean Texier2020-03-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Overview of changes in libqmi 1.24.6 ---------------------------------------- * libqmi-glib: ** Fixed the close operation logic to make sure that a reopen done right away doesn't close the wrong endpoint. ** Updated string reading logic to make sure that all strings are valid UTF-8. ** Updated string reading logic to attempt parsing as GSM7 or UCS2 if the initial UTF-8 validation fails. *+ Renamed TLV 0x15 in the "WDA Get Data Format" message, and added new compat methods for the old name. ** Fixed the format of the NITZ information TLV, and added new compat methods for the old name. ** Fixed the format of the Home Network 3GPP2 TLV, and added new compat methods for the old name. * Several other minor improvements and fixes. Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iwd: upgrade 1.4 -> 1.5Pierre-Jean Texier2020-03-132-68/+4
| | | | | | | | | | | | | | | Remove patch already in version Fixes: ver 1.5: Fix issue with handling missing NEW_WIPHY events. Fix issue with interface creation and NEW_WIPHY events. Fix issue with handling LastConnectedTime property change. Fix issue with PEAPv0 interoperability with Windows. Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* conf/layer.conf: add BBFILES_DYNAMIC and dynamic layersChangqing Li2020-03-119-664/+0
| | | | | | | | | | | | | | | | | | | | | | | | some recipes under meta-oe have dependency on meta-python, and test_world of yocto-check-layer will failed with error like: ERROR: test_world (common.CommonCheckLayer) ERROR: Nothing PROVIDES 'python3-pytoml-native' (but /meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs_60.9.0.bb DEPENDS on or otherwise requires it). Close matches: python3-numpy-native python3-pycairo-native python3-rpm-native ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'mozjs', 'python3-pytoml-native'] fix by make these recipes only active when identified layers are present Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* irssi: fix upstream version checkPierre-Jean Texier2020-03-051-0/+2
| | | | | | | | | | | | Fixes: INFO: Skip package irssi (status = UNKNOWN_BROKEN, current version = 1.1.2, next version = N/A) After this commit: INFO: irssi, 1.1.2, 1.2.2, None, N/ Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
* czmq: fix upstream version checkPierre-Jean Texier2020-03-051-0/+2
| | | | | | | | | | | | Fixes: INFO: Skip package czmq (status = UNKNOWN_BROKEN, current version = 4.2.0, next version = N/A) After this commit: INFO: Skip package czmq (status = MATCH, current version = 4.2.0, next version = 4.2.0) Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
* zeromq: fix upstream version checkPierre-Jean Texier2020-03-051-0/+2
| | | | | | | | | | | | Fixes: INFO: Skip package zeromq (status = UNKNOWN_BROKEN, current version = 4.3.2, next version = N/A) After this commit: INFO: Skip package zeromq (status = MATCH, current version = 4.3.2, next version = 4.3.2) Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
* zabbix: upgrade 4.4.5 -> 4.4.6Wang Mingyu2020-02-271-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmtp: upgrade 1.1.16 -> 1.1.17Wang Mingyu2020-02-271-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ser2net: upgrade 3.5.1 -> 4.1.2Pierre-Jean Texier2020-02-271-2/+4
| | | | | | | | Add gensio and libyaml to DEPENDS list, see: - https://sourceforge.net/p/ser2net/news/2019/05/ser2net-40-gensio-10-released/ Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gensio: new packagePierre-Jean Texier2020-02-272-0/+135
| | | | | Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmbim: upgrade 1.20.4 -> 1.22.0Wang Mingyu2020-02-272-78/+4
| | | | | | | | clang.patch Revemod since the file of this patch is non-existent. Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libev: upgrade 4.27 -> 4.31Wang Mingyu2020-02-271-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libuv: upgrade 1.34.0 -> 1.34.2Pierre-Jean Texier2020-02-251-1/+1
| | | | | | | See full changelog https://github.com/libuv/libuv/releases/tag/v1.34.2 Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* modemmanager: Upgrade 1.12.4 -> 1.12.6Adrian Bunk2020-02-231-2/+2
| | | | | Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libqmi: Upgrade 1.24.2 -> 1.24.4Adrian Bunk2020-02-231-2/+2
| | | | | | | Upgrade on the 1.24 stable branch. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lirc: build and deploy with python3Max Krummenacher2020-02-151-6/+4
| | | | | | | | | lirc already uses python3 for the build, reflect that in the recipe. Add the relevant python modules used in the scripts to RDEPENDS. Deploy all python scripts in the lirc-python package. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zabbix: upgrade 4.4.1 -> 4.4.5Wang Mingyu2020-02-111-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* modemmanager: Add a PACKAGECONFIG for the new --with-at-command-via-dbus optionAdrian Bunk2020-02-071-0/+1
| | | | | Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>