summaryrefslogtreecommitdiff
path: root/meta/recipes-connectivity
Commit message (Collapse)AuthorAgeFilesLines
* Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie2011-11-101-1/+1
| | | | | | | | | | | | | | | This is the result of running the following over the metadata: sed \ -e 's:bb.data.\(setVar([^,()]*,[^,()]*\), *\([^ )]*\) *):\2.\1):g' \ -e 's:bb.data.\(setVarFlag([^,()]*,[^,()]*,[^,()]*\), *\([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,()]*\), *\([^(), ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,()]*,[^,()]*\), *\([^(), ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,()]*,[^,()]*\), *\([^() ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,()]*\), *\([^) ]*\) *):\2.\1):g' \ -i `grep -ril bb.data *` Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* avahi: remove USERADDPNScott Garman2011-11-101-1/+0
| | | | | | USERADDPN is no longer used; remove it. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* dhcp: move server configuration to dhcp-server-configOtavio Salvador2011-11-082-3/+9
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* dhcp: rename dhcp4.inc to dhcp.incOtavio Salvador2011-11-082-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* dhcp: drop unused dhcp3.inc fileOtavio Salvador2011-11-081-49/+0
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* connman: split scripts into separate packageJoshua Lock2011-11-081-1/+5
| | | | | | | The connman scripts are useless without a Python interpreter so split them into a separate package and add Python to its RDEPENDS. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* gypsy: fix packagingJoshua Lock2011-11-081-2/+2
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* iproute2: update to 3.0.0 to fix build with updated iptablesKoen Kooi2011-11-074-30/+51
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman 0.75: bump PR for iptables library changeKoen Kooi2011-11-071-1/+1
| | | | | | | | | | connmand[180]: /usr/sbin/connmand: error while loading shared libraries: libxtables.so.5: cannot open shared object file: No such file or directory $ dpkg-deb -c ipk/armv7a/iptables_1.4.12.1-r0_armv7a.ipk | grep libxtables -rwxr-xr-x root/root 35252 2011-11-01 20:16 ./usr/lib/libxtables.so.7.0.0 lrwxrwxrwx root/root 0 2011-11-01 20:16 ./usr/lib/libxtables.so.7 -> libxtables.so.7.0.0 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libcense.bbclass: fix OpenSSL mappingMartin Jansa2011-11-071-1/+1
| | | | | | | | | | [YOCTO #1712] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Fixed YOCTO bug format and location Signed-off-by: Saul Wold <sgw@linux.intel.com>
* avahi: fix useradd race conditionKoen Kooi2011-11-031-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | Avahi doesn't work at boot because of: + sh /OE/../rootfs/var/lib/opkg/info/avahi-daemon.preinst Running useradd commands... grep: /OE/../rootfs/etc/passwd: No such file or directory That is due to: Package: avahi-daemon Version: 0.6.30-r9.0 [..] Depends: libavahi-core7 (>= 0.6.30), libdaemon0 (>= 0.14), libcap2 (>= 2.22), libavahi-common3 (>= 0.6.30), libdbus-1-3 (>= 1.4.12), sysvinit-pidof, libc6 (>= 2.12), libexpat1 (>= 2.0.1) After this patch: Package: avahi-daemon Version: 0.6.30-r10.0 [..] Depends: libavahi-core7 (>= 0.6.30), libdaemon0 (>= 0.14), libcap2 (>= 2.22), libavahi-common3 (>= 0.6.30), libdbus-1-3 (>= 1.4.12), sysvinit-pidof, libc6 (>= 2.12), shadow, libexpat1 (>= 2.0.1), base-passwd This also changes ${PN}-daemon to avahi-daemon to be consistent with the PACKAGES/FILES lines below Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* connman: Use useradd to add the xuser for DBusSaul Wold2011-11-022-2/+7
| | | | | | | | | | | | | Connmand needs to start as the xuser as defined in the dbus configuration and needs to share this with rootless X. Since it's possible for connmand to run on a sytem without rootless X we still need to create the user here. Useradd will fail gracefully if the user already exists. Fixes: [YOCTO #1699] Signed-off-by: Saul Wold <sgw@linux.intel.com>
* avahi: use useradd to create avahi user for avahi-daemonSaul Wold2011-11-021-7/+9
| | | | | | | | | | | | DBus was failing to start correct since the avahi user was not setup. Keep the dbus reload since this could still be installed as a package an would require a dbus restart. Fixes: [YOCTO #1699] Signed-off-by: Saul Wold <sgw@linux.intel.com>
* connman: add xtables_version to fix xtables API changeDongxiao Xu2011-11-012-1/+66
| | | | | | | | | | After upgrade iptables to a newer version, some of its API are changed. Therefore we add related fixes to the current connman. Currently we don't upgrade connman since kernel.org still doesn't work and we could not fetch the newer sources. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* telepathy-mission-control: Upgrade to version 5.9.3Dongxiao Xu2011-10-311-2/+2
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* telepathy-glib: upgrade to version 0.16.0Dongxiao Xu2011-10-311-2/+2
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* telepathy-idle: upgrade to version 0.1.10Dongxiao Xu2011-10-311-2/+2
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* recipes: bump PR after python upgradeMartin Jansa2011-10-312-1/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openssh: upgrade to 5.9p1Scott Garman2011-10-276-2/+2
| | | | Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* bluez4: Add glib-2.0 to DEPENDSKhem Raj2011-10-192-2/+2
| | | | | | | | | | | | | | | | Fixes | attrib/utils.c:25:18: fatal error: glib.h: No such file or directory | compilation terminated. | make[1]: *** [attrib/utils.o] Error 1 | make[1]: *** Waiting for unfinished jobs.... | attrib/interactive.c:27:18: fatal error: glib.h: No such file or directory | compilation terminated. | make[1]: *** [attrib/interactive.o] Error 1 | make: *** [all] Error 2 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bind 9.8.1: fix build after recent updateKoen Kooi2011-10-171-2/+3
| | | | | | | | | | | | | checking linking as -lgssapi -lkrb5 -ldes -lcrypt -lasn1 -lroken -lcom_err... no | checking linking as -lgssapi -lkrb5 -lcrypto -lcrypt -lasn1 -lroken -lcom_err... no | checking linking as -lgss -lkrb5... no | configure: error: could not determine proper GSSAPI linkage | + bbfatal 'oe_runconf failed' | + echo 'ERROR: oe_runconf failed' Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bluez4: disable hidd, pand & dundPaul Eggleton2011-10-172-4/+4
| | | | | | | These daemons have been deprecated for some time, as their functionality is now provided within the main bluetoothd daemon. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* resolvconf: Update to 1.61Saul Wold2011-10-171-3/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* bind: update to 9.8.1Saul Wold2011-10-173-5/+5
| | | | | | | | The COPYRIGHT File was updates for both Year and showing the complete list of contributors, this change effectively adds BSD equivlant to the licensing terms. Signed-off-by: Saul Wold <sgw@linux.intel.com>
* nfs-utils: separate nfs-utils-client and nfs-utils-statsMartin Jansa2011-10-141-2/+7
| | | | | | | * move python runtime dependency only to nfs-utils-stats Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bluez4: Add ending quote of FILES_${PN}-dbgNoor Ahsan2011-10-141-1/+1
| | | | | | * .debug directory was being moved in bluez4 package. Although we have asked to move it in bluez4-dbg package but as FILES_${PN}-dbg was not having ending quote, .debug folder was not being moved to correct directory in packages-split. Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
* Use useradd and update-rc.d classes in the OpenSSH recipeJulian Pidancet2011-10-101-21/+8
| | | | | | | | | | | | | | | The current sshd postinst and postrm scripts in the OpenSSH make the package dependant of the adduser/addgroup scripts which may not be available on all systems. This patch replaces the sshd postinst and postrm scripts with proper usage of the useradd and update-rc.d classes. This patch had been modified from the previous proposed version to use useradd long options for more clarity. Signed-off-by: Julian Pidancet <julian.pidancet@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* connman: Drop hal dependency and udev configure option, neither is usedRichard Purdie2011-10-102-2/+1
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Improve handling of 'all' architecture recipes and their interaction with sstateRichard Purdie2011-10-041-5/+3
| | | | | | | | | | | | * Jansa: rebased on current master, added nocompiler patch also to font-alias, dropped allarch from linux-firmware, gnome-icon-theme, hal-info as those are checking compiler (ie in intltool check) and better to build them as default arch instead of rebuilding after every machine change. * this is also part of [BUGID# 1075] Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Add proper deps for nfs-utils, util-linux, and straceMatthew McClintock2011-09-291-1/+1
| | | | | | | | | | | | These packages need these deps for the RPM generation stage: error: Failed dependencies: | /usr/bin/python is needed by nfs-utils-1.2.3-r2.ppce5500 | /usr/bin/perl is needed by util-linux-2.19.1-r4.ppce5500 | /usr/bin/perl is needed by strace-4.5.20-r2.ppce5500 Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* openssl: Ensure perl scripts reference the correct perlRichard Purdie2011-09-282-1/+2
| | | | | | Without this change the perl path from the build system is used. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* avahi: fix avahi-systemd dependenciesKoen Kooi2011-09-271-1/+3
| | | | | | During the avahi-ui split the RDEPENDS line got dropped leading to: http://git.angstrom-distribution.org/cgi-bin/cgit.cgi/testlab/commit/?h=yocto&id=ae0db0eb51bde42f09b9513842c3b745c37c60d5 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* bluez4: split gstreamer plugin into a seperate recipeKoen Kooi2011-09-223-42/+72
| | | | | | | | | This eliminates a good chunk of buildtime when building console-only image. The bluez4 and this recipe share a .inc file since the source is the same. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* avahi: include dbus interfaces definitions into daemon packageDmitry Eremin-Solenikov2011-09-221-1/+2
| | | | | Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bluez4: Replace deprecated configure switchMarko Katić2011-09-221-2/+2
| | | | | | | | | | | | "--enable-configfiles" is deprecated upstream. Here is the original reason & patch: http://www.spinics.net/lists/linux-bluetooth/msg14266.html Replace "--enable-configfiles" with "--enable-datafiles" in the bluez4 recipe. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* avahi: Refactor recipe to move UI to avahi-uiSaul Wold2011-09-213-42/+87
| | | | | | | | | | | | [YOCTO #1492] This patch refactors avahi into a core non ui and avahi-ui, OE-Classic has a similar factoring, and it was used as a refernce to make this occur correctly here. This allows the package to be built without gtk and GPLv3 issues. Signed-off-by: Saul Wold <sgw@linux.intel.com>
* openssh: update init script to create ECDSA keys if neededMartin Jansa2011-09-152-1/+5
| | | | | | | * Starting with openssh-5.8p1, the server will default to a newer key algorithm (ECDSA). Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* avahi: only use gtk if DISTRO_FEATURES includes x11Phil Blundell2011-09-071-1/+3
| | | | | | | Otherwise avahi isn't buildable for an x11-less DISTRO. Signed-off-by: Phil Blundell <philb@gnu.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* resolvconf: switch to 1.59 as 1.58 was removed from debian ftpEric Bénard2011-09-071-2/+2
| | | | | Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* telepathy-python: avoid duplicated installation of errors.pyDongxiao Xu2011-09-072-2/+29
| | | | | | | | | | | | telepathy-python install fails on latest Fedora 16 due to the tighter check of duplicated file installation. Remove one errors.py entry in Makefile.am to fix this issue. [YOCTO #1453] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* connman-gnome: Fix WiFi security display issueDongxiao Xu2011-08-312-2/+44
| | | | | | | | | | | Latest connman-0.75 change the WiFi security type, causing the incompatibility of connman-gnome. Fix connman-gnome accordingly to show the correct security informtion. [YOCTO #1343] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* recipes: Delete patch=1, its default and replace pnum with striplevelKhem Raj2011-08-236-8/+8
| | | | | | | Some place pnum=1 is used which is removed as well since striplevel=1 is default Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bluez4: drop usbpath from DEPENDSJoshua Lock2011-08-191-1/+1
| | | | | | | | | We don't (currently) have usbpath in oe-core, so drop it from the DEPENDS to make BlueZ buildable again. Signed-off-by: Joshua Lock <josh@linux.intel.com> CC: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bluez4: update recipe from meta-oeMartin Jansa2011-08-191-11/+6
| | | | | | | | | | * fix DEPENDS * fix typo in --enable-pandd option * remove unsupported options * update packaging * remove distro override which doesn't belong to oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ofono: conditionally enable bluetoothAnders Darander2011-08-173-1/+6
| | | | | | | Use DISTRO_FEATURE to conditionally depend on bluez4, as well as enabling bluetooth. Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* connman: use DISTRO_FEATURES to enable wifi and bluetoothAnders Darander2011-08-171-2/+2
| | | | | | As wifi and bluetooth is set in DISTRO_FEATURES, connman should respect this during configuring. Signed-off-by: Anders Darander <anders@chargestorm.se>
* bluez-hcidump: upgrade from 2.0 to 2.1Dexuan Cui2011-08-161-2/+2
| | | | | | | | | | | [YOCTO #1371] Recently bluez4 was updated from 4.82 to 4.96 and bluez-hcidump can't build: src/hcidump.c:54:24: error: redefinition of 'ntoh64'. In 2.1 the duplicated definition of ntoh64 was removed. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* bluez4: Added new recipe 4.96 and removed 4.82 versionNoor Ahsan2011-08-155-73/+2
| | | | | | * Added new recipe 4.96 and removed 4.82 version and its files. Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
* SRC_URI: Using BPN instaed of PN.Lianhao Lu2011-08-051-1/+1
| | | | | | | | [YOCTO #1333] In multilib cases, PN has the prefix of MLPREFIX. It is not correct to use PN in SRC_URI. We should use the pruned BPN instead. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
* SRC_URI, S: use BPN instead of PN for multilib caseYu Ke2011-08-046-6/+6
| | | | | | | | | in multilibcase, PN has multilib prefix, so it is not correct to use PN in SRC_URI and S. instead, we've dedicately pruned multilib prefix in BPN, so BPN is the right alternative for PN. Signed-off-by: Yu Ke <ke.y@intel.com>