summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
Commit message (Collapse)AuthorAgeFilesLines
* Various: Switch to KERNELORG_MIRRORTom Rini2011-03-234-4/+4
| | | | | | | (From OE-Core rev: a0eeed089a5c185ef721b11828d4a27f0c03791c) Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* nfs-utils: fix "sh: bad number" error on start/stop of nfsserverPaul Eggleton2011-03-181-1/+1
| | | | | | | | | | | Adds a test to avoid the "sh: bad number" error message during service start or stop of nfsserver when there is no NFS_SERVERS value set in /etc/default/nfsd. (From OE-Core rev: 0f2debd9360abac54d3e44551af309f0bdde96e7) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Update SRC_URIs to use BPN instead of PNRichard Purdie2011-03-1410-10/+10
| | | | | | | | [YOCTO #860] (From OE-Core rev: 09ed5de9624be38c0fa5cb3f943691c3b4a50686) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* openssh: allow the openssh meta package to be emptyScott Garman2011-03-101-1/+3
| | | | | | | | | | | This allows the openssh meta-package to be used in the poky-ssh task. Otherwise there will be no package named openssh to install during image creation. (From OE-Core rev: 9f4747a1e7e04e0b08b7b402bd8dd7cf8ccd0166) Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* telepathy-python: Fix parallel make issue.Dongxiao Xu2011-03-102-2/+43
| | | | | | | | | | | | There is a missing dependency (creation of "src/_generated" directory) of some tasks. Add it to fix the parallel make issue. [YOCTO #783] (From OE-Core rev: 184b5c83df9ecdb1891b760155d6a9ce587531ae) Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* connman: add xuser to the dbus permission listDongxiao Xu2011-03-082-1/+23
| | | | | | | | | | | | | | Some platform (like atom-pc) enables rootless X, thus the connman frontend run on it need the permission to connect with connman by dbus. This commit grants permission to xuser. This fixes [YOCTO #779] (From OE-Core rev: cfbf50c235c2faeb53f43b42a12c49c022288488) Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* openssl: fix parallel makeQing He2011-02-173-4/+22
| | | | Signed-off-by: Qing He <qing.he@intel.com>
* connman-gnome: Enable config menu popup even services are not availableDongxiao Xu2011-02-172-2/+22
| | | | | | | | | | | User may still want to configure networks even if current services are not available, for example, set online/offline mode, etc. Enable the popup menu even if the status is unavailable. This fixes [BUGID #472] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* gypsy: Change gypsy upstream repo addressDongxiao Xu2011-02-152-9/+15
| | | | | | This fixes [BUGID #623]. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* wpa-supplicant: change dbus interfaceDongxiao Xu2011-02-143-3/+5
| | | | | | | | | | | The new interface "fi.w1.wpa_supplicant1" is used in latest connman, thus add it in the wpa_supplicant default configuration. Besides, enable netlink support with libnl 2.0 mode. [BUGID #603] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* recipes: pre/post actionsMark Hatle2011-02-122-4/+4
| | | | | | | | A number of the recipes did not properly label their pre and post actions, causing the actions to occur in all split packages. This was corrected by defaulting to _${PN} in most cases. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* wpa-supplicant 0.7.3: fix packaging of dbus service files and fix layout ↵Koen Kooi2011-02-032-3/+4
| | | | | | | variables Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* avahi: prevent unnecessary runtime dependency on gtk+Paul Eggleton2011-02-012-2/+9
| | | | | | | | | * Move avahi-discover-standalone to avahi-ui-utils as it's a GUI tool * Split out avahi-ui dev files from avahi-dev to a libavahi-ui-dev package (using the new nodeprrecs flag to avoid automatic RRECOMMENDS calculation for avahi-dev) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* ofono: Fix missing dependency on udevSaul Wold2011-01-271-1/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* nfs-utils, e2fsprogs, mtd-utils, libsm: bump PRPaul Eggleton2011-01-241-1/+1
| | | | | | | | This ensures package runtime dependencies are up-to-date after splitting out libuuid and libblkid in util-linux recipe Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Qing He <qing.he@intel.com>
* staging: Use relative path in sysroot-destdir for target recipesDongxiao Xu2011-01-211-2/+2
| | | | | | | | | | Original we used absolute path in sysroot-destdir for both native and target recipes. This commit changes target recipes to use relative path which is same as the image directory. [sgw: merged with libtool sysroot work] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* resolvconf: upgrade to version 1.48Qing He2011-01-211-3/+4
| | | | | | from 1.43 Signed-off-by: Qing He <qing.he@intel.com>
* libnfsidmap: upgrade to version 0.24Qing He2011-01-212-3/+18
| | | | | | from 0.23 Signed-off-by: Qing He <qing.he@intel.com>
* openssl: drop the valgrind patch that introduce a security holeIlya Yanok2011-01-202-16/+0
| | | | | | | | | | debian/valgrind.patch is the 'famous' Debian OpenSSL patch responsible for everyone using Debian and derivatives changing their keys. All keys generated with the patched OpenSSL are compromised so at very least we have to drop this patch for good. Signed-off-by: Ilya Yanok <yanok@emcraft.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* wpa-supplicant 0.7.3: fix dbus service activationKoen Kooi2011-01-122-1/+4
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* wpa-supplicant 0.7: fix GNU HASH QA issueKoen Kooi2011-01-122-2/+2
| | | | | | | | | The recipe was unsetting LDFLAGS, resulting in: NOTE: QA Issue: No GNU_HASH in the elf binary: '/OE/tentacle/build/tmp-angstrom_2010_x/work/armv7a-angstrom-linux-gnueabi/wpa-supplicant-0.7.3-r0/packages-split/wpa-supplicant/usr/sbin/wpa_supplicant' Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* recpies: use SRCPV instead of SRCREV for PVYu Ke2011-01-062-2/+2
| | | | | | | | SRCPV is intended being used by PV, some recipes still use SRCREV for PV, which is not correct. This patch fix all the misusage. Signed-off-by: Yu Ke <ke.yu@intel.com>
* connman-gnome: update service nameDongxiao Xu2010-12-302-2/+39
| | | | | | | | | | | Since connman-0.64, the D-BUS service name changed from "org.moblin.connman" domain to the "net.connman" one. Thus change connman-gnome accordingly. This fixes [BUGID #619]. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* connman: upgrade to version 0.65Dongxiao Xu2010-12-304-2/+2
| | | | | | upgrade from 0.64 to 0.65 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* telepathy-mission-control: upgrade to version 5.7.1Dongxiao Xu2010-12-301-2/+2
| | | | | | upgrade from 5.7.0 to 5.7.1 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* telepathy-python: upgrade to version 0.15.19Dongxiao Xu2010-12-301-3/+3
| | | | | | upgrade from 0.15.18 to 0.15.19 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* telepathy-idle: upgrade to version 0.1.7Dongxiao Xu2010-12-301-2/+2
| | | | | | upgrade from 0.1.6 to 0.1.7 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* telepathy-glib: upgrade to version 0.13.6Dongxiao Xu2010-12-301-2/+2
| | | | | | upgrade from 0.13.5 to 0.13.6 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* bluez4: upgrade to version 4.82Dongxiao Xu2010-12-305-2/+2
| | | | | | upgrade from 4.79 to 4.82. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* ofono: upgrade to version 0.37Dongxiao Xu2010-12-302-9/+9
| | | | | | upgrade from 0.33 to 0.37 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* bind: update to 8.7.2-P3Saul Wold2010-12-303-2/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* update-rc.d: Allow the primary deamon package to be specified in UPDATERCPN, ↵Richard Purdie2010-12-301-4/+2
| | | | | | update gsmd to use this Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* RDEPENDS, RRECOMMENDS -> RDPEPENDS_${PN}, RRECOMMENDS_${PN}Koen Kooi2010-12-306-11/+11
| | | | | | | For these recipes the dependencies listed in RDEPENDS and RRECOMMENDS only apply to ${PN} Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* connman: Update to 0.64 to solve build issue with .37 kernel headersSaul Wold2010-12-234-2/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* connman-gnome: Remove the applet and properties desktop iconsDongxiao Xu2010-12-213-17/+44
| | | | | | | | | | Remove the applet and properties desktop icons, since the connman-properties program should be invoked by tool bar, while connman-applet is launched by autostart. This fixes [BUGID #506] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* avahi: Fix typo in summaryMark Hatle2010-12-161-1/+1
| | | | | | Fix a simple typo in the summary. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* openssl: restore -Wall flagPaul Eggleton2010-12-162-2/+2
| | | | | | | | The -Wall flag was unintentionally removed from the end of the CFLAG var in 089612794d4d8d9c79bd2a4365d6df78371f7f40 by me. This patch puts it back in. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* SRC_URI Checksums AdditionalsSaul Wold2010-12-0924-2/+73
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* bluez-dtl1-workaround: update LIC_FILES_CHKSUM infoDongxiao Xu2010-12-092-2/+348
| | | | | | Import GPLv2 COPYING file. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* openssl-native: disable execstack flag to prevent problems with SELinuxPaul Eggleton2010-12-092-2/+6
| | | | | | | | | The execstack flag gets set on libcrypto.so by default which causes SELinux to prevent it from being loaded on systems using SELinux, which includes Fedora. This patch disables the execstack flag. (Note: Red Hat do this in their openssl packaging.) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* gupnp: upgrade to version 0.14.0Dongxiao Xu2010-12-081-2/+8
| | | | | | | | | | Derive introspection.m4 from gobject-introspection package to solve the autoreconf issue. Add option "--disable-introspection" since gobject-introspection breaks cross compile. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* gssdp: upgrade to version 0.9.0Dongxiao Xu2010-12-082-1/+112
| | | | | | | | | | Derive introspection.m4 from gobject-introspection package to solve the autoreconf issue. Add option "--disable-introspection" since gobject-introspection breaks cross compile. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* telepathy-python: Make sure py files are packages correctlyRichard Purdie2010-12-071-1/+6
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gupnp: add gnome-icon-theme to DEPENDSSaul Wold2010-12-061-1/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* bluez-hcidump: update LICENSE and LIC_FILES_CHKSUM infoDongxiao Xu2010-12-061-1/+3
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* ppp-dialin: update LIC_FILES_CHKSUM infoDongxiao Xu2010-12-061-0/+2
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* telepathy-glib: update LIC_FILES_CHKSUM infoDongxiao Xu2010-12-061-1/+1
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* Drop AUTOTOOLS_STAGE_PKGCONFIG variable as its not used anywhereRichard Purdie2010-12-051-1/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Revert "gssdp: Upgrade to version 0.9.0"Saul Wold2010-12-031-3/+0
| | | | | | | This reverts commit 0cd2a26ff6fe573ffcec942f2db4e96db2d391e7. This does not build, so reverting Signed-off-by: Saul Wold <sgw@linux.intel.com>
* Revert "gssdp: Disable gobject introspection explicitly"Saul Wold2010-12-031-2/+0
| | | | | | | This reverts commit 35c948f38495d49dde1043d14a914cf4047a972a. There is not --disable-interospection Signed-off-by: Saul Wold <sgw@linux.intel.com>