[oe] [meta-gnome][PATCH 17/17] evolution-data-server: Don't use explicit version number for libebook

2019-08-22 Thread Piotr Tworek
All the other libraries which have version number in their names use wildcard when listed in FILES. To be consistent do the same for libebook. Signed-off-by: Piotr Tworek --- meta-gnome/recipes-gnome/eds/evolution-data-server_3.32.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[oe] [meta-gnome][PATCH 16/17] evolution-data-server: Remove unused FILES paterns.

2019-08-22 Thread Piotr Tworek
It seems current versions of EDS do not istall anything into ${datadir}/evolution-data-server-1.4. No such directory even exists. Signed-off-by: Piotr Tworek --- .../recipes-gnome/eds/evolution-data-server_3.32.4.bb | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git

[oe] [meta-gnome][PATCH 14/17] evolution-data-server: Add PACKAGECONFIG entry for phonenumber.

2019-08-22 Thread Piotr Tworek
-LC_MESSAGES-for-address-localization-when-LC_ADD.patch @@ -0,0 +1,33 @@ +From 95425206e7317e59b7ca06d7f838ad357cdd200c Mon Sep 17 00:00:00 2001 +From: Piotr Tworek +Date: Wed, 14 Aug 2019 00:31:54 +0200 +Subject: [PATCH 5/7] Use LC_MESSAGES for address localization when LC_ADDRESS + is not available

[oe] [meta-gnome][PATCH 15/17] evolution-data-server: Use SRC_URI provided by gnomebase.

2019-08-22 Thread Piotr Tworek
Its a GNOME pacakge and SRC_URI provided by gnomebase bbclass is good enough. No need to duplicate it. Signed-off-by: Piotr Tworek --- .../eds/evolution-data-server_3.32.4.bb | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/meta-gnome/recipes-gnome

[oe] [meta-gnome][PATCH 10/17] evolution-data-server: Fix package gobject-introspection support.

2019-08-22 Thread Piotr Tworek
It has been broken since the pacakge was migrated from autotools to cmake. Make it usable once again. Signed-off-by: Piotr Tworek --- ...ntrispection-support-to-work-with-OE.patch | 75 +++ .../eds/evolution-data-server_3.32.4.bb | 21 -- 2 files changed, 90 insertions

[oe] [meta-gnome][PATCH 13/17] evolution-data-server: Add weather PACKAGECONFIG feature.

2019-08-22 Thread Piotr Tworek
This depends on libgweather which is currently not provided in meta-gnome. The feature builds and works if the recipe is shipped in another meta layer. Make it easy to switch it on. Signed-off-by: Piotr Tworek --- meta-gnome/recipes-gnome/eds/evolution-data-server_3.32.4.bb | 2 +- 1 file

[oe] [meta-gnome][PATCH 09/17] evolution-data-server: Drop glade file references.

2019-08-22 Thread Piotr Tworek
Build output no longer contains any glade files. Signed-off-by: Piotr Tworek --- meta-gnome/recipes-gnome/eds/evolution-data-server_3.32.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/eds/evolution-data-server_3.32.4.bb b/meta-gnome/recipes

[oe] [meta-gnome][PATCH 12/17] evolution-data-server: Turn goa support into PACKAGECONFIG feature.

2019-08-22 Thread Piotr Tworek
Although gnome-online-accounts is currently not provided by meta-gnome the feature works fine if the requried recipe is available in another meta layer. Make it easy to enable goa support in such case. Signed-off-by: Piotr Tworek --- meta-gnome/recipes-gnome/eds/evolution-data-server_3.32.4.bb

[oe] [meta-gnome][PATCH 11/17] evolution-data-server: Add PACKAGECONFIG for vala bindings.

2019-08-22 Thread Piotr Tworek
EDS does offer vala bindings and there are a few GNOME pacakges which use them. Make it possible to enable them in OE. Signed-off-by: Piotr Tworek --- .../recipes-gnome/eds/evolution-data-server_3.32.4.bb | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/meta-gnome

[oe] [meta-gnome][PATCH 07/17] evolution-data-server: Add PACKAGECONFIGs for oauth2 and kerberos.

2019-08-22 Thread Piotr Tworek
Dependencies for both features are present in either oe-core oe meta-openembedded meta layer. Both features build and work without any additional modifications. Signed-off-by: Piotr Tworek --- meta-gnome/recipes-gnome/eds/evolution-data-server_3.32.4.bb | 4 ++-- 1 file changed, 2 insertions

[oe] [meta-gnome][PATCH 08/17] evolution-data-server: Drop ENABLE_UOA from EXTRA_OECMAKE.

2019-08-22 Thread Piotr Tworek
This cmake option is not used by this package anymore. Signed-off-by: Piotr Tworek --- meta-gnome/recipes-gnome/eds/evolution-data-server_3.32.4.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/eds/evolution-data-server_3.32.4.bb b/meta-gnome/recipes-gnome/eds

[oe] [meta-gnome][PATCH 05/17] evolution-data-server: Specify SYSCONF_INSTALL_DIR in EXTRA_OECMAKE.

2019-08-22 Thread Piotr Tworek
Without this package config files end up being installed in /usr/etc. Signed-off-by: Piotr Tworek --- meta-gnome/recipes-gnome/eds/evolution-data-server_3.32.4.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-gnome/recipes-gnome/eds/evolution-data-server_3.32.4.bb b/meta-gnome

[oe] [meta-gnome][PATCH 06/17] evolution-data-server: Drop bits related to autotools

2019-08-22 Thread Piotr Tworek
The package uses cmake nowadays. It has no need for EXTRA_OECONF. The build process does not produce any la files. Signed-off-by: Piotr Tworek --- .../recipes-gnome/eds/evolution-data-server_3.32.4.bb | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/meta-gnome

[oe] [meta-gnome][PATCH 02/17] evolution-data-server: Drop x11 as required distro feature.

2019-08-22 Thread Piotr Tworek
The package does not actually need X11 to build and work. Its perfectly usable in headless or wayland only setups. Signed-off-by: Piotr Tworek --- meta-gnome/recipes-gnome/eds/evolution-data-server_3.32.4.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-gnome

[oe] [meta-gnome][PATCH 04/17] evolution-data-server: Add dedicated packages for libebook-contacts.

2019-08-22 Thread Piotr Tworek
Most binary distributions package those libraries separetely. Also do it in OE. Signed-off-by: Piotr Tworek --- .../recipes-gnome/eds/evolution-data-server_3.32.4.bb | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/eds/evolution-data

[oe] [meta-gnome][PATCH 01/17] evolution-data-server: Update to version 3.32.4

2019-08-22 Thread Piotr Tworek
compiled in the do_compile_prepend step. Custom patch is then used to modify project cmake files to invoke provided host tools instead of those produced during cross build. Signed-off-by: Piotr Tworek --- ...keLists.txt-Remove-TRY_RUN-for-iconv.patch | 20 ...txt-remove

[oe] [meta-gnome][PATCH 03/17] evolution-data-server: Inherit upstream-version-is-even bbclass.

2019-08-22 Thread Piotr Tworek
Many GNOME projects including eds use versioning scheme checked by this bbclass. Signed-off-by: Piotr Tworek --- meta-gnome/recipes-gnome/eds/evolution-data-server_3.32.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/eds/evolution-data

[oe] evolution-data-server: Update to 3.32.4 and cleanup the recipe

2019-08-22 Thread Piotr Tworek
The goal of this patchset is to update evolution-data-server to latest stable version 3.32.4 and make a series of improvements and cleanups. Most of the patches from this set have previously been submitted as one monolithic patch titled "evolution-data-server: Update to version 3.32.4" This new

Re: [oe] [meta-gnome][PATCH v2 3/3] evolution-data-server: Update to version 3.32.4

2019-08-22 Thread Piotr Tworek
Raj wrote: I still see https://errors.yoctoproject.org/Errors/Details/264721/ On Wed, Aug 21, 2019 at 11:49 AM Piotr Tworek wrote: This is the latest stable upstream release. Unfortunately the package needs a bit more than a simple version bump to be in a good shape. The list of changes includes

[oe] [meta-oe][PATCH v2] libmxml: Use autotools bbclass and cleanup the recipe a bit.

2019-08-22 Thread Piotr Tworek
snapshot, while in reality its for latest stable upstream release of the package. Last but not least this patch removes the bin package. Current versions of mxml no longer provide any tools. The package was empty. Signed-off-by: Piotr Tworek --- .../recipes-support/libmxml/libmxml_3.0.bb| 33

Re: [oe] [meta-oe][PATCH] libmxml: Use autotools bbclass and cleanup the recipe a bit.

2019-08-22 Thread Piotr Tworek
Thanks! this solves the problem in a much cleaner way. I'll push v2 soon. EXTRA_AUTORECONF = “--exclude=autopoint,autoheader" On Aug 21, 2019, 12:12 PM -0700, Piotr Tworek , wrote: The package does use autotools based build systemd but it comes with a bit of a twist. It explicitly disa

[oe] [meta-oe][PATCH] libmxml: Use autotools bbclass and cleanup the recipe a bit.

2019-08-21 Thread Piotr Tworek
release of the package. Fortunately for us upstream also tags releases in git so we can use those tags to fetch correct version of the sources. Last but not least this patch removes the bin package. Current versions of mxml no longer provide any tools. The package was empty. Signed-off-by: Piotr

[oe] [meta-gnome][PATCH v2 3/3] evolution-data-server: Update to version 3.32.4

2019-08-21 Thread Piotr Tworek
* Drop X11 as a required distro feature to build eds. Signed-off-by: Piotr Tworek --- ...keLists.txt-Remove-TRY_RUN-for-iconv.patch | 20 +++-- ...txt-remove-CHECK_C_SOURCE_RUNS-check.patch | 10 +-- ...the-Novell-sample-contact-with-somet.patch | 10 +-- ...x-to-exacutables-produced-and-run-du.

Re: [oe] [meta-gnome][PATCH 3/3] evolution-data-server: Update to version 3.32.4

2019-08-21 Thread Piotr Tworek
Ah, dumb mistake, the custom build in do_configure_prepend should call pkg-config-natiive instead of pkg-config. I'll push v2 version of the patch soon. On 21/08/2019 00:55, Khem Raj wrote: https://errors.yoctoproject.org/Errors/Details/264457/ On Tue, Aug 20, 2019 at 11:54 AM Piotr Tworek

[oe] [meta-gnome][PATCH 3/3] evolution-data-server: Update to version 3.32.4

2019-08-20 Thread Piotr Tworek
additional dependencies the package has. * Drop X11 as a required distro feature for eds. Signed-off-by: Piotr Tworek --- ...keLists.txt-Remove-TRY_RUN-for-iconv.patch | 20 +++-- ...txt-remove-CHECK_C_SOURCE_RUNS-check.patch | 10 +-- ...the-Novell-sample-contact-with-somet.patch | 10 +-- ...x-to-e

[oe] [meta-gnome][PATCH 2/3] gnome-keyring: Update to version 3.28.2

2019-08-20 Thread Piotr Tworek
ac_cv_path_SSH_ADD and ac_cv_path_SSH_AGENT. Without those configure can fail if the host system does not have both tools instsalled in /usr/bin. Signed-off-by: Piotr Tworek --- ...keyring_3.20.0.bb => gnome-keyring_3.28.2.bb} | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) ren

[oe] [meta-gnome][PATCH 1/3] gnome-bluetooth: Update to version 3.32.1.

2019-08-20 Thread Piotr Tworek
by bluez5 (it talks to bluez stack via dbus) this dependency won't be added automatically. 5. Inherit upstream-version-is-even since GNOME packages do follow versioning convention checked by this bbclass. Signed-off-by: Piotr Tworek --- .../gnome-bluetooth/gnome-bluetooth_3.18.2.bb | 19

[oe] [meta-gnome][PATCH v2] libgee: Update to version 0.20.2

2019-08-19 Thread Piotr Tworek
This is the latest upstream stable version of this package. While doing the update also switch the package to use gnomebase bbclass from oe-core. This bbclass uses much better SRC_URI pattern that can also use GNOME mirrors. Signed-off-by: Piotr Tworek --- .../libgee/{libgee_0.20.1.bb

[oe] [meta-gnome][PATCH v2] libgee: Update to version 0.20.2

2019-08-18 Thread Piotr Tworek
This is the latest upstream stable version of this package. While doing the update also switch the package to use gnomebase bbclass from oe-core. This bbclass uses much better SRC_URI pattern that can also use GNOME mirrors. Signed-off-by: Piotr Tworek --- .../libgee/{libgee_0.20.1.bb

Re: [oe] [meta-gnome][PATCH 3/3] libgee: Update to version 0.20.2

2019-08-18 Thread Piotr Tworek
On 18/08/2019 02:21, Khem Raj wrote: On Sat, Aug 17, 2019 at 3:01 PM Piotr Tworek wrote: This is the latest upstream stable version of this package. While doing the update also switch the package to use gnomebase bbclass from oe-core. This bbclass uses much better SRC_URI pattern that can

[oe] [meta-gnome][PATCH 2/3] libgdata: Update to version 0.17.10.

2019-08-17 Thread Piotr Tworek
the package has. The defaults config is left unchanged compared to the previous version. Signed-off-by: Piotr Tworek --- .../recipes-gnome/libgdata/libgdata_0.16.1.bb | 33 --- .../libgdata/libgdata_0.17.10.bb | 30 + 2 files changed, 30 insertions(+), 33

[oe] [meta-gnome][PATCH 3/3] libgee: Update to version 0.20.2

2019-08-17 Thread Piotr Tworek
This is the latest upstream stable version of this package. While doing the update also switch the package to use gnomebase bbclass from oe-core. This bbclass uses much better SRC_URI pattern that can also use GNOME mirrors. Signed-off-by: Piotr Tworek --- .../libgee/{libgee_0.20.1.bb

[oe] [meta-gnome][PATCH 1/3] gnome-themes-standard: Update to version 3.28

2019-08-17 Thread Piotr Tworek
by this bbclass. Signed-off-by: Piotr Tworek --- ...rd_3.22.3.bb => gnome-themes-standard_3.28.bb} | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) rename meta-oe/recipes-gnome/gnome-themes/{gnome-themes-standard_3.22.3.bb => gnome-themes-standard_3.28.bb} (73%) diff --git

[oe] [meta-oe][PATCH 2/2] telepathy-glib: Enable vala bindings

2019-08-17 Thread Piotr Tworek
The package does offer optional vala bindings. They are used by gnome components like folks library. Since vala bindings do not affect main package and only add two small files in dev package enable them by default. Signed-off-by: Piotr Tworek --- .../recipes-connectivity/telepathy/telepathy

[oe] [meta-oe][PATCH 1/2] telepathy-glib: Update to version 0.24.1

2019-08-17 Thread Piotr Tworek
This is the latest upstream bugfix release. Signed-off-by: Piotr Tworek --- .../{telepathy-glib_0.24.0.bb => telepathy-glib_0.24.1.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-connectivity/telepathy/{telepathy-glib_0.24.0.bb => telepathy-glib_

[oe] [meta-oe][PATCH] itstool: Don't use hardcoded, absolute path to python3 binary.

2019-07-27 Thread Piotr Tworek
Signed-off-by: Piotr Tworek --- ...ld-time-hardcoded-python-binary-path.patch | 29 +++ .../recipes-support/itstool/itstool_2.0.5.bb | 8 ++--- 2 files changed, 31 insertions(+), 6 deletions(-) create mode 100644 meta-oe/recipes-support/itstool/itstool/0001-Don-t-use-build-time-hardco

Re: [oe] [meta-oe] zsh: Add initial recipe for version 4.3.17.

2012-03-06 Thread Piotr Tworek
On 03/06/2012 02:59 AM, Khem Raj wrote: On (05/03/12 21:53), Peter Tworek wrote: Run tested on netbook pro. Signed-off-by: Peter Tworek tworaz...@gmail.com --- meta-oe/recipes-extended/zsh/zsh_4.3.17.bb | 51 1 files changed, 51 insertions(+), 0

Re: [oe] [meta-oe] zsh: Add initial recipe for version 4.3.17.

2012-03-06 Thread Piotr Tworek
On 03/06/2012 10:25 PM, Khem Raj wrote: On Tue, Mar 6, 2012 at 11:14 AM, Piotr Tworek tworaz...@gmail.com wrote: On 03/06/2012 02:59 AM, Khem Raj wrote: On (05/03/12 21:53), Peter Tworek wrote: Run tested on netbook pro. Signed-off-by: Peter Tworek tworaz...@gmail.com --- meta-oe/recipes