summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
Commit message (Collapse)AuthorAgeFilesLines
* meta-oe: use bb.utils.contains() instead of base_contains()Ross Burton2016-04-284-4/+4
| | | | | | | | base_contains() is a compatibility wrapper and may warn in the future, so replace all instances with bb.utils.contains(). Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* umip: unblacklist and disable parallel makeAdrian Dudau2016-04-211-1/+1
| | | | | | | | | | | | | | | The SRC_URI is up again, no need to blacklist the recipe if we disable parallel make The following error can ocurr in a race condition: scan.l:38:18: fatal error: gram.h: No such file or directory http://errors.yoctoproject.org/Errors/Details/56158/ That is, the scan.l file is parsed before the gram.h file is generated. To avoid this, we clear the PARALLEL_MAKE variable. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* krb5: add native and nativesdk extendRoy Li2016-04-211-6/+8
| | | | | | | | add native and nativesdk extend, curl-native/nativesdk need them. replace the hardcode /etc with ${sysconfdir}, /var with ${localstatedir} Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* linuxptp: update to 1.6, most recent release.Ruben De Smet2016-04-121-2/+2
| | | | | | | | No further updates were required, aside from changing the checksums and renaming the file. Signed-off-by: Ruben De Smet <ruben.de.smet@rubdos.be> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Revert "ti-wifi-utils: add recipe"Martin Jansa2016-04-121-24/+0
| | | | | | | * fails to build for hardfloat MACHINEs http://lists.openembedded.org/pipermail/openembedded-devel/2016-April/106782.html This reverts commit f4958cfc976ece37784c82392b083ba481f69b8f.
* ti-wifi-utils: add recipeIoan-Adrian Ratiu2016-03-251-0/+24
| | | | | | | | | | | | This recipe is for a TI WiFi calibrator utility [1]. The firmware from this project is already shipped inside linux-firmware so we do not package it in this recipe. [1] http://linuxwireless.sipsolutions.net/en/users/Drivers/wl12xx/#Calibration Signed-off-by: James Minor <james.minor@ni.com> Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* umip: blacklistMartin Jansa2016-03-251-0/+2
| | | | | | | | | | | | * SRC_URI seems to be down: fatal: unable to connect to git.umip.org: git.umip.org[0: 77.133.223.36]: errno=Connection timed out git.umip.org[1: 2a02:8428:26f:b200:221:70ff:fe55:8f78]: errno=Network is unreachable * and build fails with: scan.l:38:18: fatal error: gram.h: No such file or directory http://errors.yoctoproject.org/Errors/Details/56158/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* telepathy-glib: fix gobject introspection supportAlexander Kanavin2016-03-141-1/+1
| | | | Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
* networkmanager: fix introspection and vala supportAlexander Kanavin2016-03-141-2/+6
| | | | Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
* modemmanager: fix vala supportAlexander Kanavin2016-03-141-1/+1
| | | | Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
* bluez4: use real introspection instead of legacy pygobjectAlexander Kanavin2016-03-142-28/+0
| | | | | | | Now that the real introspection is available, and legacy pygobject is not, the patch to use the latter should be removed. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
* cppzmq: Bump rev.Philip Balister2016-02-251-1/+1
| | | | | Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* zeromq: Update to 4.1.4.Philip Balister2016-02-251-2/+2
| | | | | | | * This resolves a build error due to libsodium update. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* krb5: Fix build warningArmin Kuster2016-02-251-1/+1
| | | | | | | | | WARNING: /tmp/work/armv5e-poky-linux-gnueabi/krb5/1.12.2-r0/krb5-1.12.2/src/ ('S') doesn't exist, please set 'S' to a proper value remove extra "/" Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* networkmanager: use bash-completion.bbclassGeorge McCollister2016-02-151-4/+2
| | | | | | | Use bash-completion.bbclass to package bash completions. Signed-off-by: George McCollister <george.mccollister@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* networkmanager: add PACKAGECONFIG for qt4-x11-freeLi xin2016-02-011-0/+1
| | | | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
* telepathy-glib: update python-native-runtime dependencyMartin Jansa2016-01-271-1/+1
| | | | | | | | | | | | | | | | | | * it was renamed in oe-core with: commit 8a474057d86b3ebf6271656d6b9adf384ea9ad6d Author: Ed Bartosh <ed.bartosh@linux.intel.com> Date: Wed Jan 13 10:03:04 2016 +0200 bitbake.conf: rename python-native-runtime The code in native.bbclass adds -native suffix to the package names that don't have it. Renamed python-native-runtime -> hostpython-runtime-native to avoid mangling it and to conform with the naming convetion for native packages. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* networkmanager-openvpn: Update to 1.0.8Adrian2016-01-271-2/+2
| | | | | Signed-off-by: Adrian Freihofer <adrian.freihofer@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* networkmanager: 1.0.6 -> 1.0.10Dai Caiyun2016-01-275-3/+193
| | | | | | | | | | | | * Upgrade networkmanager from 1.0.6 to 1.0.10. * add patches: - Apply three bug fix patches from NM git. - Apply a patch to fix a bug in the header files breaking gnome-panel build. - fix ppp rdepend: pppd is not on the target if NM does not rdepend on it. Signed-off-by: Adrian Freihofer <adrian.freihofer@gmail.com> Signed-off-by: Dai Caiyun <daicy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* zabbix: 2.4.5 -> 2.4.7Li xin2016-01-061-2/+2
| | | | | | | Upgrade zabbix from 2.4.5 to 2.4.7. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* hostapd: Fix source and build directoryMariano Lopez2016-01-041-7/+7
| | | | | | | | | | | | | | The current recipe make no difference between the source and the build directory. There are source files outside this directory and isn't possible to patch these files. This changes adds the build directory path to the recipe, now is possible to patch files in other directories, if required. Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* hostapd: upgrade 2.4 -> 2.5fan.xin2015-12-181-4/+4
| | | | | | | | 1. upgrade to 2.5 2. update HOMEPAGE and SRC_URI to use w1.fi instead Signed-off-by: Fan Xin <fan.xin@jp.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libqmi: update to 1.12.6Adrian2015-12-181-2/+2
| | | | | | | ModemManager 1.4.12 needs at least qmi-glib version 1.12.4 Signed-off-by: Adrian Freihofer <adrian.freihofer@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* krb5: fix CVE-2015-2698Wenzong Fan2015-12-182-0/+135
| | | | | | | | | | | | | | | | The iakerb_gss_export_sec_context function in lib/gssapi/krb5/iakerb.c in MIT Kerberos 5 (aka krb5) 1.14 pre-release 2015-09-14 improperly accesses a certain pointer, which allows remote authenticated users to cause a denial of service (memory corruption) or possibly have unspecified other impact by interacting with an application that calls the gss_export_sec_context function. NOTE: this vulnerability exists because of an incorrect fix for CVE-2015-2696. Backport upstream commit to fix it: https://github.com/krb5/krb5/commit/3db8dfec1ef50ddd78d6ba9503185995876a39fd Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* krb5: fix CVE-2015-2697Wenzong Fan2015-12-182-0/+59
| | | | | | | | | | | | | The build_principal_va function in lib/krb5/krb/bld_princ.c in MIT Kerberos 5 (aka krb5) before 1.14 allows remote authenticated users to cause a denial of service (out-of-bounds read and KDC crash) via an initial '\0' character in a long realm field within a TGS request. Backport upstream commit to fix it: https://github.com/krb5/krb5/commit/f0c094a1b745d91ef2f9a4eae2149aac026a5789 Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* krb5: fix CVE-2015-2696Wenzong Fan2015-12-182-0/+740
| | | | | | | | | | | | | | lib/gssapi/krb5/iakerb.c in MIT Kerberos 5 (aka krb5) before 1.14 relies on an inappropriate context handle, which allows remote attackers to cause a denial of service (incorrect pointer read and process crash) via a crafted IAKERB packet that is mishandled during a gss_inquire_context call. Backport upstream commit to fix it: https://github.com/krb5/krb5/commit/e04f0283516e80d2f93366e0d479d13c9b5c8c2a Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* krb5: fix CVE-2015-2695Wenzong Fan2015-12-182-0/+573
| | | | | | | | | | | | | | lib/gssapi/spnego/spnego_mech.c in MIT Kerberos 5 (aka krb5) before 1.14 relies on an inappropriate context handle, which allows remote attackers to cause a denial of service (incorrect pointer read and process crash) via a crafted SPNEGO packet that is mishandled during a gss_inquire_context call. Backport upstream commit to fix it: https://github.com/krb5/krb5/commit/b51b33f2bc5d1497ddf5bd107f791c101695000d Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* networkmanager: add openvpn pluginAdrian2015-12-181-0/+31
| | | | | Signed-off-by: Adrian Freihofer <adrian.freihofer@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* networkmanager: use bluetooth from distroAdrian2015-12-181-1/+2
| | | | | Signed-off-by: Adrian Freihofer <adrian.freihofer@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* networkmanager: package for adsl pluginAdrian2015-12-181-1/+6
| | | | | Signed-off-by: Adrian Freihofer <adrian.freihofer@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* networkmanager: PACKAGECONFIG for wifiAdrian2015-12-181-4/+3
| | | | | Signed-off-by: Adrian Freihofer <adrian.freihofer@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* networkmanager: PACKAGECONFIG for dnsmasqAdrian2015-12-181-3/+5
| | | | | Signed-off-by: Adrian Freihofer <adrian.freihofer@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* networkmanager: PACKAGECONFIG for dhclientAdrian2015-12-181-3/+3
| | | | | Signed-off-by: Adrian Freihofer <adrian.freihofer@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* networkmanager: PACKAGECONFIG for ifupdown netconfigAdrian2015-12-181-3/+3
| | | | | Signed-off-by: Adrian Freihofer <adrian.freihofer@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* networkmanager: run dispatcherAdrian2015-12-181-1/+1
| | | | | Signed-off-by: Adrian Freihofer <adrian.freihofer@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* networkmanager: Add package for nmtuiAdrian2015-12-181-2/+14
| | | | | Signed-off-by: Adrian Freihofer <adrian.freihofer@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* networkmanager: support gnutls and nssAdrian2015-12-182-3/+48
| | | | | Signed-off-by: Adrian Freihofer <adrian.freihofer@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* networkmanager: Update to 1.0.6Adrian2015-12-181-6/+10
| | | | | Signed-off-by: Adrian Freihofer <adrian.freihofer@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* modemmanager: Start alwaysAdrian2015-12-181-2/+0
| | | | | Signed-off-by: Adrian Freihofer <adrian.freihofer@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* modemmanager: add dbus configAdrian2015-12-181-1/+1
| | | | | Signed-off-by: Adrian Freihofer <adrian.freihofer@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* modemmanager: Add PACKAGECONFIGsAdrian2015-12-181-1/+12
| | | | | Signed-off-by: Adrian Freihofer <adrian.freihofer@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* modemmanager: Update to 1.4.12Adrian2015-12-181-4/+4
| | | | | | | | - Fixes segfaults, memleaks and other bugs - Support more modems Signed-off-by: Adrian Freihofer <adrian.freihofer@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* samba, ctdb, libldb, libtdb, libtevent, talloc: move to meta-networkingMartin Jansa2015-11-1622-35345/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* samba: fix dependencies and QA issuesJens Rehsack2015-11-161-11/+30
| | | | | | | | | | | | | Fix remaining QA issues (dependency-wise) like WARNING: QA Issue: samba rdepends on libacl, but it isn't a build dependency? [build-deps] WARNING: QA Issue: samba rdepends on libavahi-client, but it isn't a build dependency? [build-deps] broken perl library path, having a default PACKAGECONFIG, but allow user-defined one and rely on PACKAGECONFIG instead of DISTRO_FEATURES. Signed-off-by: Jens Rehsack <sno@netbsd.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* zabbix: set MACHINE_ARCH, because it depends on MACHINE specific KERNEL_VERSIONMartin Jansa2015-11-161-0/+2
| | | | | | | | | | | * see: http://lists.openembedded.org/pipermail/openembedded-devel/2015-September/103271.html * fixes: ERROR: zabbix different signature for task do_configure.sigdata between qemux86copy and qemux86 basehash changed from 2b2cdeb8b36ed130bf28374a5b6d2e4d to 624cc1888e50c4509679c829a906af03 Variable MACHINE value changed from 'qemux86copy' to 'qemux86' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gammu: add missing dependency on libgudevMartin Jansa2015-11-161-1/+1
| | | | | | * WARN: gammu: gammu rdepends on libgudev, but it isn't a build dependency? Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* samba: systemv-init script must be executableJens Rehsack2015-11-111-1/+1
| | | | | | | | Fix insane permissions installing SystemV init-script for samba4 to allow executing it correctly. Signed-off-by: Jens Rehsack <sno@netbsd.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* samba: install pam libraries to base_libdirAndreas Müller2015-11-061-5/+5
| | | | | | that's where libpam installs libraries and expects them Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* samba: add cups to DEPENDSAndreas Müller2015-11-061-1/+1
| | | | | | | | /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/libexec/arm-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/5.2.0/ld: error: cannot find -lcups | collect2: error: ld returned 1 exit status Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* samba: add support for sysvinit via lsb-init-functionsJens Rehsack2015-11-021-0/+7
| | | | | | | | | Since there're surely lot's of individual distibutions not moved to systemd, allow sane samba start/stop with systemv anyway. Rely on lsb-init-functions for improved control. Signed-off-by: Jens Rehsack <sno@netbsd.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>