summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
Commit message (Collapse)AuthorAgeFilesLines
...
* vpnc, arptables, lirc, debootstrap, log4cpp, python-ldap: drop unused ↵Martin Jansa2015-10-231-1/+0
| | | | | | variable PRIORITY Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libimobiledevice: fix gcc 5 link failureS. Lockwood-Childs2015-10-132-0/+32
| | | | | | | | Drop 'inline' from some functions that had 'inline' keyword without a definition at that point (they were defined in a different file). Signed-off-by: S. Lockwood-Childs <sjl@vctlabs.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* networkmanager: fix installed-vs-shipped warningMaciej Borzecki2015-10-131-0/+4
| | | | | | | | | Package QA complains about these files being installed but not shipped: /run /run/NetworkManager Signed-off-by: Maciej Borzecki <maciej.borzecki@open-rnd.pl> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* modemmanager: depend on libgudev not on udevAdrian2015-10-131-1/+1
| | | | | Signed-off-by: Adrian Freihofer <adrian.freihofer@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* networkmanager: depend on libgudev not on udevAdrian2015-10-131-1/+1
| | | | | Signed-off-by: Adrian Freihofer <adrian.freihofer@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmbim: replace udev by libgudev in DEPENDSAndreas Müller2015-09-231-1/+1
| | | | | | | | | | | | | | | fixes: | checking for LIBMBIM_GLIB... no | configure: error: Package requirements (glib-2.0 >= 2.32 | gobject-2.0 | gio-2.0 | gio-unix-2.0 | gudev-1.0 >= 147) were not met: | | No package 'gudev-1.0' found Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* iw: remove, this is now in oe-coreChristopher Larson2015-09-082-66/+0
| | | | | Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cppzmq: Bump rev.Philip Balister2015-08-311-1/+1
| | | | | Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* zeromq: upgrade to 4.1.3Roy Li2015-08-311-4/+10
| | | | | | | | | | | 4.1.3 has the dependence on libsodium, 4.1.3 asks pkgconfig bbclass to configure, add a target to build ptest, since the orignial check will build and run which is not suitable for cross-compile, and change the ptest installation directories Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome: add explicit bz2 compress type to older packagesAlexander Kanavin2015-08-311-0/+1
| | | | | | | The default was changed to xz in the gnomebase class to match the upstream. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* samba: upgrade to 4.1.12Bian Naimeng2015-08-2466-22932/+35319
| | | | Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com>
* networkmanager: update to 1.0.4Andreas Müller2015-08-241-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* hostapd: Drop DEFAULT_PREFERRENCE settingOtavio Salvador2015-08-181-2/+0
| | | | | | | | The 2.4 version is the only version available so makes no sense to set it as lower preference. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* hostapd: Remove add-sysroot-to-gcc.patchOtavio Salvador2015-08-182-41/+0
| | | | | | | | | | | The patch has not been available in the 2.4 version form and thus the recipe was unbuildable. Fix by removing the patch file, which is unused, and the reference for it from the recipe. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* hostapd: upgrade 2.2 -> 2.4Li xin2015-08-185-3/+3
| | | | | | | | Update the checksum of COPYING,since the date in it has been changed, but the LICENSE has not been changed. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* bluez4: Allow systemd to activate bluetoothAsh Charles2015-08-181-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | The bluetooth.service runs bluetoothd to manage bluetooth devices, if present, in the system. By design, it should be running in either of two cases: 1. A userspace utility (e.g. networkmanager) has made a dbus request for bluetooth services provided by org.bluez. Even without this patch, the bluetooth.service gets run via dbus activation under the systmed aliased name 'dbus-org-bluez.service'. Perfect! 2. A bluetooth device is added to the system. When a bluetooth device is added, udev triggers the special systemd target, bluetooth.target intended to pull in any services needed for bluetooth linked under bluetooth.target.wants. Enable bluetooth.service so it gets linked under bluetooth.target.wants and bluetoothd gets started when a user adds a bluetooth device to the system. To be clear, this isn't forcing bluetooth to be running all the time--- only when either of #1 or #2 are true. Signed-off-by: Ash Charles <ashcharles@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* hostapd: consider sysroot when search header filesRoy Li2015-07-302-0/+41
| | | | | Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libimobiledevice: remove runtime configure checkS. Lockwood-Childs2015-07-302-5/+39
| | | | | | | | | | | | | | | | configure.ac had a runtime check for large file support that got run on 64-bit architectures, and all runtime checks must go away to be cross-compile safe. Luckily that runtime check was extraneous, so just remove it; standard AC_SYS_LARGEFILE macro should be sufficient for figuring out proper settings to get large file support. Also un-blacklist libimobiledevice, since this problem was the reason for the blacklist. Signed-off-by: S. Lockwood-Childs <sjl@vctlabs.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* iw: upgrade 3.15 -> 4.1Li xin2015-07-301-2/+2
| | | | | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* zabbix: add new recipeBian Naimeng2015-07-163-0/+105
| | | | | | | zabbix is an open-source monitoring solution for your IT infrastructure. Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rabbitmq-c: update to v0.7.0.Yevhen Kyriukha2015-07-161-3/+4
| | | | | Signed-off-by: Yevhen Kyriukha <kirgene@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gegl, crash, libsecret, mpg123, tinymembench, gammu, mosh, llvm3.3, ↵Martin Jansa2015-07-162-0/+20
| | | | | | breakpad, php, mozjs, libopus: disable thumb where it fails for qemuarm Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* networkmanager: update to 1.0.2Andreas Müller2015-07-162-63/+8
| | | | | | | * at_console support is gone * add PACKAGECONFIG for bluez5/modemmanager/ppp and disable them by default Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* libndp: initial add 1.5Andreas Müller2015-07-161-0/+10
| | | | | | it is required for later networkmanager Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* meta-oe: fix the install dir for udev rules and filesYi Zhao2015-06-231-3/+3
| | | | | | | | | When enable multilib, some packages try to install udev rules and related files into /lib64/udev/ directory. But these files should be installed in /lib/udev/ directory even on multilib. Use ${nonarch_base_libdir} instead of ${base_libdir} to fix it. Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
* smstools: fix makefile overrideYi Zhao2015-05-282-1/+26
| | | | | | | | Fix syntax error in src/Makefile, override in wrong place. The patch is backport from debian. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lirc: Make X support to be a packageconfigKhem Raj2015-05-222-3/+5
| | | | | | | | | When we dont have x11 in distro features it fails to build since libx11 dependency is not satisfied Change-Id: I6774a83f965551a41afe12b1304e44e73fc789c0 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* krb5: upgrade to 1.13.2Roy Li2015-05-172-96/+24
| | | | | | | | | Upgrade to include the CVE fixes: [CVE-2014-5354] [CVE-2014-5353]... Remove the 0001-Return-only-new-keys-in-randkey-CVE-2014-5351.patch Regenerate the /var/run/krb5kdc dir Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* obex, gnome-bluetooth: Make bluez{4, 5} dep conditional on DISTRO_FEATUREKhem Raj2015-05-172-7/+5
| | | | | | | | | | bluez4 is removed from oe-core This helps in compiling them when distro features are either set to use bluez4 or bluez5 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* smstools: fix PN -> BPN for multilibYi Zhao2015-05-131-1/+1
| | | | | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* daq: move recipe to meta-networkingArmin Kuster2015-05-112-54/+0
| | | | | | | | | | | | | | | ERROR: Nothing PROVIDES 'libdnet' (but /home/akuster/oss/clean/meta-openembedded/meta-oe/recipes-connectivity/daq/daq_2.0.2.bb DEPENDS on or otherwise requires it). Close matches: libnet libnewt libidn ERROR: Required build target 'daq' has no buildable providers. Missing or unbuildable dependency chain was: ['daq', 'libdnet'] world build fails for meta-oe. move daq to meta-networking where snort and libdnet both reside. Signed-off-by: Armin Kuster <akuster808@gmail.com>
* mosh: Fix QA warningsArmin Kuster2015-05-111-1/+1
| | | | | | | WARNING: QA Issue: mosh-server rdepends on libutempter, but it isn't a build dependency? [build-deps] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gammu: Fix QA warningsArmin Kuster2015-05-111-0/+2
| | | | | | | | WARNING: QA Issue: gammu-dev requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] WARNING: QA Issue: gammu requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* wvstreams: Fix QA warningsArmin Kuster2015-05-111-0/+1
| | | | | | | WARNING: QA Issue: wvstreams requires /usr/bin/perl, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lirc: fix QA warningsArmin Kuster2015-05-112-1/+2
| | | | | | | | | | WARNING: QA Issue: lirc-plugins rdepends on libusb-compat, but it isn't a build dependency? [build-deps] WARNING: QA Issue: lirc-plugins rdepends on libjack, but it isn't a build dependency? [build-deps] WARNING: QA Issue: lirc-plugins rdepends on portaudio-v19, but it isn't a build dependency? [build-deps] WARNING: QA Issue: lirc rdepends on libx11, but it isn't a build dependency? [build-deps] WARNING: QA Issue: lirc requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Armin Kuster <akuster808@gmail.com>
* samba: upgrade to 3.6.25Roy Li2015-05-1125-2/+2
| | | | | | | | upgrade to fix a CVE defect: CVE-2015-0240 http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-0240 Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* *obex*, navit, libsyncml, foxtrotgps, gypsy, bluez-hcidump, bluez4, ↵Martin Jansa2015-05-116-1/+14
| | | | | | gst-plugin-bluetooth, gnome-bluetooth: blacklist bluez4 only recipes when bluez5 is in DISTRO_FEATURES foo
* bluez collection: add (moved from oe-core)Cristian Iorga2015-05-1113-0/+460
| | | | | | | | | | | | | | | | | BlueZ 4.x Bluetooth stack has been removed from oe-core. However, it is still supported, so add it to recipes-connectivity in meta-oe. meta-systemd layer bluez4 bbappend has been integrated into bluez4 recipe. In order to use it in oe-core/poky/YP, 'bluez5' backfill distro feature needs to be disabled via: DISTRO_FEATURES_BACKFILL_CONSIDERED = "bluez5" . 'bluetooth' distro feature needs to be present also. Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gateone: move to meta-pythonAndreas Oberritter2015-04-136-198/+0
| | | | | Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Revert "samba: disable service by default"Martin Jansa2015-04-131-2/+0
| | | | | | | | | This reverts commit 20a624928c030fa13d8b7d45b4f4d7e1ac624f60. There is ongoing discussion about this one on oe-devel ML: http://lists.openembedded.org/pipermail/openembedded-devel/2015-March/100899.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* samba: move daemons into their own packageAndreas Oberritter2015-04-132-7/+23
| | | | | | | | | | | | | Create a package samba-base, which contains everything needed to just run the daemons (nmbd, smbd). Excerpt from buildhistory (mips32): -87280 KiB samba +13968 KiB samba-base Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* smstools3: Add smstools3 to meta-oe/recipes-connectivityKai Ulrich2015-03-212-0/+64
| | | | | Signed-off-by: Kai Ulrich <kaiu@gmx.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lirc: Recommend to have lirc-plugins at runtimeKhem Raj2015-03-062-3/+3
| | | | | | | | | This fixes the initialization errors where it cant find the default drivers which are in plugins package Change-Id: I5440fa09f8548069ac75ccb1521542cb8e054eb4 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lirc: Add recipe for 0.9.2Khem Raj2015-03-038-0/+517
| | | | | | | | | | There is a older version available at meta-guacamayo but its not distro specific and many distros might need it so meta-oe is right place for it. Change-Id: Ic6b45dd652187d72a1e1bf4fb5adc8ed9c80e52a Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rabbitmq-c: update to v0.6.0.Yevhen Kyriukha2015-03-031-2/+2
| | | | | Signed-off-by: Yevhen Kyriukha <kirgene@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* modemmanager: update to 1.4.2Andreas Müller2015-02-192-29/+40
| | | | | | modemmanager has moved to freedesktop.org Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* libqmi: initial add 1.12.2Andreas Müller2015-02-191-0/+16
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* libmbim: initial add 1.12.2Andreas Müller2015-02-191-0/+16
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* gnokii: refine selector for bluez4 package configPeter Bigot2015-02-121-1/+1
| | | | | | | Use bluez4 or bluez5 to avoid ambiguity. Signed-off-by: Peter A. Bigot <pab@pabigot.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* samba: add mirrorsAndreas Müller2015-02-121-1/+8
| | | | | | | | Samba server is down currently so add mirrors. Both were short tested by wget. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>