[oe] [meta-qt5][PATCH v2] Explicitly disable Debian-style package renaming for nativesdk-qtbase-tools

2014-02-28 Thread Jacob Kroon
Since commit 8da5017712a7ddcb8488e095b9aa03b0273f23e9, libQt5*.so files are included in the nativesdk-qtbase-tools package. However, this together with the fact that the binaries are placed in a subdir qt5 of bin will confuse the Debian-style package renaming logic in debian.bbclass, causing the

Re: [oe] [PATCH 4/4][meta-webserver] apache2-2.4.7: added support for TLS Next Protocol Negotiation

2014-02-28 Thread Hongxu Jia
On 02/28/2014 03:08 AM, Randy MacLeod wrote: On 14-02-26 10:22 PM, Hongxu Jia wrote: The previous npn support patch (httpd-2.4.4-r1332643.patch) worked on apache2-2.4.6 and conflicted with apache2-2.4.7, this patch fixed the confliction with 2.4.7. Hongxu, Thanks, that's a good step. Even

Re: [oe] [meta-oe][PATCH] fbida 2.09: cleanups and use PACKAGECONFIG

2014-02-28 Thread Martin Jansa
On Fri, Feb 28, 2014 at 02:04:30PM +0100, Matthieu Crapet wrote: There are now 3 packageconfig variables: gif, png, tiff. Changes: - fix missing $ for STAGING_INCDIR (jpeg version detection) - use TABS for (shell) indentation Please don't. meta-oe layers are using consistent indentation

Re: [oe] [meta-qt5][PATCH v2] Explicitly disable Debian-style package renaming for nativesdk-qtbase-tools

2014-02-28 Thread Otavio Salvador
On Fri, Feb 28, 2014 at 6:33 AM, Jacob Kroon jacob.kr...@mikrodidakt.se wrote: Since commit 8da5017712a7ddcb8488e095b9aa03b0273f23e9, libQt5*.so files are included in the nativesdk-qtbase-tools package. However, this together with the fact that the binaries are placed in a subdir qt5 of bin

[oe] [meta-oe][PATCH] fbida 2.09: cleanups and use PACKAGECONFIG

2014-02-28 Thread Matthieu Crapet
There are now 3 packageconfig variables: gif, png, tiff. Changes: - fix missing $ for STAGING_INCDIR (jpeg version detection) - use TABS for (shell) indentation - add DESCRIPTION - no more QA warnings Use this to reveal: sed -i -e '/^verbose/s/no/yes/' ${S}/mk/Autoconf.mk Signed-off-by: Matthieu

[oe] [meta-qt5][PATCH v3] nativesdk-qtbase-tools: disable Debian-style package renaming

2014-02-28 Thread Jacob Kroon
Since commit 8da5017712a7ddcb8488e095b9aa03b0273f23e9, libQt5*.so files are included in the nativesdk-qtbase-tools package. However, this together with the fact that the binaries are placed in a subdir qt5 of bin will confuse the Debian-style package renaming logic in debian.bbclass, causing the

Re: [oe] [meta-qt5][PATCH v3] nativesdk-qtbase-tools: disable Debian-style package renaming

2014-02-28 Thread Otavio Salvador
On Fri, Feb 28, 2014 at 10:34 AM, Jacob Kroon jacob.kr...@mikrodidakt.se wrote: Since commit 8da5017712a7ddcb8488e095b9aa03b0273f23e9, libQt5*.so files are included in the nativesdk-qtbase-tools package. However, this together with the fact that the binaries are placed in a subdir qt5 of bin

[oe] [meta-oe][PATCH v2] fbida 2.09: cleanups and use PACKAGECONFIG

2014-02-28 Thread Matthieu Crapet
There are now 3 packageconfig variables: gif, png, tiff. Changes: - fix missing $ for STAGING_INCDIR (jpeg version detection) - add DESCRIPTION - no more QA warnings Use this to reveal: sed -i -e '/^verbose/s/no/yes/' ${S}/mk/Autoconf.mk Signed-off-by: Matthieu Crapet

Re: [oe] [meta-oe][PATCH v2] fbida 2.09: cleanups and use PACKAGECONFIG

2014-02-28 Thread Martin Jansa
On Fri, Feb 28, 2014 at 02:41:40PM +0100, Matthieu Crapet wrote: There are now 3 packageconfig variables: gif, png, tiff. Changes: - fix missing $ for STAGING_INCDIR (jpeg version detection) - add DESCRIPTION - no more QA warnings Use this to reveal: sed -i -e '/^verbose/s/no/yes/'

[oe] [meta-oe][PATCH v3] fbida 2.09: cleanups and use PACKAGECONFIG

2014-02-28 Thread Matthieu Crapet
There are now 3 packageconfig variables: gif, png, tiff. Changes: - rename recipe to _git (match SRCREV) - fix missing $ for STAGING_INCDIR (jpeg version detection) - add DESCRIPTION - no more QA warnings Use this to reveal: sed -i -e '/^verbose/s/no/yes/' ${S}/mk/Autoconf.mk Signed-off-by:

Re: [oe] [meta-oe][PATCH v2] fbida 2.09: cleanups and use PACKAGECONFIG

2014-02-28 Thread Matthieu CRAPET
Thanks Martin for your great help! Concerning shell function tabs, maybe a line may be added in wiki: http://www.openembedded.org/wiki/Migrating_metadata_to_OE-Core Regards, Matt -Message d'origine- DeĀ : openembedded-devel-boun...@lists.openembedded.org

Re: [oe] [meta-oe][PATCH v2] fbida 2.09: cleanups and use PACKAGECONFIG

2014-02-28 Thread Martin Jansa
On Fri, Feb 28, 2014 at 02:21:58PM +, Matthieu CRAPET wrote: Thanks Martin for your great help! Concerning shell function tabs, maybe a line may be added in wiki: http://www.openembedded.org/wiki/Migrating_metadata_to_OE-Core Updated there and in

Re: [oe] [meta-oe][PATCH v2] fbida 2.09: cleanups and use PACKAGECONFIG

2014-02-28 Thread Paul Eggleton
On Friday 28 February 2014 15:45:32 Martin Jansa wrote: On Fri, Feb 28, 2014 at 02:21:58PM +, Matthieu CRAPET wrote: Thanks Martin for your great help! Concerning shell function tabs, maybe a line may be added in wiki: http://www.openembedded.org/wiki/Migrating_metadata_to_OE-Core

Re: [oe] [meta-oe][PATCH v2] fbida 2.09: cleanups and use PACKAGECONFIG

2014-02-28 Thread Martin Jansa
On Fri, Feb 28, 2014 at 03:43:56PM +, Paul Eggleton wrote: On Friday 28 February 2014 15:45:32 Martin Jansa wrote: On Fri, Feb 28, 2014 at 02:21:58PM +, Matthieu CRAPET wrote: Thanks Martin for your great help! Concerning shell function tabs, maybe a line may be added in

Re: [oe] [meta-oe][PATCH v2] fbida 2.09: cleanups and use PACKAGECONFIG

2014-02-28 Thread Paul Eggleton
On Friday 28 February 2014 16:57:54 Martin Jansa wrote: On Fri, Feb 28, 2014 at 03:43:56PM +, Paul Eggleton wrote: On Friday 28 February 2014 15:45:32 Martin Jansa wrote: On Fri, Feb 28, 2014 at 02:21:58PM +, Matthieu CRAPET wrote: Thanks Martin for your great help!

[oe] [meta-oe][PATCH] fim: add newrecipe for version 0.4-rc1

2014-02-28 Thread Matthieu Crapet
FIM (Fbi IMproved) is a framebuffer (customizable and scriptable) image viewer. It is based on Fbi image viewer. Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta-oe/recipes-graphics/fim/fim_0.4-rc1.bb | 48 + 1 file changed, 48 insertions(+)

Re: [oe] [meta-qt5][PATCH] qtwebkit: accept gstreamer 0.10 as an option

2014-02-28 Thread Denys Dmytriyenko
On Fri, Feb 28, 2014 at 02:13:01AM +0100, Martin Jansa wrote: On Fri, Feb 28, 2014 at 01:59:04AM +0100, Andreas Oberritter wrote: On 26.02.2014 22:05, Martin Jansa wrote: On Wed, Feb 26, 2014 at 09:25:51PM +0100, Andreas Oberritter wrote: There's no configuration knob, though. QtWebKit

Re: [oe] [PATCH 4/4][meta-webserver] apache2-2.4.7: added support for TLS Next Protocol Negotiation

2014-02-28 Thread Khem Raj
On Feb 28, 2014, at 2:21 AM, Hongxu Jia hongxu@windriver.com wrote: On 02/28/2014 03:08 AM, Randy MacLeod wrote: On 14-02-26 10:22 PM, Hongxu Jia wrote: The previous npn support patch (httpd-2.4.4-r1332643.patch) worked on apache2-2.4.6 and conflicted with apache2-2.4.7, this patch fixed

Re: [oe] GDM alternative?

2014-02-28 Thread Adam Lee
Thanks Stephen for your response :) I think I will give slim a spin this weekend on my desktop. Ultimately a lighter DM will be appreciated on my embedded boards. Adam On Thu, Feb 27, 2014 at 2:29 PM, Stephen Arnold stephen.arnol...@gmail.comwrote: It's a bit more subtle than just obvious

[oe] [meta-qt5][PATCH 1/3] qtbase/qtwebkit: drop ICU variable

2014-02-28 Thread Andreas Oberritter
Pango doesn't seem to be a drop-in replacement for ICU, so using it as a dependency for the -icu option won't work. QtWebKit has a hard dependency on icu. Signed-off-by: Andreas Oberritter o...@opendreambox.org --- recipes-qt/qt5/qt5.inc | 4 recipes-qt/qt5/qtbase.inc | 2 +-

[oe] [meta-qt5][PATCH 3/3] qtwebkit: add packageconfig for gstreamer, qtlocation and qtsensors

2014-02-28 Thread Andreas Oberritter
Use gstreamer for 1.x, gstreamer010 for 0.10.x. Signed-off-by: Andreas Oberritter o...@opendreambox.org --- recipes-qt/qt5/qtwebkit.inc | 24 +++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/recipes-qt/qt5/qtwebkit.inc b/recipes-qt/qt5/qtwebkit.inc index

Re: [oe] [meta-qt5][PATCH 1/3] qtbase/qtwebkit: drop ICU variable

2014-02-28 Thread Gary Thomas
On 2014-02-28 13:15, Andreas Oberritter wrote: Pango doesn't seem to be a drop-in replacement for ICU, so using it as a dependency for the -icu option won't work. QtWebKit has a hard dependency on icu. Signed-off-by: Andreas Oberritter o...@opendreambox.org So, does this make QT5 a no-go

Re: [oe] [meta-qt5][PATCH 1/3] qtbase/qtwebkit: drop ICU variable

2014-02-28 Thread Andreas Oberritter
On 28.02.2014 22:28, Gary Thomas wrote: On 2014-02-28 13:15, Andreas Oberritter wrote: Pango doesn't seem to be a drop-in replacement for ICU, so using it as a dependency for the -icu option won't work. QtWebKit has a hard dependency on icu. Signed-off-by: Andreas Oberritter

[oe] [meta-qt5][PATCH 1/2] qtimageformats: allow empty qtimageformats package

2014-02-28 Thread Jonathan Liu
This fixes installing qtimageformats-dev with opkg as it depends on the qtimageformats package which wasn't created. Signed-off-by: Jonathan Liu net...@gmail.com --- recipes-qt/qt5/qtimageformats.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-qt/qt5/qtimageformats.inc

[oe] [meta-qt5][PATCH 2/2] packagegroup-qt5-toolchain-target: include all modules for development

2014-02-28 Thread Jonathan Liu
This adds the necessary target packages for development with all of the Qt 5 modules. Signed-off-by: Jonathan Liu net...@gmail.com --- .../packagegroup-qt5-toolchain-target.bb | 60 +- 1 file changed, 46 insertions(+), 14 deletions(-) diff --git

Re: [oe] [OE-devel] [PATCH] ntp: Resolve some abnormal behaviors

2014-02-28 Thread Stephen Arnold
Sorry I missed the previous traffic, but does it make more sense to set the ntp user's home to something like /var/lib/ntp instead? For me it's always been that way as the typical place for the drift file (written to by the ntpd process running as ntp) as well as a *.keys file it needed. IMHO