[oe] [meta-qt5][dora][PATCH] qtbase.inc: PACKAGECONFIG[gstreamer] gst-plugins-base dependency missing

2014-02-12 Thread Andre McCurdy
, even when the gstreamer header files are present in sysroot). Signed-off-by: Andre McCurdy armccu...@gmail.com --- recipes-qt/qt5/qtbase.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc index 7018c69..71da726 100644

Re: [oe] [meta-qt5] why does Qt5 build with ARM_INSTRUCTION_SET = arm

2014-02-17 Thread Andre McCurdy
On Mon, Feb 17, 2014 at 3:03 PM, Martin Jansa martin.ja...@gmail.com wrote: On Mon, Feb 17, 2014 at 04:46:23PM -0500, Denys Dmytriyenko wrote: On Mon, Feb 17, 2014 at 02:27:51PM -0700, Nicolas Dechesne wrote: hi, does anybody know why in Qt5/qtbase.inc, we have: ARM_INSTRUCTION_SET =

[oe] [meta-qt5][PATCH] qtbase.inc: don't force ARM_INSTRUCTION_SET to arm

2014-02-18 Thread Andre McCurdy
Forcing ARM_INSTRUCTION_SET to arm when building qtbase no longer seems to be required. Confirmed by forcing ARM_INSTRUCTION_SET to thumb and building qtbase 5.1.1 and 5.2.1 tuned for both armv4t and cortexa9thf-neon. Signed-off-by: Andre McCurdy armccu...@gmail.com --- recipes-qt/qt5

[oe] [meta-qt5][PATCH 1/2] qtbase.inc: configure with -openssl-linked instead of -openssl

2014-02-20 Thread Andre McCurdy
Configure qtbase with -openssl-linked (instead of -openssl) to ensure that run-time dependencies on libcryto and libssl are detected. Signed-off-by: Andre McCurdy armccu...@gmail.com --- recipes-qt/qt5/qtbase.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-qt

[oe] [meta-qt5][PATCH 2/2] qtwebkit-examples: add missing RDEPENDS for ca-certificates

2014-02-20 Thread Andre McCurdy
If qtbase is configured with openssl support (as it is by default) then the qtwebkit example browser apps require CA certificates to check the authenticity of https connections. Signed-off-by: Andre McCurdy armccu...@gmail.com --- recipes-qt/qt5/qtwebkit-examples.inc | 2 +- 1 file changed, 1

[oe] [meta-qt5][PATCH v2 1/2] qtbase: configure with -openssl-linked instead of -openssl

2014-02-21 Thread Andre McCurdy
Configure qtbase with -openssl-linked (instead of -openssl) to ensure that run-time dependencies on libcryto and libssl are detected. Signed-off-by: Andre McCurdy armccu...@gmail.com --- recipes-qt/qt5/qtbase.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-qt

[oe] [meta-qt5][PATCH v2 2/2] qtwebkit-examples: add RDEPENDS for ca-certificates

2014-02-21 Thread Andre McCurdy
If qtbase is configured with openssl support then the qtwebkit browser example apps require CA certificates. Signed-off-by: Andre McCurdy armccu...@gmail.com --- recipes-qt/qt5/qt5.inc | 2 ++ recipes-qt/qt5/qtbase.inc| 2 +- recipes-qt/qt5/qtwebkit-examples.inc | 1

Re: [oe] [meta-qt5][PATCH v2 2/2] qtwebkit-examples: add RDEPENDS for ca-certificates

2014-02-22 Thread Andre McCurdy
On Sat, Feb 22, 2014 at 12:25 AM, Martin Jansa martin.ja...@gmail.com wrote: I've added comment in qtbase.inc and integrated this to master-next. Great! Thank-you Martin and Khem. Andre -- ___ Openembedded-devel mailing list

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

2014-03-28 Thread Andre McCurdy
On Fri, Feb 28, 2014 at 12:15 PM, Andreas Oberritter o...@opendreambox.org wrote: 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

[oe] [meta-qt5] hardcoded rpath in Qt 5.4.0 qtbase-native uic binary

2015-01-15 Thread Andre McCurdy
The Qt 5.4.0 qtbase-native uic binary seems to get built with a hardcoded RUNPATH, which causes problems when qtbase-native from sstate is later reused by a different build. The issue has been there since 5.4.0 alpha1 (5.3.2 is OK). -- Build Configuration: BB_VERSION= 1.25.0 BUILD_SYS

[oe] [meta-qt5][PATCH] qtwebkit: fix textrel QA warnings when building qtwebkit for x86

2015-02-17 Thread Andre McCurdy
refresh required to apply cleanly to the older webkit sources used by qtwebkit. Specifically, the patch needed to be modified to account for PLATFORM(MAC) - OS(DARWIN) renaming in recent webkit which is not part of qtwebkit yet ( https://bugs.webkit.org/show_bug.cgi?id=99683 ). Signed-off-by: Andre

[oe] [meta-oe][PATCH] log4c: fix undeclared dependency on expat

2015-02-18 Thread Andre McCurdy
The original log4c configure.in is buggy and requires fixing before configure --with-expat works as expected. Signed-off-by: Andre McCurdy armccu...@gmail.com --- .../log4c/log4c/fix_configure_with-expat.patch | 21 + meta-oe/recipes-support/log4c/log4c_1.2.4.bb

[oe] [meta-oe][PATCH] cryptsetup: update 1.6.2 - 1.6.6

2015-01-13 Thread Andre McCurdy
Signed-off-by: Andre McCurdy armccu...@gmail.com --- .../cryptsetup/{cryptsetup_1.6.2.bb = cryptsetup_1.6.6.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-support/cryptsetup/{cryptsetup_1.6.2.bb = cryptsetup_1.6.6.bb} (84%) diff --git a/meta-oe

[oe] [meta-oe][PATCH v2] libjpeg-turbo: update 1.3.1 - 1.4.0

2015-01-13 Thread Andre McCurdy
The LIC_FILES_CHKSUM updates are needed to account for minor formatting changes and the addition of 2014 to copyright notices. Signed-off-by: Andre McCurdy armccu...@gmail.com --- .../{libjpeg-turbo_8d+1.3.1.bb = libjpeg-turbo_8d+1.4.0.bb} | 10 +- 1 file changed, 5 insertions(+), 5

[oe] [meta-oe][PATCH] libjpeg-turbo: update 1.3.1 - 1.4.0

2015-01-13 Thread Andre McCurdy
The LIC_FILES_CHKSUM updates are needed to account for minor formatting changes and the addition of 2014 to copyright notices. Signed-off-by: Andre McCurdy armccu...@gmail.com --- .../recipes-core/jpeg/libjpeg-turbo_8d+1.3.1.bb| 39 -- .../recipes-core/jpeg/libjpeg

[oe] [meta-oe][PATCH] zram: remove bash dependency from init script

2015-02-09 Thread Andre McCurdy
Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta-oe/recipes-extended/zram/zram/init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-extended/zram/zram/init b/meta-oe/recipes-extended/zram/zram/init index d126169..7b6cbf4 100644 --- a/meta-oe

[oe] [meta-qt5][PATCH v2] qt5: add QT_GIT to define git repo for Qt core components

2015-03-13 Thread Andre McCurdy
Replace duplicated git URIs with a single definition in layer.conf. Signed-off-by: Andre McCurdy armccu...@gmail.com --- conf/layer.conf | 2 ++ recipes-qt/examples/qt5everywheredemo_1.0.bb | 2 +- recipes-qt/qt5/nativesdk-qtbase_git.bb | 2 +- recipes-qt/qt5

[oe] [meta-qt5][PATCH] qt5: add QT_GIT to define git repo for Qt core components

2015-03-12 Thread Andre McCurdy
Replace four duplicate git URIs with a single definition. Signed-off-by: Andre McCurdy armccu...@gmail.com --- recipes-qt/qt5/nativesdk-qtbase_git.bb | 2 +- recipes-qt/qt5/qt5-git.inc | 4 +++- recipes-qt/qt5/qtbase-native_git.bb| 2 +- recipes-qt/qt5/qtbase_git.bb | 2

Re: [oe] [meta-qt5] hardcoded rpath in Qt 5.4.0 qtbase-native uic binary

2015-03-10 Thread Andre McCurdy
On Thu, Jan 15, 2015 at 9:49 PM, Andre McCurdy armccu...@gmail.com wrote: The Qt 5.4.0 qtbase-native uic binary seems to get built with a hardcoded RUNPATH, which causes problems when qtbase-native from sstate is later reused by a different build. The issue has been there since 5.4.0 alpha1

[oe] [meta-webserver][PATCH] spawn-fcgi: add initial recipe

2015-03-10 Thread Andre McCurdy
Signed-off-by: Andre McCurdy armccu...@gmail.com --- .../spawn-fcgi-1.6.4/fix_configure_ipv6_test.patch | 35 ++ .../recipes-support/spawn-fcgi/spawn-fcgi_1.6.4.bb | 16 ++ 2 files changed, 51 insertions(+) create mode 100644 meta-webserver/recipes-support/spawn-fcgi

[oe] [meta-oe][PATCH] tinymembench: add initial recipe

2015-03-10 Thread Andre McCurdy
Signed-off-by: Andre McCurdy armccu...@gmail.com --- .../tinymembench/tinymembench_git.bb | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb diff --git a/meta-oe/recipes-benchmark/tinymembench

[oe] [meta-oe][PATCH] log4c: disable binconfig file

2015-04-02 Thread Andre McCurdy
Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta-oe/recipes-support/log4c/log4c_1.2.4.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/log4c/log4c_1.2.4.bb b/meta-oe/recipes-support/log4c/log4c_1.2.4.bb index ea75757..3286b08 100644

Re: [oe] [meta-browser][PATCH 1/2 V4] cef3: Add recipe for Chromium Embedded Framework

2015-04-27 Thread Andre McCurdy
Looks like some regressions may have crept back relative previous versions of the patch? - dubious indent in do_install() - .pak files being installed as executables - dev-so INSANE_SKIP shouldn't be requied On Mon, Apr 27, 2015 at 9:44 AM, Khem Raj raj.k...@gmail.com wrote: CEF is a

[oe] Qt 5.4.1 loading libGLESv2.so directly and ignoring soname

2015-05-11 Thread Andre McCurdy
I'm seeing Qt 5.4.1 apps which use the eglfs platform plug-in exit soon after startup with the following error: Failed to load libGLESv2 The issue seems to be that Qt 5.4.1 tries to dlopen libGLESv2.so at runtime, but due to OE's packaging rules the libGLESv2.so symlink isn't available. As a

[oe] [PATCH][meta-networking] ntp: control refclock driver support via PACKAGECONFIG

2015-05-08 Thread Andre McCurdy
The default configuration of ntp includes a large number of reference clock drivers. Provide a PACKAGECONFIG to allow control over whether or not these refclock drivers are built. Leave enabled by default. http://doc.ntp.org/4.2.8/refclock.html Signed-off-by: Andre McCurdy armccu...@gmail.com

Re: [oe] [[meta-filesystems][Add xorriso support]] Add xorriso tool support

2015-04-03 Thread Andre McCurdy
On Wed, Apr 1, 2015 at 12:21 PM, Gaurang Shastri gshas...@juniper.net wrote: xorriso copies file objects from POSIX compliant filesystems into Rock Ridge enhanced ISO 9660 filesystems and allows session-wise manipulation of such filesystems. Signed-off-by: Gaurang Shastri gshas...@juniper.net

[oe] [meta-oe][PATCH v2 3/7] klibc.inc: use x86 over-ride instead of i486/i586/i686/pentium

2015-06-04 Thread Andre McCurdy
32bit x86 is covered by the x86 over-ride, so duplicate over-rides for i486/i586/i686/pentium are not required. Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta-initramfs/recipes-devtools/klibc/klibc.inc | 4 1 file changed, 4 deletions(-) diff --git a/meta-initramfs/recipes

[oe] [meta-oe][PATCH] minini: add initial recipe, minIni v1.2.b

2015-06-08 Thread Andre McCurdy
Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta-oe/recipes-support/minini/minini_1.2.b.bb | 38 ++ 1 file changed, 38 insertions(+) create mode 100644 meta-oe/recipes-support/minini/minini_1.2.b.bb diff --git a/meta-oe/recipes-support/minini/minini_1.2.b.bb b

Re: [oe] [meta-filesystems][PATCH] xorriso: Add xorriso v1.4.0

2015-06-02 Thread Andre McCurdy
On Mon, Jun 1, 2015 at 7:48 AM, Naresh Bhat naresh.b...@linaro.org wrote: Add xorriso v1.4.0 based on the discussions http://patchwork.openembedded.org/patch/91143/ http://lists.openembedded.org/pipermail/openembedded-devel/2015-April/100981.html We have tested this package with Montavista

[oe] [meta-qt5][PATCH] qtwebengine: duplicate i586 over-ride for i686

2015-06-03 Thread Andre McCurdy
Signed-off-by: Andre McCurdy armccu...@gmail.com --- recipes-qt/qt5/qtwebengine_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb index df82dd8..682e8de 100644 --- a/recipes-qt/qt5/qtwebengine_git.bb +++ b/recipes-qt

[oe] [meta-oe][PATCH 3/5] gst-plugins-base: duplicate i586 over-ride for i686

2015-06-03 Thread Andre McCurdy
Signed-off-by: Andre McCurdy armccu...@gmail.com --- .../recipes-multimedia/gstreamer-0.10/gst-plugins-base_0.10.36.bb| 1 + 1 file changed, 1 insertion(+) diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-base_0.10.36.bb b/meta-multimedia/recipes-multimedia

[oe] [meta-oe][PATCH 1/5] elbow: duplicate i586 over-ride for i686

2015-06-03 Thread Andre McCurdy
Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta-efl/recipes-efl/e17/elbow_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-efl/recipes-efl/e17/elbow_git.bb b/meta-efl/recipes-efl/e17/elbow_git.bb index 16664f9..29881ab 100644 --- a/meta-efl/recipes-efl/e17/elbow_git.bb

[oe] [meta-oe][PATCH 5/5] mariadb.inc: duplicate i586 over-ride for i686

2015-06-03 Thread Andre McCurdy
Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta-oe/recipes-support/mysql/mariadb.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-support/mysql/mariadb.inc b/meta-oe/recipes-support/mysql/mariadb.inc index 00fa965..3ee1b75 100644 --- a/meta-oe/recipes-support

[oe] [meta-oe][PATCH 4/5] luajit: duplicate i586 over-ride for i686

2015-06-03 Thread Andre McCurdy
Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta-oe/recipes-devtools/luajit/luajit_2.0.3.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-devtools/luajit/luajit_2.0.3.bb b/meta-oe/recipes-devtools/luajit/luajit_2.0.3.bb index 48137e3..05456bb 100644 --- a/meta-oe

[oe] [meta-oe][PATCH 2/5] webkit-efl.inc: duplicate i586 over-ride for i686

2015-06-03 Thread Andre McCurdy
Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta-efl/recipes-efl/webkit/webkit-efl.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-efl/recipes-efl/webkit/webkit-efl.inc b/meta-efl/recipes-efl/webkit/webkit-efl.inc index cf919ec..95a3069 100644 --- a/meta-efl/recipes-efl

[oe] [meta-oe][PATCH 2/7] webkit-efl.inc: use x86 over-ride instead of i586

2015-06-04 Thread Andre McCurdy
Support i686 without needing to duplicate the i586 over-ride. Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta-efl/recipes-efl/webkit/webkit-efl.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-efl/recipes-efl/webkit/webkit-efl.inc b/meta-efl/recipes-efl

[oe] [meta-oe][PATCH 1/7] elbow: use x86 over-ride instead of i586

2015-06-04 Thread Andre McCurdy
Support i686 without needing to duplicate the i586 over-ride. Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta-efl/recipes-efl/e17/elbow_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-efl/recipes-efl/e17/elbow_git.bb b/meta-efl/recipes-efl/e17

[oe] [meta-oe][PATCH 3/7] klibc.inc: use x86 over-ride instead of i486/i586/i686

2015-06-04 Thread Andre McCurdy
32bit x86 is covered by the x86 over-ride, so duplicate over-rides for i486/i586/i686 are not required. Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta-initramfs/recipes-devtools/klibc/klibc.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-initramfs/recipes-devtools/klibc

[oe] [meta-oe][PATCH 5/7] luajit: use x86 over-ride instead of i586

2015-06-04 Thread Andre McCurdy
Support i686 without needing to duplicate the i586 over-ride. Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta-oe/recipes-devtools/luajit/luajit_2.0.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/luajit/luajit_2.0.3.bb b/meta-oe

[oe] [meta-oe][PATCH 6/7] emacs.inc: use x86 over-ride instead of i586

2015-06-04 Thread Andre McCurdy
Support i686 without needing to duplicate the i586 over-ride. Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta-oe/recipes-support/emacs/emacs.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-oe/recipes-support/emacs/emacs.inc b/meta-oe/recipes-support

[oe] [meta-oe][PATCH 4/7] gst-plugins-base: use x86 over-ride instead of i586

2015-06-04 Thread Andre McCurdy
Support i686 without needing to duplicate the i586 over-ride. Signed-off-by: Andre McCurdy armccu...@gmail.com --- .../recipes-multimedia/gstreamer-0.10/gst-plugins-base_0.10.36.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia

[oe] [meta-oe][PATCH 7/7] mariadb.inc: use x86 over-ride instead of i586

2015-06-04 Thread Andre McCurdy
Support i686 without needing to duplicate the i586 over-ride. Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta-oe/recipes-support/mysql/mariadb.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/mysql/mariadb.inc b/meta-oe/recipes-support

[oe] [meta-qt5][PATCH] qtwebengine: use x86 over-ride instead of i586

2015-06-04 Thread Andre McCurdy
Support i686 without needing to duplicate the i586 over-ride. Signed-off-by: Andre McCurdy armccu...@gmail.com --- recipes-qt/qt5/qtwebengine_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb index

[oe] [meta-oe][PATCH] libjpeg-turbo: update 1.4.0 - 1.4.1

2015-06-09 Thread Andre McCurdy
Also make minor cleanup of moving DEPENDS nearer to the top of the recipe. Signed-off-by: Andre McCurdy armccu...@gmail.com --- .../jpeg/{libjpeg-turbo_8d+1.4.0.bb = libjpeg-turbo_8d+1.4.1.bb} | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) rename meta-oe/recipes-core/jpeg

[oe] [meta-multimedia][PATCH] libupnp: add initial recipe, libupnp v1.6.19

2015-06-09 Thread Andre McCurdy
http://pupnp.sourceforge.net/ Signed-off-by: Andre McCurdy armccu...@gmail.com --- .../avoid-redefining-strnlen-and-strndup.patch | 47 + .../libupnp/libupnp/sepbuildfix.patch | 60 ++ .../recipes-connectivity/libupnp/libupnp_1.6.19.bb | 19

Re: [oe] [meta-oe][PATCH] libjpeg-turbo: update 1.4.0 - 1.4.1

2015-06-19 Thread Andre McCurdy
ping On Tue, Jun 9, 2015 at 3:46 PM, Andre McCurdy armccu...@gmail.com wrote: Also make minor cleanup of moving DEPENDS nearer to the top of the recipe. Signed-off-by: Andre McCurdy armccu...@gmail.com --- .../jpeg/{libjpeg-turbo_8d+1.4.0.bb = libjpeg-turbo_8d+1.4.1.bb} | 7 --- 1

[oe] [meta-oe][PATCH] minini: fix build when SECURITY_CFLAGS includes -pie -fpie

2015-06-18 Thread Andre McCurdy
Separating compile and link steps avoids build errors when security_flags.inc is used: | DEBUG: Executing shell function do_compile | ../sysdeps/i386/start.S:98: error: undefined reference to 'main' | collect2: error: ld returned 1 exit status Signed-off-by: Andre McCurdy armccu

[oe] [meta-oe][PATCH] llvm3.3: fix error output from configure if CFLAGS is set

2015-06-18 Thread Andre McCurdy
: command not found Signed-off-by: Andre McCurdy armccu...@gmail.com --- ...r-output-from-configure-if-CFLAGS-is-set-.patch | 52 ++ meta-oe/recipes-core/llvm/llvm3.3_3.3.bb | 3 ++ 2 files changed, 55 insertions(+) create mode 100644 meta-oe/recipes-core/llvm

Re: [oe] [meta-multimedia][PATCH] libupnp: add initial recipe, libupnp v1.6.19

2015-06-10 Thread Andre McCurdy
On Wed, Jun 10, 2015 at 8:44 AM, Khem Raj raj.k...@gmail.com wrote: On Tue, Jun 9, 2015 at 5:39 PM, Andre McCurdy armccu...@gmail.com wrote: +-echo configure: copying \autoconfig.h\ to \build/inc/autoconfig.h\ +-cp autoconfig.h build/inc/autoconfig.h +-echo configure: copying \upnp

[oe] qtwebkit doesn't use system leveldb

2015-06-17 Thread Andre McCurdy
Hi all, The qtwebkit configure test for leveldb tries to include helpers/memenv/memenv.h and link with -lmemenv, however the current meta-oe leveldb package doesn't provide them and so qtwebkit always falls back to using it's internal copy of leveldb. I can work on a patch, but I'm not sure what

Re: [oe] qtwebkit doesn't use system leveldb

2015-06-18 Thread Andre McCurdy
/package/leveldb/leveldb.mk I wonder if there's any known case where qtwebkit does successfully use system leveldb? On Thu, Jun 18, 2015 at 7:18 AM, Andre McCurdy armccu...@gmail.com wrote: Hi all, The qtwebkit configure test for leveldb tries to include helpers/memenv/memenv.h and link

[oe] [meta-qt5][PATCH] qtwebkit-examples: fix missing qtxmlpatterns dependency

2015-05-29 Thread Andre McCurdy
The webkitwidgets/xmlpatterns examples depend on qtxmlpatterns. Signed-off-by: Andre McCurdy armccu...@gmail.com --- recipes-qt/qt5/qtwebkit-examples_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-qt/qt5/qtwebkit-examples_git.bb b/recipes-qt/qt5/qtwebkit

Re: [oe] [meta-oe][PATCH] parted_1.8.6.bb: add parted that not GPLv3

2015-07-06 Thread Andre McCurdy
On Sun, Jul 5, 2015 at 6:51 PM, Lei Maohui leimao...@cn.fujitsu.com wrote: In oe-core,the parted is GPLv3,so add parted-1.8.6 which is not GPLv3. Thanks, it's good to have a non-GPLv3 recipe for parted. However, if the GPLv3 recipe is in oe-core then the non-GPLv3 version should be in oe-core

[oe] [meta-browser][PATCH 1/2] chromium.inc: use x86 over-ride instead of i586

2015-07-07 Thread Andre McCurdy
Support i686 without needing to duplicate the i586 over-ride. Signed-off-by: Andre McCurdy armccu...@gmail.com --- recipes-browser/chromium/chromium.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-browser/chromium/chromium.inc b/recipes-browser/chromium

[oe] [meta-browser][PATCH 2/2] cef3: use x86 over-ride instead of i586

2015-07-07 Thread Andre McCurdy
Support i686 without needing to duplicate the i586 over-ride. Signed-off-by: Andre McCurdy armccu...@gmail.com --- recipes-browser/chromium/cef3_280796.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-browser/chromium/cef3_280796.bb b/recipes-browser/chromium

Re: [oe] [PATCH 00/55] For meta-oe fido-next

2015-08-18 Thread Andre McCurdy
On Mon, Aug 3, 2015 at 9:22 AM, Armin Kuster akuster...@gmail.com wrote: I don't recall if I sent this pull request already. Please consider these changes for Meta-openembedded fido next The following changes since commit c841231b9f327d2d06d19d2ba1324dd86b83617c: netperf: fix the broken

[oe] [meta-qt5][fido][PATCH] qtwebkit: remove false dependency on leveldb

2015-06-29 Thread Andre McCurdy
to build when security_flags.inc is used). Signed-off-by: Andre McCurdy armccu...@gmail.com --- recipes-qt/qt5/qtwebkit_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-qt/qt5/qtwebkit_git.bb b/recipes-qt/qt5/qtwebkit_git.bb index 77568af..759a81d 100644

Re: [oe] [meta-browser][PATCH] chromium: List all PACKAGECONFIG settings to avoid warning

2015-06-30 Thread Andre McCurdy
On Tue, Jun 30, 2015 at 12:29 PM, Gary Thomas g...@mlbassoc.com wrote: OE-core now warns if PACKAGECONFIG is used to set an option that does not have a corresponding PACKAGECONFIG[option]=xxx line. This recipe makes use of many such options this patch suppresses those warnings by listing the

Re: [oe] [meta-oe][PATCH] fio: Add PACKAGECONFIG for numa, re-enable ARM build

2015-07-16 Thread Andre McCurdy
Hi Dominic, On Thu, Jul 16, 2015 at 5:45 AM, Dominic Sacré dominic.sa...@gmx.de wrote: Make fio's NUMA support optional via PACKAGECONFIG. Enable this feature by default, except on ARM where libnuma/numactl is not available. Signed-off-by: Dominic Sacré dominic.sa...@gmx.de ---

Re: [oe] [meta-browser][PATCH] chromium, cef: fetch chromium source from git

2015-07-16 Thread Andre McCurdy
Hi Zoltan, On Thu, Jul 16, 2015 at 4:51 AM, Zoltan Kuscsik zoltan.kusc...@linaro.org wrote: Updated recipe to fetch Chromium from git. LASTCHANGE file is now created using the proper gclient hook. Is this a v2 or a resend of the original patch? Either way, it's going to conflict with:

Re: [oe] [meta-oe][PATCH] fio: Add PACKAGECONFIG for numa, re-enable ARM build

2015-07-17 Thread Andre McCurdy
On Fri, Jul 17, 2015 at 7:45 AM, Dominic Sacré dominic.sa...@gmx.de wrote: Hi Andre, On 2015-07-17 02:46, Andre McCurdy wrote: +PACKAGECONFIG[numa] = ,--disable-numa,numactl I don't think this change will work. The fio recipe doesn't use autotools, so the --disable-numa option set via

[oe] [RFC] move ninja-native to meta-oe

2015-10-23 Thread Andre McCurdy
The are currently ninja-native recipes in meta-qt5 (v1.5.3) and meta-browser (v1.4.0). Any objections to me submitting patches to add a ninja-native v1.6.0 recipe to meta-oe and remove the older recipes from meta-qt5 and meta-browser? -- ___

Re: [oe] [meta-browser] Recipes draft for Chromium V45 and V47

2015-10-23 Thread Andre McCurdy
On Tue, Oct 13, 2015 at 3:12 AM, Julien Brianceau (jbriance) wrote: > Hi, > >> It still needs some cleanup before upstream, comments are welcome. > > I think it would be great to take the opportunity to clarify license > declaration in chromium recipes. > Currently, LICENSE

[oe] [meta-qt5][PATCH] ninja-native: remove from meta-qt5 (moved to meta-oe)

2015-11-13 Thread Andre McCurdy
ninja-native is now available in meta-oe (jethro and master): http://git.openembedded.org/meta-openembedded/commit/?id=d931801de77a9cbb13c916231583b3526a7d3e11 Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- recipes-devtools/ninja/ninja-native_git.bb | 23

[oe] [meta-browser][PATCH] ninja-native: remove from meta-browser (moved to meta-oe)

2015-11-13 Thread Andre McCurdy
ninja-native is now available in meta-oe (jethro and master): http://git.openembedded.org/meta-openembedded/commit/?id=d931801de77a9cbb13c916231583b3526a7d3e11 Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- recipes-devtools/ninja/ninja-native_1.4.0.bb | 22 ---

Re: [oe] [meta-browser][PATCH 2/2] chromium: use PARALLEL_MAKE to control build parallelism

2015-11-16 Thread Andre McCurdy
Hi Nikolay, On Sat, Nov 14, 2015 at 6:04 AM, Nikolay Dimitrov <picmas...@mail.bg> wrote: > Hi Andre, > > On 11/11/2015 06:48 AM, Andre McCurdy wrote: >> >> Signed-off-by: Andre McCurdy <armccu...@gmail.com> >> --- >> recipes-browser/chromium/chromi

[oe] [meta-oe][PATCH] libjpeg-turbo: update 1.4.1 -> 1.4.2

2015-11-16 Thread Andre McCurdy
ed various negative left shifts and other issues reported by the GCC and Clang undefined behavior sanitizers. None of these was known to pose a security threat, but removing the warnings makes it easier to detect actual security issues, should they arise in the future. Signed-off-b

[oe] [meta-oe][PATCH] tree: respect the package's own default CFLAGS

2015-11-16 Thread Andre McCurdy
instead of DESCRIPTION. Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta-oe/recipes-support/tree/tree_1.7.0.bb | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/tree/tree_1.7.0.bb b/meta-oe/recipes-support/tree/tree_1.7.0.bb index 5

Re: [oe] [meta-browser][PATCH 1/2] cef3: use PARALLEL_MAKE to control build parallelism

2015-11-10 Thread Andre McCurdy
_MAKE value configured in OE isn't just about maximising parallelism though (although that's it's common usage), it's also useful to limit parallelism and reduce the load on the CPU. If PARALLEL_MAKE isn't passed to ninja builds then they will always fully load the CPU. > Z > > On 11

[oe] [meta-browser][PATCH 1/2] cef3: use PARALLEL_MAKE to control build parallelism

2015-11-10 Thread Andre McCurdy
Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- recipes-browser/chromium/cef3_280796.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-browser/chromium/cef3_280796.bb b/recipes-browser/chromium/cef3_280796.bb index d827b8e..6872e5b 100644 --- a/recipes-b

[oe] [meta-browser][PATCH 2/2] chromium: use PARALLEL_MAKE to control build parallelism

2015-11-10 Thread Andre McCurdy
Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- recipes-browser/chromium/chromium_40.0.2214.91.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-browser/chromium/chromium_40.0.2214.91.bb b/recipes-browser/chromium/chromium_40.0.2214.91.bb index a

Re: [oe] [meta-oe][PATCH] sysdig: Fix build with lua >= 5.2

2015-11-02 Thread Andre McCurdy
On Fri, Oct 23, 2015 at 12:38 AM, Khem Raj wrote: > It was still using deprecated lua contructs > also fix for musl while at it > > Signed-off-by: Khem Raj > --- > ...ith-musl-backtrace-APIs-are-glibc-specifi.patch | 50 ++ >

Re: [oe] [meta-oe][PATCH] ninja-native: add initial recipe, ninja 1.6.0

2015-10-30 Thread Andre McCurdy
On Fri, Oct 30, 2015 at 12:31 PM, Andreas Müller <schnitzelt...@googlemail.com> wrote: > On Fri, Oct 30, 2015 at 8:19 PM, Andre McCurdy <armccu...@gmail.com> wrote: >> Signed-off-by: Andre McCurdy <armccu...@gmail.com> >> --- >> .../recipes-devt

[oe] [meta-oe][PATCH] ninja-native: add initial recipe, ninja 1.6.0

2015-10-30 Thread Andre McCurdy
Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- .../recipes-devtools/ninja/ninja-native_1.6.0.bb | 25 ++ 1 file changed, 25 insertions(+) create mode 100644 meta-oe/recipes-devtools/ninja/ninja-native_1.6.0.bb diff --git a/meta-oe/recipes-devtools/ninja

Re: [oe] [OE-core] State of libcs in OE-Core glibc/uclibc/musl

2015-10-30 Thread Andre McCurdy
On Fri, Oct 30, 2015 at 9:21 AM, akuster808 wrote: > > > On 10/29/2015 08:42 AM, Khem Raj wrote: >> Hi All, >> >> I would like to get everyone’s opinion on the libcs we maintain in OE-Core, >> as of now, we have >> >> glibc + cross localedef + kconfig patches which are left

Re: [oe] [meta-qt5][PATCH] qt5: use extra .pri file from linux-oe-g++ mkspec

2015-10-15 Thread Andre McCurdy
On Thu, Oct 15, 2015 at 6:38 AM, Otavio Salvador wrote: > On Thu, Oct 15, 2015 at 8:47 AM, Martin Jansa wrote: >> On Thu, Oct 15, 2015 at 01:00:31PM +0300, Samuli Piippo wrote: >>> Load additional oe-device-extra.pri in the default

Re: [oe] [meta-oe][PATCH] parted_1.8.6.bb: add parted that not GPLv3

2015-08-31 Thread Andre McCurdy
On Mon, Aug 31, 2015 at 10:58 AM, Martin Jansa wrote: > On Mon, Jul 06, 2015 at 09:51:34AM +0800, Lei Maohui wrote: >> In oe-core,the parted is GPLv3,so add parted-1.8.6 which is not GPLv3. >> >> Signed-off-by: Lei Maohui >> --- >>

Re: [oe] [meta-oe][PATCH] parted_1.8.6.bb: add parted that not GPLv3

2015-08-31 Thread Andre McCurdy
On Mon, Aug 31, 2015 at 12:35 PM, Martin Jansa <martin.ja...@gmail.com> wrote: > On Mon, Aug 31, 2015 at 12:11:01PM -0700, Andre McCurdy wrote: >> On Mon, Aug 31, 2015 at 10:58 AM, Martin Jansa <martin.ja...@gmail.com> >> wrote: >> > On Mon, Jul 06, 2015 a

Re: [oe] [meta-oe][PATCH] parted_1.8.6.bb: add parted that not GPLv3

2015-08-31 Thread Andre McCurdy
On Mon, Aug 31, 2015 at 12:38 PM, Andreas Müller <schnitzelt...@googlemail.com> wrote: > On Mon, Aug 31, 2015 at 9:11 PM, Andre McCurdy <armccu...@gmail.com> wrote: >> On Mon, Aug 31, 2015 at 10:58 AM, Martin Jansa <martin.ja...@gmail.com> >> wrote: >>>

Re: [oe] [meta-oe][PATCH] parted_1.8.6.bb: add parted that not GPLv3

2015-09-01 Thread Andre McCurdy
On Tue, Sep 1, 2015 at 3:07 PM, Martin Jansa <martin.ja...@gmail.com> wrote: > On Tue, Sep 01, 2015 at 02:57:29PM -0700, Andre McCurdy wrote: >> On Mon, Aug 31, 2015 at 11:36 PM, Anders Darander <and...@chargestorm.se> >> wrote: >> > * Andre McCurdy

Re: [oe] [meta-oe][PATCH] parted_1.8.6.bb: add parted that not GPLv3

2015-09-01 Thread Andre McCurdy
On Mon, Aug 31, 2015 at 11:36 PM, Anders Darander <and...@chargestorm.se> wrote: > * Andre McCurdy <armccu...@gmail.com> [150831 22:03]: > >> On Mon, Aug 31, 2015 at 12:38 PM, Andreas Müller >> <schnitzelt...@googlemail.com> wrote: >> > On Mon, A

[oe] [meta-multimedia][PATCH 1/4] mpg123: recipe formatting cleanup, no functional changes

2015-12-03 Thread Andre McCurdy
Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- .../recipes-multimedia/mpg123/mpg123_1.21.0.bb | 42 +++--- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/meta-multimedia/recipes-multimedia/mpg123/mpg123_1.21.0.bb b/meta-multimedia/recipes-mult

[oe] [meta-multimedia][PATCH 2/4] mpg123: limit ARM_INSTRUCTION_SET = "arm" over-ride to armv4/armv5

2015-12-03 Thread Andre McCurdy
Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta-multimedia/recipes-multimedia/mpg123/mpg123_1.21.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/mpg123/mpg123_1.21.0.bb b/meta-multimedia/recipes-multimedia/

[oe] [meta-multimedia][PATCH 0/4] mpg123 cleanups + update

2015-12-03 Thread Andre McCurdy
Andre McCurdy (4): mpg123: recipe formatting cleanup, no functional changes mpg123: limit ARM_INSTRUCTION_SET = "arm" over-ride to armv4/armv5 mpg123: drop unnecessary dependency on tslib mpg123: update 1.21.0 -> 1.22.4 .../mpg123/{mpg123_1.21.0.bb => mpg123_

[oe] [meta-multimedia][PATCH 3/4] mpg123: drop unnecessary dependency on tslib

2015-12-03 Thread Andre McCurdy
The mpg123 sources don't contain any references to tslib or -lts and there are no obvious build issues or QA warnings after the tslib dependency is removed. Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta-multimedia/recipes-multimedia/mpg123/mpg123_1.21.0.bb | 2 +- 1 file chan

[oe] [meta-multimedia][PATCH 4/4] mpg123: update 1.21.0 -> 1.22.4

2015-12-03 Thread Andre McCurdy
MPG123_ERR (always check for != MPG123_OK). - Fix WAV writing to stdout on Windows (bug 214). - Rework Xing/Info/Lame tag parsing, also detecting short ones without the TOC now. In addition, the warning about file size being off is a _lot_ more accurate now. Signed-off-by: Andre McCurdy <armccu

Re: [oe] [meta-multimedia][PATCH 2/4] mpg123: limit ARM_INSTRUCTION_SET = "arm" over-ride to armv4/armv5

2015-12-07 Thread Andre McCurdy
On Mon, Dec 7, 2015 at 10:28 AM, Khem Raj <raj.k...@gmail.com> wrote: > On Thu, Dec 3, 2015 at 7:21 PM, Andre McCurdy <armccu...@gmail.com> wrote: >> Signed-off-by: Andre McCurdy <armccu...@gmail.com> >> --- >> meta-multimedia/recipes-multimedia/mpg123/mpg1

Re: [oe] [meta-multimedia][PATCH 2/4] mpg123: limit ARM_INSTRUCTION_SET = "arm" over-ride to armv4/armv5

2015-12-07 Thread Andre McCurdy
On Mon, Dec 7, 2015 at 12:27 PM, Khem Raj <raj.k...@gmail.com> wrote: > On Mon, Dec 7, 2015 at 11:58 AM, Andre McCurdy <armccu...@gmail.com> wrote: >> On Mon, Dec 7, 2015 at 10:28 AM, Khem Raj <raj.k...@gmail.com> wrote: >>> On Thu, Dec 3, 2015 at 7:21 PM, Andre

[oe] [meta-oe][PATCH 1/2] BSD-0-Clause: remove license file now included in oe-core

2015-12-21 Thread Andre McCurdy
http://git.openembedded.org/openembedded-core/commit/?id=ae85c89810488a9eb86ae3bd765260eb5935711b Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta-oe/licenses/BSD-0-Clause | 12 1 file changed, 12 deletions(-) delete mode 100644 meta-oe/licenses/BSD-0-Clause

[oe] [meta-oe][PATCH 3/3] opencv: support machines based on oe-core tune-corei7.inc

2015-12-21 Thread Andre McCurdy
oe-core tune-corei7.inc enables -msse4.2 (rather than -msse3, which is only enabled by tune-core2.inc). Add test for -msse4.2 to ensure that SSE is enabled for machines based on tune-corei7.inc (also add a test for -msse4.1 for completeness). Signed-off-by: Andre McCurdy <armccu...@gmail.

[oe] [meta-oe][PATCH 2/3] opencv: limit ARM_INSTRUCTION_SET = "arm" over-ride to armv4/armv5

2015-12-21 Thread Andre McCurdy
Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta-oe/recipes-support/opencv/opencv_2.4.bb | 3 ++- meta-oe/recipes-support/opencv/opencv_3.0.bb | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/opencv/opencv_2.4.bb b/meta-oe/recipes-s

[oe] [meta-oe][PATCH 1/3] opencv: sort PACKAGECONFIG options

2015-12-21 Thread Andre McCurdy
Recipe cleanup only, no functional changes. Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta-oe/recipes-support/opencv/opencv_2.4.bb | 5 +++-- meta-oe/recipes-support/opencv/opencv_3.0.bb | 15 --- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/m

[oe] [meta-oe][PATCH 0/3] opencv: minor recipe updates

2015-12-21 Thread Andre McCurdy
Andre McCurdy (3): opencv: sort PACKAGECONFIG options opencv: limit ARM_INSTRUCTION_SET = "arm" over-ride to armv4/armv5 opencv: support machines based on oe-core tune-corei7.inc meta-oe/recipes-support/opencv/opencv_2.4.bb | 10 +++--- meta-oe/recipes-support/opencv/opencv_3

[oe] [meta-oe][PATCH 2/2] OML: move license file from meta-oe to meta-webserver

2015-12-21 Thread Andre McCurdy
The OML license is specific to fastcgi, which is in meta-webserver, not meta-oe. Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- {meta-oe => meta-webserver}/licenses/OML | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {meta-oe => meta-webserver}/licenses/OML

Re: [oe] [meta-oe][PATCH v4 1/1] nodejs: cleanup and update

2015-12-22 Thread Andre McCurdy
On Tue, Dec 22, 2015 at 7:45 AM, Trevor Woerner wrote: > Remove old nodejs4_0.4.12 and update nodejs_0.12.7 to the latest stable > nodejs_4.2.3. > > Nodejs is picky about which architectures it supports. The supported arch > mapping required some updating to bring it up to

Re: [oe] [meta-multimedia][PATCH 0/4] mpg123 cleanups + update

2015-12-18 Thread Andre McCurdy
On Fri, Dec 18, 2015 at 3:31 AM, Martin Jansa <martin.ja...@gmail.com> wrote: > On Thu, Dec 03, 2015 at 07:21:52PM -0800, Andre McCurdy wrote: >> Andre McCurdy (4): >> mpg123: recipe formatting cleanup, no functional changes >> mpg123: limit ARM_INSTRUCTION_SET = &qu

Re: [oe] [meta-multimedia][PATCH 0/4] mpg123 cleanups + update

2015-12-18 Thread Andre McCurdy
mbler is any better than the generic C, so disabling the assembler might be a good solution anyway. http://sourceforge.net/p/mpg123/bugs/168/#677e > On Fri, Dec 18, 2015 at 8:54 PM, Andre McCurdy <armccu...@gmail.com> wrote: > >> On Fri, Dec 18, 2015 at 3:31 AM, Martin Jansa <

[oe] [PATCH] mpg123: add textrel to INSANE_SKIP

2015-12-18 Thread Andre McCurdy
-off-by: Andre McCurdy <armccu...@gmail.com> --- meta-multimedia/recipes-multimedia/mpg123/mpg123_1.22.4.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta-multimedia/recipes-multimedia/mpg123/mpg123_1.22.4.bb b/meta-multimedia/recipes-multimedia/mpg123/mpg123_1.22.4.bb index 2

Re: [oe] [meta-oe][PATCH v3 1/1] nodejs: cleanup and update

2015-12-22 Thread Andre McCurdy
Hi Trevor, On Mon, Dec 21, 2015 at 8:27 PM, Trevor Woerner wrote: > Remove old nodejs_0.4.12 and update nodejs_0.12.7 to the latest stable > nodejs_4.2.3. > > Nodejs is picky about which architectures it supports. The supported arch > mapping required some updating to bring

[oe] [meta-multimedia][PATCH] gst-plugins-base: add perl runtime dependency to gst-plugins-base-apps

2016-02-01 Thread Andre McCurdy
=227be98c0b65a1616c0d0689db6fa7576bcbe434 Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- .../recipes-multimedia/gstreamer-0.10/gst-plugins-base_0.10.36.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-base_0.10.36.bb b/meta-multimedia/r

  1   2   3   >