Re: [oe] [meta-systemd][PATCH] Rename bluez4_4.101.bbappend to bluez5_5.29.bbappend, to fix build issue below: ERROR: No recipes available for: /home/tprrt/dev/oe-build-easy/combination/meta-systemd/o

2015-05-05 Thread Martin Jansa
On Tue, May 05, 2015 at 01:18:29PM +0200, Thomas Perrot wrote: From: tprrt tp...@tupi.fr NAK, see pending patches for bluez4 (I plan to merge them as soon as builds stop failing completely). Signed-off-by: tprrt tp...@tupi.fr --- .../bluez/{bluez4_4.101.bbappend = bluez5_5.29.bbappend}

Re: [oe] [meta-ruby][PATCH] ruby: explicitly disable dtrace support

2015-05-05 Thread Steffen Sledz
On 01.05.2015 14:30, Martin Jansa wrote: both 2.2.1 and 2.2.2 are failing on some hosts native builds with: ... It would be really great if this patch could make it to the fido branch! We are some of the mourners and cannot build fido at the moment. :( -- DResearch Fahrzeugelektronik GmbH

Re: [oe] [oe-classic][PATCH 0/1] Add a notice to OE-Classic pointing to OE-Core

2015-05-05 Thread Philip Balister
On 05/05/2015 04:46 AM, Paul Eggleton wrote: On Thursday 23 April 2015 15:59:31 Paul Eggleton wrote: As discussed at OEDAM, it's about time we added something to the OE-Classic repo pointing people over to OE-Core, as OE-Classic really is dead by now. If some folks who contributed to

Re: [oe] [PATCH][meta-oe] dialog: upgrade to 1.2-20150225

2015-05-05 Thread Martin Jansa
On Tue, Apr 28, 2015 at 11:27:15AM +0800, rongqing...@windriver.com wrote: From: Roy Li rongqing...@windriver.com 1. upgrade it to 1.2-20150225 2. update the use-pkg-config-for-ncurses-detection.patch, use it only for dialog 3. dialog-static uses

Re: [oe] [meta-oe][PATCH] polkit: do not hardcode the libdir

2015-05-05 Thread Khem Raj
On 15-05-05 03:30:10, b40...@freescale.com wrote: Base_libdir is defined in meta/conf/bitbake.conf export base_libdir = ${base_prefix}/${baselib} thats OE environment. I was asking was autoconf question thanks, Chunrong -Original Message- From:

[oe] [PATCH][meta-oe][v2] dialog: upgrade to 1.2-20150225

2015-05-05 Thread rongqing.li
From: Roy Li rongqing...@windriver.com 1. upgrade it to 1.2-20150225 2. update the use-pkg-config-for-ncurses-detection.patch 3. remove dialog-static recipe file, since dialog will generate the static library. Signed-off-by: Roy Li rongqing...@windriver.com ---

Re: [oe] [PATCH][meta-oe] dialog: upgrade to 1.2-20150225

2015-05-05 Thread Rongqing Li
On 2015年05月05日 21:42, Martin Jansa wrote: On Tue, Apr 28, 2015 at 11:27:15AM +0800, rongqing...@windriver.com wrote: From: Roy Li rongqing...@windriver.com 1. upgrade it to 1.2-20150225 2. update the use-pkg-config-for-ncurses-detection.patch, use it only for dialog 3. dialog-static uses

[oe] [PATCH 1/1] mariadb: upgrade to 5.5.43

2015-05-05 Thread rongqing.li
From: Roy Li rongqing...@windriver.com Signed-off-by: Roy Li rongqing...@windriver.com --- ...b-native_5.5.41.bb = mariadb-native_5.5.43.bb} | 0 meta-oe/recipes-support/mysql/mariadb.inc | 5 ++-- .../mysql/mariadb/fix-a-building-failure.patch | 31 ++

[oe] [meta-oe][PATCH V2 2/8] polkit-gnome: Upgrade 0.102 - 0.105

2015-05-05 Thread Khem Raj
add missing dep on gtk+3 Signed-off-by: Khem Raj raj.k...@gmail.com --- meta-oe/recipes-extended/polkit/files/gtk-doc-check.patch | 12 .../{polkit-gnome_0.102.bb = polkit-gnome_0.105.bb} | 14 -- 2 files changed, 20 insertions(+), 6 deletions(-) create mode

[oe] [meta-oe][PATCH 8/8] gtkmathview: Use git for SRC_URI

2015-05-05 Thread Khem Raj
Drop upstreamed patches Fix cross compile and compiling with newer g++ Signed-off-by: Khem Raj raj.k...@gmail.com --- ...-include-cstdio-to-get-printf-definitions.patch | 28 ++ .../mml-widget/gtkmathview/mathview-gcc43x.diff| 63 --

[oe] [PATCH][meta-webserver] apache2: upgrade to 2.4.12

2015-05-05 Thread rongqing.li
From: Roy Li rongqing...@windriver.com Remove apache-CVE-2014-0117.patch which apache2 2.4.12 has it Update the apache-ssl-ltmain-rpath.patch Backport the patch to fix CVE-2015-0228 Signed-off-by: Roy Li rongqing...@windriver.com --- ...2-native_2.4.10.bb = apache2-native_2.4.12.bb} | 4 +-

[oe] ODROID-C1 support

2015-05-05 Thread Christian Ege
Hello, I've created a BSP Layer for the ODROID-C1 and other Amlogic based devices like the Wetek.Play https://github.com/linux-meson/meta-amlogic regards, Christian -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org

[oe] [meta-oe][meta-gnome][meta-multimedia][WIP][PATCH] crash, libsecret, mpg123, tinymembench, gammu, mosh, llvm3.3, breakpad, php, mozjs, libopus: disable thumb where it fails for qemuarm

2015-05-05 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-gnome/recipes-gnome/libsecret/libsecret_0.18.bb | 9 + meta-multimedia/recipes-multimedia/mpg123/mpg123_1.21.0.bb | 7 +++ meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb | 8

[oe] [meta-qt5][PATCH] qtbase-native: speed up configure task

2015-05-05 Thread Julien Brianceau (jbriance)
* Use parallel make to speed up build of qmake during configure task * Take the opportunity to use clean configure parameters to use opensource license instead of (echo o; echo yes) | trick. Signed-off-by: Julien Brianceau jbria...@cisco.com --- recipes-qt/qt5/qtbase-native.inc | 2 +- 1 file

Re: [oe] [meta-ruby][PATCH] ruby: explicitly disable dtrace support

2015-05-05 Thread akuster808
on my list. thanks On 05/05/2015 05:12 AM, Steffen Sledz wrote: On 01.05.2015 14:30, Martin Jansa wrote: both 2.2.1 and 2.2.2 are failing on some hosts native builds with: ... It would be really great if this patch could make it to the fido branch! We are some of the mourners and cannot

[oe] [meta-perl][PATCH] libnet-ssleay-perl: fix QA warning

2015-05-05 Thread Armin Kuster
WARNING: QA Issue: /usr/lib/libnet-ssleay-perl/ptest/t/local/38@underscore@priv-key.t_libnet-ssleay-perl-ptest contained in package libnet-ssleay-perl-ptest requires /usr/bin/perl, but no providers found in its RDEPENDS [file-rdeps] Signed-off-by: Armin Kuster akuster...@gmail.com ---

[oe] [meta-oe][PATCH] udisks: Fix QA warnings

2015-05-05 Thread Armin Kuster
WARNING: QA Issue: udisks rdepends on lvm2, but it isn't a build dependency? [build-deps] Signed-off-by: Armin Kuster akuster...@gmail.com --- meta-oe/recipes-support/udisks/udisks_1.0.4.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-support/udisks/udisks_1.0.4.bb

Re: [oe] [meta-systemd][PATCH] Rename bluez4_4.101.bbappend to bluez5_5.29.bbappend, to fix build issue below: ERROR: No recipes available for: /home/tprrt/dev/oe-build-easy/combination/meta-systemd/o

2015-05-05 Thread Iorga, Cristian
Martin, can I help with the aforementioned build failures? Also, NACK for the original patch. /Cristian -Original Message- From: openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of Martin Jansa Sent: Tuesday, May 5,

Re: [oe] [meta-systemd][PATCH] Rename bluez4_4.101.bbappend to bluez5_5.29.bbappend, to fix build issue below: ERROR: No recipes available for: /home/tprrt/dev/oe-build-easy/combination/meta-systemd/o

2015-05-05 Thread Martin Jansa
On Tue, May 05, 2015 at 03:13:53PM +, Iorga, Cristian wrote: Martin, can I help with the aforementioned build failures? Most of them aren't related to bluez4. The only exception is this patch: http://lists.openembedded.org/pipermail/openembedded-devel/2015-May/101302.html I had to extend it

[oe] [meta-gnome][PATCH 1/7] libgnomeprint: Fix build with newer bison = 3

2015-05-05 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- .../gnome/libgnomeprint/bison3-support.patch | 30 ++ .../recipes-gnome/gnome/libgnomeprint_2.18.8.bb| 5 ++-- 2 files changed, 33 insertions(+), 2 deletions(-) create mode 100644

[oe] [meta-oe][PATCH 2/7] polkit-gnome: Upgrade 0.102 - 0.105

2015-05-05 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- meta-oe/recipes-extended/polkit/files/gtk-doc-check.patch| 12 .../polkit/{polkit-gnome_0.102.bb = polkit-gnome_0.105.bb} | 12 ++-- 2 files changed, 18 insertions(+), 6 deletions(-) create mode 100644

[oe] [meta-gnome][PATCH 6/7] gdm: Whitelist it

2015-05-05 Thread Khem Raj
polkit-gnome has been fixed to build Signed-off-by: Khem Raj raj.k...@gmail.com --- meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb b/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb index fcd51ff..723eee8

[oe] [meta-oe][PATCH 5/7] libsigc++: Use http instead of ftp in SRC_URI

2015-05-05 Thread Khem Raj
Fixes fetch failures Signed-off-by: Khem Raj raj.k...@gmail.com --- meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.2.11.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.2.11.bb

[oe] [meta-oe][PATCH 3/7] imagemagick: Update PATCHSET to 10

2015-05-05 Thread Khem Raj
PATCHSET 9 is removed from upstream URL Signed-off-by: Khem Raj raj.k...@gmail.com --- meta-oe/recipes-support/imagemagick/imagemagick_6.8.9.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_6.8.9.bb

[oe] [meta-oe][meta-gnome][PATCH 7/7] obex, gnome-bluetooth: Depend on bluez5

2015-05-05 Thread Khem Raj
bluez4 is removed from oe-core this needs runtime testing Signed-off-by: Khem Raj raj.k...@gmail.com --- meta-gnome/recipes-connectivity/obex/obexd_0.48.bb | 4 ++-- meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb | 2 +-

Re: [oe] [oe-classic][PATCH 0/1] Add a notice to OE-Classic pointing to OE-Core

2015-05-05 Thread Paul Eggleton
On Thursday 23 April 2015 15:59:31 Paul Eggleton wrote: As discussed at OEDAM, it's about time we added something to the OE-Classic repo pointing people over to OE-Core, as OE-Classic really is dead by now. If some folks who contributed to OE-Classic could reply with their Signed-off-by so

[oe] Training page on openembedded.org

2015-05-05 Thread Philip Balister
At ELC several people asked me who does training for OpenEmbedded (and the Yocto Project). I went ahead and started a page for companies and people interested in providing training to list themselves: http://openembedded.org/wiki/Training Please go ahead and create an entry for your

[oe] [meta-systemd][PATCH] Rename bluez4_4.101.bbappend to bluez5_5.29.bbappend, to fix build issue below: ERROR: No recipes available for: /home/tprrt/dev/oe-build-easy/combination/meta-systemd/oe-co

2015-05-05 Thread Thomas Perrot
From: tprrt tp...@tupi.fr Signed-off-by: tprrt tp...@tupi.fr --- .../bluez/{bluez4_4.101.bbappend = bluez5_5.29.bbappend} |0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta-systemd/oe-core/recipes-connectivity/bluez/{bluez4_4.101.bbappend = bluez5_5.29.bbappend}