Re: [oe] [PATCH][meta-qt5 2/2] qtwayland: fix qml-compositor shader

2014-02-10 Thread Andreas Müller
On Sat, Feb 8, 2014 at 7:46 PM, Martin Jansa martin.ja...@gmail.com wrote: +Change-Id: I055fe47e1073403dc981274236fa82e091e0eca4 +Reviewed-by: Jørgen Lind jorgen.l...@digia.com +Reviewed-by: Andy Nichols andy.nich...@digia.com +Upstream-status: applied This one should be Backport, but please

Re: [oe] dbus-daemon-proxy repository has disappeared

2014-02-10 Thread Burton, Ross
On 7 February 2014 20:03, Adam Lee adam.yh@gmail.com wrote: Cool thank you Ross! It's back: http://cgit.collabora.com/git/user/alban/dbus-daemon-proxy/ Ross ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org

Re: [oe] [PATCH][meta-qt5][jansa/qt5-5.2.0]] qtbase: fix typo in PATH_EXTERNAL_HOST_BINS-patch

2014-02-10 Thread Andreas Müller
On Thu, Jan 9, 2014 at 5:48 PM, Andreas Müller schnitzelt...@googlemail.com wrote: libraries based on cmake and depending on qt5qml failed to configure with: | The imported target Qt5::DBus references the file | |

Re: [oe] xbmc build failing

2014-02-10 Thread Diego Sueiro
Folks, To workaround the screensaver compilation error I've added --disable-rsxs on EXTRA_OECONF. Looking at xbmc/screensavers/rsxs-0.9/configure It's possible to pass --disable-euphoria option to configure. How can I accomplish this from xbm_git.bb recipe? Regards, -- *dS Diego Sueiro

[oe] [PATCH][meta-qt5][jansa/qt5-5.2.1] 1/2] libraries based on cmake and depending on qt5qml failed to configure with:

2014-02-10 Thread Andreas Müller
| The imported target Qt5::DBus references the file | | /home/a.mueller/tmp/oe-core-eglibc/sysroots/x86_64-linux/usr/bin/qt5/qdbusxml2xml Signed-off-by: Andreas Müller schnitzelt...@googlemail.com --- .../0009-cmake-Use-OE_QMAKE_PATH_EXTERNAL_HOST_BINS-to-determ.patch | 2 +- 1 file

[oe] [PATCH][meta-qt5][jansa/qt5-5.2.1] 2/2] qtwayland.inc: fix QA warnings

2014-02-10 Thread Andreas Müller
WARNING: QA Issue: qtwayland: Files/directories were installed but not shipped /usr/lib/qt5/plugins/wayland-graphics-integration /usr/lib/qt5/plugins/wayland-graphics-integration/client /usr/lib/qt5/plugins/wayland-graphics-integration/server

Re: [oe] [PATCH][meta-qt5][jansa/qt5-5.2.0]] qtbase: fix typo in PATH_EXTERNAL_HOST_BINS-patch

2014-02-10 Thread Martin Jansa
Ah sorry, it wasn't included in stable branch of meta-qt5/qtbase which I used to rebase for 5.2.1, I've seen your patch already, I'll integrate it in next few days. On Mon, Feb 10, 2014 at 12:47 PM, Andreas Müller schnitzelt...@googlemail.com wrote: On Thu, Jan 9, 2014 at 5:48 PM, Andreas

[oe] OE Changelog since 2014-02-02 until 2014-02-09

2014-02-10 Thread cliff . brake
Changelog since 2014-02-02 until 2014-02-09. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom:

[oe] [meta-qt5][PATCH 2/3] nativesdk-packagegroup-qt5-toolchain-host: add Qt5 SDK host tools

2014-02-10 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com Signed-off-by: Denys Dmytriyenko de...@ti.com --- .../packagegroups/nativesdk-packagegroup-qt5-toolchain-host.bb | 10 ++ 1 file changed, 10 insertions(+) create mode 100644 recipes-core/packagegroups/nativesdk-packagegroup-qt5-toolchain-host.bb

[oe] [meta-qt5][PATCH 3/3] meta-toolchain-qt5: add Qt5 SDK standalone meta recipe

2014-02-10 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com Signed-off-by: Denys Dmytriyenko de...@ti.com --- recipes-core/meta/meta-toolchain-qt5.bb | 55 + 1 file changed, 55 insertions(+) create mode 100644 recipes-core/meta/meta-toolchain-qt5.bb diff --git

[oe] [meta-qt5][PATCH 1/3] packagegroup-qt5-toolchain-target: add Qt5 SDK target packages

2014-02-10 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com Signed-off-by: Denys Dmytriyenko de...@ti.com --- .../packagegroup-qt5-toolchain-target.bb | 27 ++ 1 file changed, 27 insertions(+) create mode 100644 recipes-core/packagegroups/packagegroup-qt5-toolchain-target.bb diff --git

[oe] [meta-qt5][PATCH 0/3] WIP: Qt5 SDK packagegroups and meta-toolchain

2014-02-10 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com Otavio, As we discussed, here are my copies of target and host packagegroups and meta-toolchain recipes to finish up the Qt5 SDK. This is a modified version of the recipes I've tested as part of the Arago distro some time ago. I'm in the process of rebasing

Re: [oe] meta-qt5

2014-02-10 Thread Denys Dmytriyenko
On Fri, Feb 07, 2014 at 11:47:16AM -0200, Otavio Salvador wrote: Hello, On Mon, Feb 3, 2014 at 3:43 PM, Gary Thomas g...@mlbassoc.com wrote: On 2014-02-03 10:37, Martin Jansa wrote: On Mon, Feb 03, 2014 at 12:07:30PM -0500, Kevyn-Alexandre Paré wrote: Morning Martin, morning,

Re: [oe] [meta-oe][PATCH] python-mako: use BBCLASSEXTEND instead of native recipe

2014-02-10 Thread Khem Raj
On Nov 18, 2013, at 2:55 AM, Ross Burton ross.bur...@intel.com wrote: There isn't a need for a separate native recipe, so use BBCLASSEXTEND and overrides. you also seems to b creating nativesdk versions. Are they needed or just need to be documented in commit msg Signed-off-by: Ross

Re: [oe] [PATCH] cherokee: use cherokee-project.de mirror

2014-02-10 Thread Khem Raj
On Nov 7, 2013, at 8:13 AM, Eric Bénard e...@eukrea.com wrote: Signed-off-by: Eric Bénard e...@eukrea.com --- meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb

Re: [oe] [meta-handheld] [PATCH 2/3] h3600: update defconfig

2014-02-10 Thread Khem Raj
Hi Linus On Nov 11, 2013, at 5:02 AM, Linus Walleij linus.wall...@linaro.org wrote: Enable some vital kernel options such as DEVTMPFS and EABI. Signed-off-by: Linus Walleij linus.wall...@linaro.org --- .../linux/linux-yocto-3.10/h3600/defconfig | 23 -- 1 file

Re: [oe] [meta-oe][PATCH 1/2] libgc: initial add 7.2

2014-02-10 Thread Khem Raj
On Nov 13, 2013, at 9:23 AM, Jack Mitchell m...@communistcode.co.uk wrote: +FILES_${PN}-docs = /usr/share/gc its too late but whenever you update it, change that to ${datadir}/gc ___ Openembedded-devel mailing list

Re: [oe] xbmc build failing

2014-02-10 Thread Khem Raj
On Nov 28, 2013, at 2:00 PM, Tim Orling ticot...@gmail.com wrote: using angstrom-v2013.12-yocto1.5 on Ubuntu 12.04.3 LTS x86_64: xbmc fails building euphoria screen saver-- configure problem?: | make[4]: Entering directory

[oe] [meta-networking][PATCH] proftpd: move the runing created file under /var/run

2014-02-10 Thread rongqing.li
From: Roy Li rongqing...@windriver.com Signed-off-by: Roy Li rongqing...@windriver.com --- .../proftpd/files/move-runfile-to-var-run.patch| 39 .../recipes-daemons/proftpd/proftpd_1.3.4b.bb |1 + 2 files changed, 40 insertions(+) create mode 100644

Re: [oe] xbmc build failing

2014-02-10 Thread Khem Raj
On Feb 10, 2014, at 5:16 AM, Diego Sueiro diego.sue...@gmail.com wrote: Folks, To workaround the screensaver compilation error I've added --disable-rsxs on EXTRA_OECONF. Looking at xbmc/screensavers/rsxs-0.9/configure It's possible to pass --disable-euphoria option to configure. How

[oe] [meta-oe][PATCH] xf86-input-tslib: fix crash with xserver 1.12 and later

2014-02-10 Thread Jonathan Liu
Signed-off-by: Jonathan Liu net...@gmail.com --- ...f86-input-tslib-0.0.6-xf86XInputSetScreen.patch | 31 ++ .../xorg-driver/xf86-input-tslib_0.0.6.bb | 1 + 2 files changed, 32 insertions(+) create mode 100644