summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
AgeCommit message (Collapse)Author
2012-05-25wpa-supplicant: add wpa_supplicant.conf to CONFFILES and don't install it twiceMartin Jansa
* first we install ${WORKDIR}/wpa_supplicant.conf-sane install -m 600 ${WORKDIR}/wpa_supplicant.conf-sane ${D}${sysconfdir}/wpa_supplicant.conf and a bit later in do_install we were overwritting it with ${WORKDIR}/wpa_supplicant.conf install -m 644 ${WORKDIR}/wpa_supplicant.conf ${D}${sysconfdir} * notice that this patch also changes .conf permissions from 644 back to 600 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-05-24wpa-supplicant: fix packaging error since last commitAndreas Oberritter
* wpa-passphrase has its own package, but commit 4a4c568e25a08e9f222d723f9819582c9f895c58 broke it. Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2012-05-24libnss-mdns: fix postinst scriptsAndreas Oberritter
* On upgrade, postinst ocassionally returned 1, so use a conditional instead of &&. * Use sed patterns in order to make it work more generally. Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2012-05-24ppp: avoid host contaminationAndreas Oberritter
* Import patch from OE-Classic commit f7c547ede1bfc94c24f6315a23ff48a4c5b9ffaf. * Fixes linking with libpcap (ppp filter). Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2012-05-15ofono: Add python-pygobject to ofono-tests package DEPENDSDarren Hart
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>
2012-05-09openssl: Fix build for mips64(el)Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-05-08openssl: fix incorrect INC_PRScott Garman
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>
2012-05-08openssh: upgrade to 6.0p1Scott Garman
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>
2012-05-07connman: Disable tist plugin on powerpcRichard Purdie
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>
2012-05-04connman: enable TI shared transport plugin when wifi or bluetooth are requestedKoen Kooi
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>
2012-05-03nfs-utils: don't try to unload nfsd moduleAndreas Oberritter
* 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>
2012-05-03resolvconf: Update to 1.65Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-05-03libpcap: use PACKAGECONFIG for bluetooth distro featureChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2012-05-01ofono: upgrade to 1.6Martin Jansa
* 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>
2012-05-01bluez-hcidump: upgrade to version 2.4Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2012-05-01telepathy-glib: upgrade to version 0.18.1Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2012-05-01telepathy-mission-control: upgrade to version 5.12.0Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2012-04-27avahi: not using hard coded libdir.Lianhao Lu
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>
2012-04-25openssl: upgrade to 1.0.0iScott Garman
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>
2012-04-24bluez4: make alsa support conditional upon DISTRO_FEATURESJonas Danielsson
Do not enable alsa in bluez4 unless it's included in DISTRO_FEATURES. Signed-off-by: Jonas Danielsson <jonas.danielsson@lundinova.se>
2012-04-24wpa-supplicant: move wpa_passphrase to bindirAndreas Oberritter
* wpa_passphrase doesn't require special privileges. Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2012-04-24wpa-supplicant: remove unused filesAndreas Oberritter
* 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>
2012-04-24connman: backport test script fixesOtavio Salvador
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>
2012-04-24connman: Fix linking with gold linkerKhem Raj
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>
2012-04-17avahi-daemon: fix missing init script linksAndreas Oberritter
* 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>
2012-04-16connman-gnome: fix segfault on connectPaul Eggleton
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>
2012-04-15connman-gnome: connman 0.79 API fixesPaul Eggleton
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>
2012-04-11connman: add ofono dependency.Lianhao Lu
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>
2012-04-06connman: Fixed multilib support.Lianhao Lu
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>
2012-03-24PPP: Remove leftover reference to "nylon" distro from PPP recipe.Robert P. J. Day
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>
2012-03-23ppp: drop unneeded pkg-postinstAndreas Oberritter
* 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>
2012-03-22gst-plugins-bluetooth: Don't install headers, man pages or .pc filesRichard Purdie
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>
2012-03-22ofono: use systemd_unitdirAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-22bluez4: use systemd_unitdirAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-22avahi.inc: use systemd_unitdirAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-22Fix common typoes "existant", "dependant" and variationsRobert P. J. Day
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>
2012-03-21openssl: upgrade to 1.0.0.hScott Garman
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>
2012-03-21resolvconf: Upgrade to 1.64Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-03-21libpcap: upgrade to 1.2.1Shane Wang
Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-03-21gst-plugin-bluetooth: Fix package warningsSaul Wold
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>
2012-03-21gst-plugin-bluetooth: upgrade to 4.99Shane Wang
Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-03-21bluez-hcidump: upgrade to 2.3Shane Wang
Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-03-21bluez4: upgrade to 4.99Shane Wang
Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-03-21ofono: upgrade to 1.5Shane Wang
Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-03-21telepathy-mission-control: fix package warningsSaul Wold
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>
2012-03-21telepathy-mission-control: upgrade to 5.11.0Shane Wang
Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-03-21telepathy-glib: upgrade to 0.17.5Shane Wang
Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-03-19iproute2: fix unpackaged files warningPaul Eggleton
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>
2012-03-16mobile-broadband-provider-info: Fix license warningRichard Purdie
WARNING: mobile-broadband-provider-info: No generic license file exists for: CCPD in any provider Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-15telepathy-glib: remove package warningsSaul Wold
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>