Re: [oe] [meta-perl][PATCH v2 00/10]

2014-02-26 Thread Paul Eggleton
On Sunday 02 February 2014 22:51:05 Tim Orling wrote: This series of recipes is the first step towards the ultimate goal of getting Slic3r to build in OE. Original submission was missing Algorithm::Diff which Text::Diff depends on. Resubmitted to follow Debian Perl Policy. See 4.2 Module

Re: [oe] [meta-qt5][PATCH] qmake5_base.bbclass: Use Qt version specific paths

2014-02-26 Thread Urs Fässler
Am Donnerstag, den 20.02.2014, 08:57 -0300 schrieb Otavio Salvador: On Thu, Feb 20, 2014 at 4:50 AM, Urs Fässler u...@bytesatwork.ch wrote: On Mit, 2014-02-19 at 16:11 -0300, Otavio Salvador wrote: On Wed, Feb 19, 2014 at 12:22 AM, Otavio Salvador ota...@ossystems.com.br wrote: When

Re: [oe] [meta-qt5][PATCH 2/3] packagegroup-qt5-qtcreator-debug: Add package group

2014-02-26 Thread Giulian Vivan
Hello We tested it and when qtcreator tries to connect to the device with dropbear, it gets server rejected password. A connection done through a terminal is accepted normally. Giulian Gonçalves Vivan O.S. Systems Software Ltda. www.ossystems.com.br +55 53 3282-2787 On Tue, Feb 25, 2014 at

Re: [oe] [meta-qt5][PATCH 2/3] packagegroup-qt5-qtcreator-debug: Add package group

2014-02-26 Thread Otavio Salvador
Hello Khem, On Wed, Feb 26, 2014 at 9:18 AM, Giulian Vivan giul...@ossystems.com.br wrote: We tested it and when qtcreator tries to connect to the device with dropbear, it gets server rejected password. A connection done through a terminal is accepted normally. Any specific reason to prefer

Re: [oe] [meta-multimedia][PATCH v2 3/3] vlc: update to 2.1.2

2014-02-26 Thread Walter Goossens
Hi Tim, I've been working on slimmed down version of this recipe for audio only and I got stuck on the lua scripts being incorrectly compiled, have you looked at the scripts for this recipe? It's not entirely clear to me how (in)portable lua bytecode is as the documentation seems inconclusive

Re: [oe] [meta-qt5][PATCH 2/3] packagegroup-qt5-qtcreator-debug: Add package group

2014-02-26 Thread Khem Raj
On Feb 26, 2014, at 4:40 AM, Otavio Salvador ota...@ossystems.com.br wrote: Hello Khem, On Wed, Feb 26, 2014 at 9:18 AM, Giulian Vivan giul...@ossystems.com.br wrote: We tested it and when qtcreator tries to connect to the device with dropbear, it gets server rejected password. A

Re: [oe] [meta-qt5][PATCH 2/3] packagegroup-qt5-qtcreator-debug: Add package group

2014-02-26 Thread Otavio Salvador
On Wed, Feb 26, 2014 at 1:26 PM, Khem Raj raj.k...@gmail.com wrote: On Feb 26, 2014, at 4:40 AM, Otavio Salvador ota...@ossystems.com.br wrote: Hello Khem, On Wed, Feb 26, 2014 at 9:18 AM, Giulian Vivan giul...@ossystems.com.br wrote: We tested it and when qtcreator tries to connect to

Re: [oe] [meta-qt5][PATCH 2/3] packagegroup-qt5-qtcreator-debug: Add package group

2014-02-26 Thread Giulian Vivan
On Wed, Feb 26, 2014 at 1:45 PM, Otavio Salvador ota...@ossystems.com.brwrote: On Wed, Feb 26, 2014 at 1:26 PM, Khem Raj raj.k...@gmail.com wrote: On Feb 26, 2014, at 4:40 AM, Otavio Salvador ota...@ossystems.com.br wrote: Hello Khem, On Wed, Feb 26, 2014 at 9:18 AM, Giulian Vivan

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

2014-02-26 Thread Andreas Oberritter
There's no configuration knob, though. QtWebKit will prefer gstreamer 1.0 if available. Signed-off-by: Andreas Oberritter o...@opendreambox.org --- recipes-qt/qt5/qtwebkit.inc | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/recipes-qt/qt5/qtwebkit.inc

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

2014-02-26 Thread Martin Jansa
On Wed, Feb 26, 2014 at 09:25:51PM +0100, Andreas Oberritter wrote: There's no configuration knob, though. QtWebKit will prefer gstreamer 1.0 if available. Can you please add configuration knob first? The problem is that without the knob it will be undeterministic, with gstreamer010 in

[oe] [meta-initramfs][PATCH] klcc-cross: force rebuild for each MACHINE of the same arch

2014-02-26 Thread Andrea Adami
In case of subsequent builds for machines belonging to the same arch we have to rebuild the klcc-cross wrapper because it is harcoding the path to the headers in machine sysroot. This hack is necessary to avoid to mark the klibc infrastructure as machine-specific. Signed-off-by: Andrea Adami

Re: [oe] [PATCH 1/1] traceroute: rename alternatives name

2014-02-26 Thread Martin Jansa
On Tue, Feb 25, 2014 at 02:14:30PM +0800, Hongxu Jia wrote: Rename traceroute's alternatives name from 'traceroute6' to 'traceroute'. Please use [meta-networking] tag in subject so it's easier to filter them on patchwork to separate bundles. The 'traceroute6' is equivalent to 'traceroute -6'

Re: [oe] [PATCH 1/1] strongswan: fix building lib32-strongswan failed while systemd enabled

2014-02-26 Thread Martin Jansa
On Tue, Feb 25, 2014 at 06:54:16PM +0800, Hongxu Jia wrote: While systemd enabled, there was an error to build lib32-strongswan: ... | ERROR: Function failed: SYSTEMD_SERVICE_lib32-strongswan value lib32-strongswan.service does not exist ... Please use [meta-networking] tag in subject so

[oe] [meta-oe][PATCH 1/2] ode: Explicitly disable double-precision with PACKAGECONFIG

2014-02-26 Thread Martin Jansa
* when it's left for autodetection, configure fails for qemux86* when == and configure calls AC_TRY_RUN Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-support/ode/ode_0.9.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta-oe/recipes-support/ode/ode_0.9.bb

Re: [oe] GDM alternative?

2014-02-26 Thread Adam Lee
Are there any obvious advantages over one another between LXDM and Slim? I love how LXDM doesn't require complicated authentication framework like GDM. Adam On Tue, Feb 25, 2014 at 7:49 PM, Stephen Arnold stephen.arnol...@gmail.comwrote: Is there any interest in reviving slim? I'm using it

[oe] [meta-initramfs][PATCH] klibc: oe-stylize the recipes (cosmetic changes only)

2014-02-26 Thread Andrea Adami
While there, clean up and fix couple of typos in the comments. Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../recipes-devtools/klibc/klcc-cross_2.0.3.bb | 23 +- .../klibc/klibc-static-utils_2.0.3.bb | 11 ++--- .../recipes-devtools/klibc/klibc-utils.inc

Re: [oe] [meta-oe][PATCH 2/2] ode: upgrade to 0.13

2014-02-26 Thread Khem Raj
On Wed, Feb 26, 2014 at 3:15 PM, Martin Jansa martin.ja...@gmail.com wrote: Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-support/ode/ode_0.13.bb | 27 +++ meta-oe/recipes-support/ode/ode_0.9.bb | 28 2 files

Re: [oe] NetworkManger's glib schemas are not getting compiled

2014-02-26 Thread Adam Lee
Thanks Ross, but adding gsettings to network-manager-applet's recipe didn't work. I don't know how gsettings work, so I think I will take a look at it first. Will update soon. Thanks, Adam On Tue, Feb 25, 2014 at 3:35 PM, Burton, Ross ross.bur...@intel.com wrote: On 25 February 2014 23:08,

Re: [oe] [PATCH 1/1] strongswan: fix building lib32-strongswan failed while systemd enabled

2014-02-26 Thread Hongxu Jia
On 02/27/2014 07:11 AM, Martin Jansa wrote: On Tue, Feb 25, 2014 at 06:54:16PM +0800, Hongxu Jia wrote: While systemd enabled, there was an error to build lib32-strongswan: ... | ERROR: Function failed: SYSTEMD_SERVICE_lib32-strongswan value lib32-strongswan.service does not exist ... Please

[oe] [meta-oe][PATCH] xterm: split out resize into a separate package

2014-02-26 Thread Jonathan Liu
The resize program is useful on its own without xterm. For example, it may be used to resize a serial console. Signed-off-by: Jonathan Liu net...@gmail.com --- meta-oe/recipes-graphics/xorg-app/xterm_293.bb | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git

Re: [oe] [meta-oe][PATCH] xterm: split out resize into a separate package

2014-02-26 Thread Khem Raj
On Feb 26, 2014, at 6:06 PM, Jonathan Liu net...@gmail.com wrote: +FILES_${PN} += /usr/lib/X11 why is this hardcoded signature.asc Description: Message signed with OpenPGP using GPGMail ___ Openembedded-devel mailing list

[oe] [meta-oe][PATCH v2] xterm: split out resize into a separate package

2014-02-26 Thread Jonathan Liu
The resize program is useful on its own without xterm. For example, it may be used to resize a serial console. Signed-off-by: Jonathan Liu net...@gmail.com --- meta-oe/recipes-graphics/xorg-app/xterm_293.bb | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git

[oe] [PATCH 3/4][meta-webserver] phpmyadmin: update to 4.1.4

2014-02-26 Thread Hongxu Jia
From: Paul Eggleton paul.eggle...@linux.intel.com Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- .../phpmyadmin/{phpmyadmin_4.0.5.bb = phpmyadmin_4.1.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[oe] [PATCH 2/4][meta-webserver] modphp: upgrade to 5.5.8

2014-02-26 Thread Hongxu Jia
From: Paul Eggleton paul.eggle...@linux.intel.com Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta-webserver/recipes-php/modphp/modphp_5.5.2.bb | 7 --- meta-webserver/recipes-php/modphp/modphp_5.5.8.bb | 7 +++ 2 files changed, 7 insertions(+), 7 deletions(-) delete

[oe] [PATCH 1/4][meta-webserver] apache2: update to 2.4.7

2014-02-26 Thread Hongxu Jia
From: Paul Eggleton paul.eggle...@linux.intel.com * LIC_FILES_CHKSUM changed because of the introduction of an extra blank line in the LICENSE file (!) * Drop httpd-2.4.4-r1332643.patch - it no longer applies and was dropped in Fedora on the 2.4.7 upgrade. Signed-off-by: Paul Eggleton

Re: [oe] [meta-oe][PATCH v2] xterm: split out resize into a separate package

2014-02-26 Thread Khem Raj
On Wed, Feb 26, 2014 at 7:18 PM, Jonathan Liu net...@gmail.com wrote: -FILES_${PN} += /usr/lib/X11 +PACKAGES =+ ${PN}-resize ${PN}-resize-dbg ${PN}-resize-doc + +FILES_${PN} += ${libdir}/X11 Multilib case needs testing since libdir will change in that case

[oe] [meta-multimedia][PATCH] libmusicbrainz: workaround for build-native/do_configure

2014-02-26 Thread Tim Orling
From: Tim Orling ticot...@gmail.com * drop PR * default cmake_do_configure deletes build/ which wipes out build-native * workaround to stash build-native first * uglyhack/ugly Signed-off-by: Tim Orling ticot...@gmail.com --- .../musicbrainz/libmusicbrainz_git.bb | 49