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

2019-08-17 Thread Khem Raj
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 > also use GNOME mirrors. > >

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

2019-08-17 Thread Piotr Tworek
This is the latest upstream stable version of this library. Besides simple version bump this patch also makes the following changes: 1. Switch from autotools to meson. 2. Drop gnome-common-native from DEPENDS. Its no longer needed to build the package. 3. Drop X11 feature check. This package

[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
This is the latest upstream stable version that has been released over a year ago. It also seems that upstream has renamed the package to gnome-themes-extra. While doing the upgrade modify the recipe to use gnomebase bbclass from oe-core. This allows us to re-use SRC_URI pattern provided by this

[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 ---

[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 =>

[oe] [PATCH] ufs-tool: Do not force static linking

2019-08-17 Thread Khem Raj
build forced static linking if it detect cross-compilation, static linking with glibc does not work in all circumstances, e.g. when using clang, glibc expects libgcc to be linked in to provide unwinding, which may not be the case, ideally the symbols should be looked up independent of libraries

[oe] [meta-python][PATCH 1/2] python3-blivet: Add python3 to rdeps

2019-08-17 Thread Khem Raj
Fix do_package_qa error ERROR: QA Issue: /usr/libexec/blivetd contained in package python3-blivet requires /usr/bin/python3, but no providers found in RDEPENDS_python3-blivet? [file-rdeps] Signed-off-by: Khem Raj --- .../recipes-extended/python-blivet/python3-blivet_3.1.4.bb | 2 +- 1

[oe] [meta-initramfs][PATCH 2/2] grubby: Add bash to rdeps

2019-08-17 Thread Khem Raj
Fixes ERROR: QA Issue: /sbin/new-kernel-pkg contained in package grubby requires /bin/bash, but no providers found in RDEPENDS_grubby? [file-rdeps] I wonder if new-kernel-pkg should be packaged at all, but dracut might need to be cleaned first to not need it Signed-off-by: Khem Raj ---

[oe] [meta-initramfs][PATCH] klibc: Disable bcmp builtin for clang on glibc as well

2019-08-17 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-initramfs/recipes-devtools/klibc/klibc.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-initramfs/recipes-devtools/klibc/klibc.inc b/meta-initramfs/recipes-devtools/klibc/klibc.inc index 7faf0cabbf..86aae33407 100644 ---

[oe] [meta-webserver][PATCH 2/3] webmin: Add perl to rdeps for modules

2019-08-17 Thread Khem Raj
Fixes ERROR: webmin-1.850-r0 do_package_qa: QA Issue: /usr/libexec/webmin/ldap-client/stop.cgi contained in package webmin-module-ldap-client requires /usr/bin/perl, but no providers found in RDEPENDS_webmin-module-ldap-client? [file-rdeps] Signed-off-by: Khem Raj ---

[oe] [meta-oe][PATCH 3/3] hplip: Add python to rdeps

2019-08-17 Thread Khem Raj
Fixes ERROR: QA Issue: /usr/share/hplip/upgrade.py contained in package hplip requires /usr/bin/python, but no providers found in RDEPENDS_hplip? [file-rdeps] Signed-off-by: Khem Raj --- meta-oe/recipes-extended/hplip/hplip_3.12.6.bb | 1 + 1 file changed, 1 insertion(+) diff --git

[oe] [meta-perl][PATCH 1/3] mime-construct, libextutils-parsexs-perl: add runtime dependency on perl

2019-08-17 Thread Khem Raj
Use += so it can use the RDEPS from cpan-base class Fixes: ERROR: QA Issue: /usr/bin/mime-construct contained in package mime-construct requires /usr/bin/perl, but no providers found in RDEPENDS_mime-construct? [file-rdeps] Signed-off-by: Khem Raj ---

Re: [oe] [warrior][PATCH 0/4] vlc adjustments

2019-08-17 Thread Adrian Bunk
On Sat, Aug 17, 2019 at 10:13:35AM +0200, Andreas Müller wrote: > Some cherry-picks for vlc >... > 2.- 4. Are good enhancements. It is upon warrior maintainers if they are >important enough to make it into stable branch. > > Adrian Bunk (3): > vlc: Remove workaround and patches for problems

Re: [oe] [meta-python] [PATCH] python-flask-pymongo: upgrade 0.5.1 -> 2.3.0

2019-08-17 Thread Khem Raj
Fails to build see https://errors.yoctoproject.org/Errors/Details/263389/ On Fri, Aug 16, 2019 at 12:57 AM Zang Ruochen wrote: > > From: Yuan Chao > > Add depends of python-vcversioner. > > Signed-off-by: Yuan Chao > --- > meta-python/recipes-devtools/python/python-flask-pymongo.inc|

[oe] [warrior][PATCH 2/4] vlc: Remove workaround and patches for problems fixed upstream

2019-08-17 Thread Andreas Müller
From: Adrian Bunk Signed-off-by: Adrian Bunk Signed-off-by: Khem Raj --- .../vlc/0002-glibc-does-not-provide-strlcpy.patch | 15 --- .../vlc/vlc/0005-libpostproc-header-check.patch | 15 --- .../recipes-multimedia/vlc/vlc_3.0.6.bb | 5 - 3 files

[oe] [warrior][PATCH 1/4] vlc: rework qt PACKAGECONFIG

2019-08-17 Thread Andreas Müller
* qt4 support is gone -> move to qt5 * while at it remove noop libtool copy Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../recipes-multimedia/vlc/vlc.inc| 24 --- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git

[oe] [warrior][PATCH 4/4] vlc: Remove the obsolete dependency on dbus-glib

2019-08-17 Thread Andreas Müller
From: Adrian Bunk Signed-off-by: Adrian Bunk Signed-off-by: Khem Raj --- meta-multimedia/recipes-multimedia/vlc/vlc.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc.inc b/meta-multimedia/recipes-multimedia/vlc/vlc.inc index

[oe] [warrior][PATCH 3/4] vlc: notify switched to GTK+3 some time ago

2019-08-17 Thread Andreas Müller
From: Adrian Bunk Signed-off-by: Adrian Bunk Signed-off-by: Khem Raj --- meta-multimedia/recipes-multimedia/vlc/vlc.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc.inc b/meta-multimedia/recipes-multimedia/vlc/vlc.inc index

[oe] [warrior][PATCH 0/4] vlc adjustments

2019-08-17 Thread Andreas Müller
Some cherry-picks for vlc 1. Is mandatory because qt4 support is gone and without qt5 vlc is not useful exactly 2.- 4. Are good enhancements. It is upon warrior maintainers if they are important enough to make it into stable branch. Adrian Bunk (3): vlc: Remove workaround and patches for