aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/telepathy
AgeCommit message (Collapse)Author
2014-04-30telepathy-glib: upgrade to 0.24.0Cristian Iorga
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2014-02-28autotools-brokensep: Mark recipes with broken separate build dir supportRichard Purdie
This patch goes through the OE-Core recipes and marks those which use autotools but don't support a separate build directory (${S} != ${B}). A new class, autotools-brokensep is used for this purpose. This doesn't introduce any change in behaviour in its own right. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-02-28telepathy-mission-control: upgrade to 5.16.1Cristian Iorga
- Switched to {BP} variable. Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2014-02-28telepathy-glib: upgrade to 0.23.2Cristian Iorga
- switched to {BP} variable. Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2014-02-12telepathy-mission-control: typo in connectivity switchCristian Iorga
telepathy-mission-control connectivity switch was mistyped, defeating its purpose. Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-01-02telepathy-mission-control: fix HOMEPAGEPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-01-02Replace one-line DESCRIPTION with SUMMARYPaul Eggleton
A lot of our recipes had short one-line DESCRIPTION values and no SUMMARY value set. In this case it's much better to just set SUMMARY since DESCRIPTION is defaulted from SUMMARY anyway and then the SUMMARY is at least useful. I also took the opportunity to fix up a lot of the new SUMMARY values, making them concisely explain the function of the recipe / package where possible. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-11-20telepathy-idle: upgrade to 0.2.0Cristian Iorga
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> [Renamed patch directory to remove version - sgw] Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-10-30telepathy-glib: upgrade to 0.23.0Cristian Iorga
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-10-30telepathy-mission-control: upgrade to 5.16.0Cristian Iorga
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-10-14telepathy-mission-control: Add PACKAGECONFIG for upower and connectivityMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-09-24telepathy-mission-control: do_compile failed (race issue)Robert Yang
There might be an error when parallel build: [snip] Traceback (most recent call last): File "/path/to/tools/glib-gtypes-generator.py", line 304, in <module> GTypesGenerator(dom, argv[1], argv[2])() File "/path/to/tools/glib-gtypes-generator.py", line 295, in __call__ file_set_contents(self.output + '.h', ''.join(self.header)) File "/path/to/tools/libtpcodegen.py", line 42, in file_set_contents os.rename(filename + '.tmp', filename) OSError: [Errno 2] No such file or directory [snip] This is a race issue, the _gen/gtypes.h and _gen/gtypes-body.h may write(remove/rename) _gen/gtypes.tmp at the same time, then there would be the error. There was a similar bug in telepathy-glib which was already fixed, we use the similar patch to fix it here. [YOCTO #5184] Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-08-05telepathy-glib: upgrade to v0.20.4Cristian Iorga
pkgconfig.patch removed; already integrated in upstream. Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-08-05telepathy-idle: upgrade to v0.1.16Cristian Iorga
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-08-05telepathy-mission-control: upgrade to v5.15.0Cristian Iorga
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-07-09(lib)telepathy*: add missing dependency on libxslt-nativeMartin Jansa
* do_configure fails without: | configure:13590: error: xsltproc (from the libxslt source package) is required Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-01-09telepathy-mission-control: upgrade to 5.14.0Cristian Iorga
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-01-09telepathy-idle: upgrade to 0.1.14Cristian Iorga
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-01-09libtelepathy: python-native is now used during buildCristian Iorga
libtelepathy generated makefiles contain an assignment like this: PYTHON=python This could lead to potential build problems in Yocto environment because python-native is not used during the build. Fixes [YOCTO #3679] Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-12-25telepathy-glib upgrade to 0.20.1Andrei Dinu
upgrade from 0.19.8 to 0.20.1 Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com> Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-12-13telepathy-glib: remove pkgconfig dependency in pkgconfigRoss Burton
A pkg-config file depending on pkg-config doesn't really make sense, and this is causing unexpected dependencies on pkg-config at image contruction time (see Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-09-18libtelepathy: PR bump to rebuild after libffi5 -> libffi6Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-09-18recipes: few more PR bumps to rebuild after libffi5 -> libffi6Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-09-12telepathy-idle: fix parallel buildRoss Burton
Apply a patch from upstream git, and clean up our other patch so that it applies. [ YOCTO #3056 ] Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-09-03telepathy-glib: upgrade to 0.19.8Constantin Musca
Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-08-24telepathy-idle: upgrade to 0.1.12Constantin Musca
Add patch for fixing the _gen/svc-gtk-doc.h target in the makefiles. Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
2012-08-24telepathy-glib: update to 0.19.6Constantin Musca
The 0001-Fix-a-race-in-_gen-reentrant-methods.list patch is included in the 0.19.6 version. Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
2012-07-26telepathy-glib: fix a build raceRoss Burton
[YOCTO #2462] Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-07-26telepathy-mission-control: upgrade to ver. 5.13Cristian Iorga
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-07-22telepathy-python: Update for python-native changesMorgan Little
Add pythonnative to the inherits list Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-17telepathy-python: fix build with automake 1.12Nitin A Kamble
Added a new patch: telepathy-python_fix_for_automake_1.12.patch More comments in the patch header. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-17telepathy-glib: fix build with automake 1.12.xNitin A Kamble
automake 1.12.x automatically deletes empty directories, so the additional rmdir from the do_install_append fails. cleanup the do_install_append for automake 1.12.x avoid this issue: | rmdir: failed to remove `/srv/home/nitin/builds/build-gcc47/tmp/work/i586-poky-linux/telepathy-glib-0.18.1-r0/image/usr/bin': No such file or directory NOTE: package telepathy-glib-0.18.1-r0: task do_install: Failed no PR bump as no change in the output Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-05telepathy-glib: update to ver. 0.19.2Cristian Iorga
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-04telepathy-glib: update to ver. 0.19.1Cristian Iorga
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
2012-06-08telepathy-glib: update to 0.19.0Cristian Iorga
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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-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-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>
2012-03-15glib-networking: Fix packaging warningsSaul Wold
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>
2012-02-21recipes: bump PR to rebuild .la files without libz.laMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-01-02telepathy-glib: upgrade to 0.17.4Shane Wang
Signed-off-by: Shane Wang <shane.wang@intel.com>
2011-12-01telepathy-mission-control: upgrade to version 5.10.1Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-12-01telepathy-glib: upgrade to version 0.17.0Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-12-01telepathy-idle: upgrade to version 0.1.11Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30PR Bump for OpenSSL 1.0Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-31telepathy-mission-control: Upgrade to version 5.9.3Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-10-31telepathy-glib: upgrade to version 0.16.0Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>