summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
AgeCommit message (Collapse)Author
2011-05-04poky-default-revisions: move the SRCREV to recipe fileYu Ke
in this case, those non poky distro can also use these recipe normally Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-05-03libnss-mdns: add $D to postinst pathsIlya Yanok
Post installation script can be called during image creation so paths should relative to $D. Signed-off-by: Ilya Yanok <yanok@emcraft.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-28gupnp-av: upgrade to version 0.8.0Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-28bluez-hcidump: upgrade to version 2.0Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-22ofono: add bluez4 to DEPENDS listSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-22avahi: Upgrade to 0.6.30 (from 0.6.28)Zhai Edwin
This upgrade fix the one security issue: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-1002 [YOCTO #975] fixed. This should be included in the Bernard point-release. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-04-20Replace POKYBASE with COREBASERichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-18openssl: upgrade to version 0.9.8rQing He
[YOCTO #979] from 0.9.8p fixes CVE-2010-4180, CVE-2010-4252, CVE-2010-0014 Signed-off-by: Qing He <qing.he@intel.com>
2011-04-18gupnp: upgrade to version 0.16.0Dongxiao Xu
Remove introspection.patch since it is already in upsteram. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-18gssdp: upgrade to version 0.10.0Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-18telepathy-mission-control: upgrade to version 5.7.9Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-18telepathy-idle: upgrade to version 0.1.8Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-18telepathy-glib: upgrade to version 0.14.3Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-18ofono: upgrade to version 0.45Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-04telepathy-glib_0.13.6.bb: inherit gettext class instead of adding gettext to ↵Khem Raj
DEPENDS directly Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04galago: inherit gettext class instead of adding gettext to DEPENDS directlyKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04avahi.inc: Conditionalize RECOMMENDS by using overridesKhem Raj
libnss-mdns is not supportable on uclibc since nss is not available on uclibc we add gettext-dev to RRECOMMENDS only of eglibc/glibc Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04recipes: Use -uclibceabi instead of -uclibcgnueabiKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-03-23Various: Update KERNELORG_MIRROR for consistencyTom Rini
In mirrors.bbclass we point into /pub but we don't in bitbake.conf. All uses of KERNELORG_MIRROR look into /pub anyhow, so lets make use of that. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-03-23Various: Switch to KERNELORG_MIRRORTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-03-18nfs-utils: fix "sh: bad number" error on start/stop of nfsserverPaul Eggleton
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. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-03-14Update SRC_URIs to use BPN instead of PNRichard Purdie
[YOCTO #860] Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-10openssh: allow the openssh meta package to be emptyScott Garman
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. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-03-10telepathy-python: Fix parallel make issue.Dongxiao Xu
There is a missing dependency (creation of "src/_generated" directory) of some tasks. Add it to fix the parallel make issue. [YOCTO #783] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-03-07connman: add xuser to the dbus permission listDongxiao Xu
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] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-02-17openssl: fix parallel makeQing He
Signed-off-by: Qing He <qing.he@intel.com>
2011-02-17connman-gnome: Enable config menu popup even services are not availableDongxiao Xu
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>
2011-02-15gypsy: Change gypsy upstream repo addressDongxiao Xu
This fixes [BUGID #623]. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-02-14wpa-supplicant: change dbus interfaceDongxiao Xu
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>
2011-02-12recipes: pre/post actionsMark Hatle
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>
2011-02-03wpa-supplicant 0.7.3: fix packaging of dbus service files and fix layout ↵Koen Kooi
variables Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-02-01avahi: prevent unnecessary runtime dependency on gtk+Paul Eggleton
* 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>
2011-01-27ofono: Fix missing dependency on udevSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-01-24nfs-utils, e2fsprogs, mtd-utils, libsm: bump PRPaul Eggleton
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>
2011-01-21staging: Use relative path in sysroot-destdir for target recipesDongxiao Xu
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>
2011-01-21resolvconf: upgrade to version 1.48Qing He
from 1.43 Signed-off-by: Qing He <qing.he@intel.com>
2011-01-21libnfsidmap: upgrade to version 0.24Qing He
from 0.23 Signed-off-by: Qing He <qing.he@intel.com>
2011-01-20openssl: drop the valgrind patch that introduce a security holeIlya Yanok
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>
2011-01-12wpa-supplicant 0.7.3: fix dbus service activationKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-01-12wpa-supplicant 0.7: fix GNU HASH QA issueKoen Kooi
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>
2011-01-06recpies: use SRCPV instead of SRCREV for PVYu Ke
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>
2010-12-30connman-gnome: update service nameDongxiao Xu
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>
2010-12-30connman: upgrade to version 0.65Dongxiao Xu
upgrade from 0.64 to 0.65 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-30telepathy-mission-control: upgrade to version 5.7.1Dongxiao Xu
upgrade from 5.7.0 to 5.7.1 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-30telepathy-python: upgrade to version 0.15.19Dongxiao Xu
upgrade from 0.15.18 to 0.15.19 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-30telepathy-idle: upgrade to version 0.1.7Dongxiao Xu
upgrade from 0.1.6 to 0.1.7 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-30telepathy-glib: upgrade to version 0.13.6Dongxiao Xu
upgrade from 0.13.5 to 0.13.6 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-30bluez4: upgrade to version 4.82Dongxiao Xu
upgrade from 4.79 to 4.82. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-30ofono: upgrade to version 0.37Dongxiao Xu
upgrade from 0.33 to 0.37 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-30bind: update to 8.7.2-P3Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>