[oe] [PATCH] xfce4-xkb-plugin: update to 0.7.1

2016-02-17 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../xkb/{xfce4-xkb-plugin_0.7.0.bb => xfce4-xkb-plugin_0.7.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-panel-plugins/xkb/{xfce4-xkb-plugin_0.7.0.bb => xfce4-xkb-plugin_0.7.1.bb}

[oe] [PATCH][meta-qt5 5/5] qtbase: Don't install libQt* files twice

2016-02-17 Thread Martin Jansa
* they are installed by make correctly (at least with latest 5.6 revisions) * I wanted to remove .la files (in qmake5_base_do_install) and this copies them back to ${D} which is annoying. So I've removed this cp line and checked what gets missing and it turns out that nothing important is missing

[oe] [PATCH][meta-qt5 1/5] qmake5_base: delete *.la files

2016-02-17 Thread Martin Jansa
* they reference workdir and trip sanity check: ERROR: QA Issue: libQt5Sql.la failed sanity test (workdir) in path qtbase/5.5.99+5.6.0-alpha1+gitAUTOINC+f7f4dde80e-r0/sysroot-destdir//usr/lib [la] * I'm intentionally not using remove-libtool.bbclass recently added to oe-core, because many

[oe] [PATCH][meta-qt5 4/5] qtbase: Resolve QA warning about /bin/bash dependency

2016-02-17 Thread Martin Jansa
* WARNING: QA Issue: /usr/lib/qt5/mkspecs/features/data/mac/objc@underscore@namespace.sh_qtbase-mkspecs contained in package qtbase-mkspecs requires /bin/bash, but no providers found in its RDEPENDS [file-rdeps] Signed-off-by: Martin Jansa ---

[oe] [PATCH][meta-qt5 3/5] qtbase: Fix WORKDIR references in pkg-config files

2016-02-17 Thread Martin Jansa
* otherwise all builds fail with: ERROR: QA Issue: Qt5Core.pc failed sanity test (tmpdir) in path qtbase/5.5.99+5.6.0-alpha1+gitAUTOINC+f7f4dde80e-r0/sysroot-destdir//usr/lib/pkgconfig [pkgconfig] since oe-core insane.bbclass was fixed to properly search for tmpdir in all pkg-config files.

[oe] [PATCH][meta-qt5 2/5] qt5: upgrade to latest revisions in 5.6 branch (5.6 RC)

2016-02-17 Thread Martin Jansa
Signed-off-by: Martin Jansa --- recipes-qt/qt5/nativesdk-qtbase_git.bb | 7 ++-- recipes-qt/qt5/qt5-git.inc | 8 + recipes-qt/qt5/qtbase-native_git.bb| 6 ++-- .../qt5/qtbase/0001-Add-linux-oe-g-platform.patch |

Re: [oe] [meta-qt5][PATCH] Fixed installation of qtbase-files.

2016-02-17 Thread Martin Jansa
On Fri, Jan 29, 2016 at 09:23:30AM +0100, Simon Aittamaa wrote: > This patch fixes three problems > 1) Running on a case-sensitive system would result in an error >due to invalid casing of pattern to install. > 2) Using install on symlinks would cause multiple copies of the >

[oe] [meta-oe][PATCH] hostapd: Upgrade to 2.5

2016-02-17 Thread Khem Raj
Change-Id: I8e4a44297492b213dd1001d8b1499864e95b17c2 Signed-off-by: Khem Raj --- .../recipes-connectivity/hostapd/{hostapd_2.4.bb => hostapd_2.5.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-oe/recipes-connectivity/hostapd/{hostapd_2.4.bb =>

Re: [oe] [meta-webserver][PATCH 0/2] nginx: make mainline and stable version available

2016-02-17 Thread Pascal Bach
Am 16.02.2016 um 12:51 schrieb Otavio Salvador: > On Tue, Feb 16, 2016 at 9:40 AM, Pascal Bach wrote: >> Nginx has two supported branches, mainline and stable. >> Currently meta-webserver contains the mainline version (1.9.x) of nginx. >> For embedded system it might

[oe] [PATCH] xfce4-panel: make date/time plugins handle timezone changes properly

2016-02-17 Thread Andreas Müller
0001... was applied to make 0002... apply on 4.12-release and git master branch. Signed-off-by: Andreas Müller --- ...r-warning-in-clock-plugin-about-shadowed-.patch | 606 + ...make-change-of-system-s-timezone-change-t.patch | 42 ++