summaryrefslogtreecommitdiff
path: root/meta/recipes-connectivity
Commit message (Collapse)AuthorAgeFilesLines
* ofono: Add python-pygobject to ofono-tests package DEPENDSDarren Hart2012-05-151-1/+1
| | | | | | | | | | | | | Some of the ofono-tests python scripts, such as test-modem and receive-sms (22 in total) import gobject. Make the ofono-tests package depend on python-pygobject. Tested on the meta-intel fri2 BSP in a core-image-sato image. Assorted ofono tests run correctly. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* openssl: Fix build for mips64(el)Khem Raj2012-05-092-9/+9
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openssl: fix incorrect INC_PRScott Garman2012-05-081-1/+2
| | | | | | | | Restore INC_PR to r15 to prevent breakage with out of tree openssl recipes (e.g, meta-oe). Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* openssh: upgrade to 6.0p1Scott Garman2012-05-086-4/+4
| | | | | | | | LICENSE checksum changed due to a trivial difference in the credits list. Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* connman: Disable tist plugin on powerpcRichard Purdie2012-05-071-2/+5
| | | | | | | | This plugin doesn't build on powerpc due to powerpc's terminal ioctl defintions being incompatible with assumptions being made by this module. Until someone has need and can test this on powerpc, disabling is the safest option. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* connman: enable TI shared transport plugin when wifi or bluetooth are requestedKoen Kooi2012-05-042-3/+3
| | | | | | | | | | | This plugin manages the firmware loading for the TI wl12xx series of bluetooth/wifi/fm chips. The double --enable-tist when both bluetooth and wireless are enabled is ugly, but harmless The background on the plugin: https://bugs.meego.com/show_bug.cgi?id=8418 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* nfs-utils: don't try to unload nfsd moduleAndreas Oberritter2012-05-032-9/+1
| | | | | | | | | * When nfsserver get's stopped, "modprobe -r nfsd" may hang indefinitely. As there's no need to unload the module, just remove the call to modprobe. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* resolvconf: Update to 1.65Saul Wold2012-05-031-2/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* libpcap: use PACKAGECONFIG for bluetooth distro featureChristopher Larson2012-05-031-1/+4
| | | | Signed-off-by: Christopher Larson <chris_larson@mentor.com>
* ofono: upgrade to 1.6Martin Jansa2012-05-012-14/+15
| | | | | | | | | | * 1.5 is not compatible with glib-2.32 and newer | In file included from gisi/client.h:30:0, | from gisi/client.c:33: |/OE/shr-core/tmp-eglibc/sysroots/spitz/usr/include/glib-2.0/glib/gtypes.h:28:2: error: #error "Only <glib.h> can be included directly." Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bluez-hcidump: upgrade to version 2.4Dongxiao Xu2012-05-011-2/+2
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* telepathy-glib: upgrade to version 0.18.1Dongxiao Xu2012-05-011-2/+2
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* telepathy-mission-control: upgrade to version 5.12.0Dongxiao Xu2012-05-011-3/+3
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* avahi: not using hard coded libdir.Lianhao Lu2012-04-271-2/+2
| | | | | | | Used ${libdir} instead of the hard docoded libdir. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* openssl: upgrade to 1.0.0iScott Garman2012-04-2518-4/+3
| | | | | | | | | Addresses CVE-2012-2110 Fixes bug [YOCTO #2368] Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bluez4: make alsa support conditional upon DISTRO_FEATURESJonas Danielsson2012-04-242-3/+6
| | | | | | Do not enable alsa in bluez4 unless it's included in DISTRO_FEATURES. Signed-off-by: Jonas Danielsson <jonas.danielsson@lundinova.se>
* wpa-supplicant: move wpa_passphrase to bindirAndreas Oberritter2012-04-242-2/+4
| | | | | | * wpa_passphrase doesn't require special privileges. Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
* wpa-supplicant: remove unused filesAndreas Oberritter2012-04-248-435/+2
| | | | | | | | | * defconfig, init.sh, wpa_supplicant-0.5.7-always-scan.patch, wpa_supplicant-fix-deprecated-dbus-function.patch and wpa_supplicant_default.conf are not used by the recipe. * default-sane gets installed but is unused. Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
* connman: backport test script fixesOtavio Salvador2012-04-243-1/+108
| | | | | | | Those fixes are required to get the test scripts to work with current 0.79 DBus API. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* connman: Fix linking with gold linkerKhem Raj2012-04-242-1/+37
| | | | | | | | | | | | | Fixes errors like below /home/kraj/work/angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/usr/libexec/armv5te-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.6.3/ld: error: hidden symbol '__start___debug' is not defined locally /home/kraj/work/angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/usr/libexec/armv5te-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.6.3/ld: error: hidden symbol '__stop___debug' is not defined locally collect2: ld returned 1 exit status make[1]: *** [plugins/loopback.la] Error 1 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* avahi-daemon: fix missing init script linksAndreas Oberritter2012-04-171-5/+4
| | | | | | | | | * update-rc.d wasn't executed when the rootfs was built, because pkg_postinst_avahi-daemon exited early. It wasn't run either on first boot, because the exit code was 0. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* connman-gnome: fix segfault on connectPaul Eggleton2012-04-162-2/+33
| | | | | | | | Fixes a segfault in the properties application when connecting to a WiFi service succeeds. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* connman-gnome: connman 0.79 API fixesPaul Eggleton2012-04-159-553/+2221
| | | | | | | | | | | | Fix connman-gnome to work with connman 0.79, which made a number of fairly serious DBus API changes. Also switch over to the newly repopulated git repo on kernel.org in which the two previous patches have been merged. Fixes [YOCTO #2202]. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* connman: add ofono dependency.Lianhao Lu2012-04-111-0/+1
| | | | | | | | | | | | Added dependency to ofono because we always enable ofono plug-in. We did this because the 1.2 release cycle is coming to an end. We should use PACKAGECONFIG in 1.3. This is part of the 1.2 bug fixing [YOCTO #2216]. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* connman: Fixed multilib support.Lianhao Lu2012-04-062-1/+2
| | | | | | | | | | | | 1. Corrected the package content of connman-test. This is part of the bug fixing [YOCTO #2216]. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Removed ofono addtion - sgw Signed-off-by: Saul Wold <sgw@linux.intel.com>
* PPP: Remove leftover reference to "nylon" distro from PPP recipe.Robert P. J. Day2012-03-241-1/+0
| | | | | | | | Delete reference to what is apparently a remnant from the OE-core split, according to Paul Eggleton. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ppp: drop unneeded pkg-postinstAndreas Oberritter2012-03-231-9/+2
| | | | | | | | * pkg-postinst was used to make pppd setuid root, which can now be done in do_install() instead. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-bluetooth: Don't install headers, man pages or .pc filesRichard Purdie2012-03-221-2/+4
| | | | | | | | We were seeing weird autobuilder failures where the bluetooth headers could disappear. The reason why is that this recipe was conflicting with them. bluez4 should be handling them and the plugin shouldn't be installing them so lets not. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ofono: use systemd_unitdirAndreas Müller2012-03-223-5/+3
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bluez4: use systemd_unitdirAndreas Müller2012-03-221-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* avahi.inc: use systemd_unitdirAndreas Müller2012-03-221-3/+3
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Fix common typoes "existant", "dependant" and variationsRobert P. J. Day2012-03-221-1/+1
| | | | | | | | Fix a couple common typoes, all contained within comments so there should be no effect on functionality. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* openssl: upgrade to 1.0.0.hScott Garman2012-03-2118-39/+2
| | | | | | | | | | Removed pkg-config.patch, which was incorporated upstream. Addresses CVE-2012-0884. Fixes bug [YOCTO #2139]. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* resolvconf: Upgrade to 1.64Saul Wold2012-03-211-2/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* libpcap: upgrade to 1.2.1Shane Wang2012-03-213-2/+2
| | | | Signed-off-by: Shane Wang <shane.wang@intel.com>
* gst-plugin-bluetooth: Fix package warningsSaul Wold2012-03-211-0/+6
| | | | | | | | | | | | | | | | | | | WARNING: For recipe gst-plugin-bluetooth, the following files/directories were installed but not shipped in any package: WARNING: /var WARNING: /usr/lib/bluetooth WARNING: /usr/lib/bluetooth/plugins WARNING: /usr/lib/alsa-lib/libasound_module_pcm_bluetooth.so WARNING: /usr/lib/alsa-lib/libasound_module_ctl_bluetooth.so WARNING: /usr/lib/alsa-lib/libasound_module_ctl_bluetooth.la WARNING: /usr/lib/alsa-lib/libasound_module_pcm_bluetooth.la WARNING: /usr/share/alsa WARNING: /usr/share/alsa/bluetooth.conf WARNING: /var/lib WARNING: /var/lib/bluetooth These are removed because they are packages in the bluez4 package Signed-off-by: Saul Wold <sgw@linux.intel.com>
* gst-plugin-bluetooth: upgrade to 4.99Shane Wang2012-03-211-2/+2
| | | | Signed-off-by: Shane Wang <shane.wang@intel.com>
* bluez-hcidump: upgrade to 2.3Shane Wang2012-03-211-2/+2
| | | | Signed-off-by: Shane Wang <shane.wang@intel.com>
* bluez4: upgrade to 4.99Shane Wang2012-03-213-3/+3
| | | | Signed-off-by: Shane Wang <shane.wang@intel.com>
* ofono: upgrade to 1.5Shane Wang2012-03-211-2/+2
| | | | Signed-off-by: Shane Wang <shane.wang@intel.com>
* telepathy-mission-control: fix package warningsSaul Wold2012-03-211-2/+2
| | | | | | | | WARNING: For recipe telepathy-mission-control, the following files/directories were installed but not shipped in any package: WARNING: /usr/share/glib-2.0 WARNING: /usr/share/glib-2.0/schemas WARNING: /usr/share/glib-2.0/schemas/im.telepathy.MissionControl.FromEmpathy.gschema.xml Signed-off-by: Saul Wold <sgw@linux.intel.com>
* telepathy-mission-control: upgrade to 5.11.0Shane Wang2012-03-211-3/+3
| | | | Signed-off-by: Shane Wang <shane.wang@intel.com>
* telepathy-glib: upgrade to 0.17.5Shane Wang2012-03-211-3/+3
| | | | Signed-off-by: Shane Wang <shane.wang@intel.com>
* iproute2: fix unpackaged files warningPaul Eggleton2012-03-192-1/+3
| | | | | | | | | Fixes the following warnings: WARNING: For recipe iproute2, the following files/directories were installed but not shipped in any package: WARNING: /lib WARNING: /lib/tc Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* mobile-broadband-provider-info: Fix license warningRichard Purdie2012-03-161-1/+1
| | | | | | WARNING: mobile-broadband-provider-info: No generic license file exists for: CCPD in any provider Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* telepathy-glib: remove package warningsSaul Wold2012-03-151-1/+6
| | | | | | | | WARNING: For recipe telepathy-glib, the following files/directories were installed but not shipped in any package: WARNING: /srv WARNING: /usr/bin WARNING: /usr/libexec Signed-off-by: Saul Wold <sgw@linux.intel.com>
* glib-networking: Fix packaging warningsSaul Wold2012-03-151-1/+1
| | | | | | WARNING: QA Issue: non -staticdev package contains static .a library: glib-networking path '/work/armv5te-poky-linux-gnueabi/glib-networking-2.28.7-r1/packages-split/glib-networking/usr/lib/gio/modules/libgiognutls.a' WARNING: QA Issue: non -staticdev package contains static .a library: glib-networking path '/work/armv5te-poky-linux-gnueabi/glib-networking-2.28.7-r1/packages-split/glib-networking/usr/lib/gio/modules/libgiolibproxy.a' Signed-off-by: Saul Wold <sgw@linux.intel.com>
* libgalago: Fix package warnings by not packaging autopackageSaul Wold2012-03-141-0/+5
| | | | | | | | | | WARNING: For recipe libgalago, the following files/directories were installed but not shipped in any package: WARNING: /usr/share/autopackage WARNING: /usr/share/autopackage/skeletons WARNING: /usr/share/autopackage/skeletons/@galago.info WARNING: /usr/share/autopackage/skeletons/@galago.info/libgalago WARNING: /usr/share/autopackage/skeletons/@galago.info/libgalago/skeleton.1 Signed-off-by: Saul Wold <sgw@linux.intel.com>
* avahi: Update to 0.6.31Saul Wold2012-03-143-10/+10
| | | | | | Removed unneeded patch, because the issue was fixed upstream Signed-off-by: Saul Wold <sgw@linux.intel.com>
* ppp: Clean up PACKAGES vs. variable mismatch and drop unused RDEPENDSRichard Purdie2012-03-131-10/+9
| | | | | | | | The RPDEPENDS format is wrong and couldn't have been doing anything useful. The mismatch between PACKAGES and the DESCRIPTION_* and FILES_* variable names could confuse the system under certain conditions so this is a good cleanup to make. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>