aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
AgeCommit message (Collapse)Author
2019-01-20modemmanager: enable polkit depending on distro featureStefan Agner
Enable the polkit package config depending on whether polkit is enabled in DISTRO_FEATURES. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-01-11modemmanager: Add libxslt-native to DEPENDSTheodore A. Roth
Addresses the following build error: | make[2]: Entering directory '/home/matt/renew_thud/build/tmp/work/armv5e-poky-linux-gnueabi/modemmanager/1.8.2-r0.tr0/build/include' | xsltproc --xinclude --nonet ../../ModemManager-1.8.2/build-aux/header-generator.xsl ../../ModemManager-1.8.2/introspection/all.xml > ModemManager-names.h | /bin/bash: xsltproc: command not found | make[2]: *** [Makefile:651: ModemManager-names.h] Error 127 Problem doesn't manifest if the host has already installed xsltproc outside of OE environment. Signed-off-by: Theodore A. Roth <troth@openavr.org> Signed-off-by: Matthew Stanger <matthew_stanger@trimble.com> Signed-off-by: Theodore A. Roth <theodore_roth@trimble.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-01-10linuxptp: Upgrade to 2.0 releaseKhem Raj
Drop upstreamed patches Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-12-27wifi-test-suite: Initial recipe for wifi test suite.Ankit Navik
Add generic recipe for wifi test suite from wifi alliance. Suite is to support certification program development and device certification. Signed-off-by: Ankit Navik <ankit.tarot@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-12-23modemmanager: Fix build with gcc9Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-12-07modemmanager: Fix build with clangKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-12-05hostapd: enable 802.11ac supportS. Lockwood-Childs
hostapd has supported 802.11ac for quite a while now (and it has been used in many OpenWrt/LEDE releases) so it should be safe to enable 802.11ac support in the build. This does not automatically turn it on at runtime, but just makes it available when a config file tries to turn it on (rather than spewing syntax errors about unrecognized directives). Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-12-05iwd: install API documentationRoss Burton
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-12-05iwd: add more PACKAGECONFIG optionsRoss Burton
Disabled by default (as per upstream defaults), but expose ofono and wired options (wired installs the EAD service). Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-12-02libmtp: upgrade 1.1.5 -> 1.1.16 and reworkAndreas Müller
* fixes gvfs with libmtp in PACKAGECONFIG: | Cross dependency libmtp found: NO found '1.1.5' but need: '>= 1.1.12' | | meson.build:436:2: ERROR: Invalid version of dependency, need 'libmtp' ['>= 1.1.12'] found '1.1.5'. * license checksum changed by change of copyright year * Do not pin udev rules to old version -> let native binary create them * Install udev rules to /lib/udev (as before the update) otherwise they are ignored Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-11-27Add czmq (C bindings for ZeroMQ)Adrian Bunk
Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-11-26iwd: add version 0.12Martin Hundebøll
The iwd wireless daemon is an alternative to wpa_supplicant. It is controlled using the iwctl command line client (or the dbus interface). Signed-off-by: Martin Hundebøll <martin@geanix.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-11-26krb5: Upgrade to 1.16.2Mingli Yu
Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-11-26modemmanager: Update flag for disabling mbimBryan Gillespie
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-11-05modemmanager: set udev base dir to ${nonarch_base_libdir}/udevRicardo Salveti
Fixes QA issue when building modemmanager with usrmerge: /lib should be relocated to /usr. [usrmerge] Signed-off-by: Ricardo Salveti <ricardo@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-10-21libqmi: Make udev and mbim configurable through PACKAGECONFIGAdrian Bunk
Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-10-21libqmi: Add upstream fix for a 1.20.2 regressionAdrian Bunk
Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-10-21modemmanager: Upgrade to 1.8.2Adrian Bunk
Obsolete patch dropped, upstream solved this differently: Use realpath() instead of canonicalize_filename(), fixing build with musl libc. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-10-12blueman: really belongs in meta-networkingArmin Kuster
it has a build dependancy on python-cython and python-pyparsing with are in meta-python Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-10-07umip: fix recipe location typoHongxu Jia
Since `36983fe umip: move to meta-networking' applied, it was moved to invalid location. Fix prior partial move to meta-networking Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-10-01umip: move to meta-networkingArmin Kuster
ERROR: Nothing PROVIDES 'radvd' (but /home/akuster/oss/maint/meta-openembedded/meta-oe/recipes-connectivity/umip/umip_1.0.bb DEPENDS on or otherwise requires it) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-25umip: support openssl 1.1.xHongxu Jia
Long time no maintain from upstream since 2013, backport a fix from openSUSE Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-17wvstreams: split one dpg packageHongxu Jia
Multiple -dbg packages per recipe is not encouraged, and only one is recommended and the code only works properly in some cases for one. Add RPROVIDES_${PN}-dbg to be compatiable with previous dbg packages requiring. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-14thrift: Refresh patchesKhem Raj
Make devtool happy patches Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-09wvstreams: Add openssl 1.1.x supportKhem Raj
* Backport a pull request to support OpenSSL 1.1.x Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-09libqmi: Upgrade to 1.20.2Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-09umip: Fetch from git.umip.orgKhem Raj
* Adjust patches * Depend on openssl10 * remove spurious dep on rpm Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-08rtorrent: Upgrade to 0.9.7 release pointKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-08libimobiledevice: Upgrade to latestKhem Raj
Needs several packages to be updates Fixes build with openSSL 1.1.x License-Update: Drop LGPL-2.1, its moved out to separate package Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-08libtorrent: Upgrade to latest 0.13.7+masterKhem Raj
* Fixes build with OpenSSL 1.1.x * Adjust patches to rebase on top of current master Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-08blueman: rdepend on packagegroup-tools-bluetooth instead of bluez5-obexAndreas Müller
Have a better out-of-the-box experience Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-05hostapd: fix CVE-2018-14526Andrej Valek
Ignore unauthenticated encrypted EAPOL-Key data in supplicant processing. When using WPA2, these are frames that have the Encrypted flag set, but not the MIC flag. Signed-off-by: Andrej Valek <andrej.valek@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-20recipes: Exclude non-buildable recipes from world for musl buildKhem Raj
These recipes need to be fixed for musl, until they are needed on musl lets remove them from world builds Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-19umip: Add bison-native to build depsKhem Raj
Fixes: | ../ylwrap: line 176: yacc: command not found Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
2018-07-20ser2net: upgrade to version 3.5Sean Nyekjaer
3.4 -> 3.5 Signed-off-by: Sean Nyekjaer <sean.nyekjaer@prevas.dk> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-07-20cppzmq: use cmake to install the packagePascal Bach
This way also the required cmake configs are installed so other packages can find it. It seems also cleaner to use the upstream mechanism than to have our own install script. Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-07-14blueman: Package orphan'ed files when systemd is enabledKhem Raj
Fixes ERROR: blueman-2.0.5+gitAUTOINC+c4a03417e8-r0 do_package: QA Issue: blueman: Files/directories were installed but not shipped in any package: /usr/lib/systemd/system /usr/lib/systemd/system/blueman-mechanism.service Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-07-03paho-mqtt-c: Upgrade to 1.2.1Leon Anavi
Upgrade paho.mqtt.c to the latest stable release from April 10. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-07-03krb5: Upgrade to 1.16.1Mingli Yu
Update LIC_FILES_CHKSUM as license file NOTICE update copyright years to 2018 Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-06-30blueman: initial add 2.0.5+Andreas Müller
Tested on RaspiB3+ Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-06-27libndp: Upgrade to 1.7Mingli Yu
Upgrade libndp to 1.7 and remove the backported patch 0001-include-sys-select.h-for-fd_-definitions.patch Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-06-16modemmanager: Fix build with musl provide canonicalize_file_name()Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Andreas Müller <schnitzeltony@gmail.com>
2018-06-08thrift: add support for openssl 1.1xAndrej Valek
The newest Thrift version has currently no fix for building with gcc>=6. Rather posting supporting patches. Signed-off-by: Andrej Valek <andrej.valek@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-05-29hostapd: fix the bug for PATCHTOOL = "patch"Zheng Ruoqin
When switch PATCHTOOL to patch, the key-replay-cve-multiple.patch can't be apply with "--dry-run" as follows: checking file src/ap/ieee802_11.c checking file src/ap/wpa_auth.c checking file src/ap/wpa_auth.h checking file src/ap/wpa_auth_ft.c checking file src/ap/wpa_auth_i.h checking file src/common/wpa_common.h checking file src/rsn_supp/wpa.c checking file src/rsn_supp/wpa_i.h checking file src/rsn_supp/wpa.c Hunk #1 FAILED at 709. Hunk #2 FAILED at 757. Hunk #3 succeeded at 840 (offset -12 lines). Hunk #4 FAILED at 868. Hunk #5 FAILED at 900. Hunk #6 FAILED at 924. Hunk #7 succeeded at 1536 (offset -38 lines). Hunk #8 FAILED at 2386. Hunk #9 FAILED at 2920. Hunk #10 succeeded at 2940 (offset -46 lines). Hunk #11 FAILED at 2998. 8 out of 11 hunks FAILED checking file src/rsn_supp/wpa_i.h Hunk #1 FAILED at 32. 1 out of 1 hunk FAILED checking file src/common/wpa_common.h Hunk #1 succeeded at 215 with fuzz 1. checking file src/rsn_supp/wpa.c checking file src/rsn_supp/wpa_i.h checking file src/ap/wpa_auth.c Hunk #1 succeeded at 1898 (offset -3 lines). Hunk #2 succeeded at 2470 (offset -3 lines). checking file src/rsn_supp/tdls.c checking file src/rsn_supp/wpa.c Hunk #1 succeeded at 2378 (offset -62 lines). checking file src/rsn_supp/wpa_ft.c checking file src/rsn_supp/wpa_i.h Hunk #1 succeeded at 123 (offset -5 lines). So split the key-replay-cve-multiple.patch to 7 patches. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-05-29libnet: add UPSTREAM_CHECK_URIYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-05-29openobex: variable cleanupTrevor Woerner
Reorder recipe variables according to: https://www.openembedded.org/wiki/Styleguide Originally-conceived-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-05-29libwebsockets: rely on cmake.bbclass to put cmake package files in dev packageTrevor Woerner
The cmake.bbclass in oe-core now ensures that ${libdir}/cmake and ${datadir}/cmake end up in the dev package, so recipes no longer need to provide custom packaging rules to handles these files. http://git.openembedded.org/openembedded-core/commit/?id=d91dc4666683a96e9d03cbbd21b8a546f9069c93 Originally-conceived-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-05-29openobex: rely on cmake.bbclass to put cmake package files in dev packageTrevor Woerner
The cmake.bbclass in oe-core now ensures that ${libdir}/cmake and ${datadir}/cmake end up in the dev package, so recipes no longer need to provide custom packaging rules to handles these files. http://git.openembedded.org/openembedded-core/commit/?id=d91dc4666683a96e9d03cbbd21b8a546f9069c93 Originally-conceived-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-05-26krb5: DEPENDS on bison-nativeAndré Draszik
bison-native is required for the build: | yacc getdate.y | make[2]: yacc: Command not found | make[2]: *** [<builtin>: getdate.c] Error 127 In most cases, this dependency comes indirectly via toolchain dependencies, specifically binutils-cross, which pulls bison-native. Different setups, such as with external toolchains, or an upcoming change to OE-core for avoiding exactly this unnoticed dependency expose this problem, since the correct dependency is not marked explicitly. Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-05-26libev: correct source pathS. Lockwood-Childs
Let S default to "${WORKDIR}/${BPN}-${PV}" rather than replacing PN with BPN, since source always unpacks to the same place including when building for multilib (or native, though that's not enabled here) in which case PN != BPN Signed-off-by: S.Lockwood-Childs <sjl@vctlabs.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>