[oe] [meta-qt5][PATCH 2/2] qt5: remove redundant QT_MODULE assignments

2015-09-04 Thread Pascal Bach
QT_MODULE is already set to the correct value by qt5-git.inc Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- recipes-qt/qt5/qtbase-native_git.bb| 2 -- recipes-qt/qt5/qtwayland-native_git.bb | 2 -- 2 files changed, 4 deletions(-) diff --git a/recipes-qt/qt5/qtbase-native_git

[oe] [meta-qt5][PATCH 1/2] qt5: move QT_MODULE to qt5-git.inc

2015-09-04 Thread Pascal Bach
QT_MODULE is only used in conjunction with qt5-git.inc. It feels more consistent to have the variable in the context of the file where it is used instead of having it in a separate file. Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- recipes-qt/qt5/qt5-git.inc | 1 + recipes-qt/q

[oe] [meta-qt5][PATCH] qtbase: Allow enabling harfbuzz via PACKAGECONFIG

2015-09-18 Thread Pascal Bach
Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- recipes-qt/qt5/qtbase_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb index d4dfd83..95802f7 100644 --- a/recipes-qt/qt5/qtbase_git.bb +++ b/recipes-qt/qt5/qtbase_

[oe] [meta-qt5][PATCH] qtbase: use system provided sqlite instead of bundled one

2015-09-18 Thread Pascal Bach
If PACKAGECONFIG = "sql-sqlite" is set use the system provided sqlite3 and not the bundled one. Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- recipes-qt/qt5/qtbase_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-qt/qt5/qtbase_git.bb

[oe] [meta-oe][PATCH] poco: Add recipe for POCO C++ library

2016-01-06 Thread Pascal Bach
Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- ...dation-library-version-back-to-SHARED_LIB.patch | 35 +++ meta-oe/recipes-support/poco/poco/run-ptest| 9 ++ meta-oe/recipes-support/poco/poco_1.6.1.bb | 108 + 3 files changed, 152 inse

[oe] [meta-qt5] backport 2 commits to krogoth

2016-06-06 Thread Pascal Bach
Hello I would like to request a backport of the following two fixes to the krogoth branch of meta-qt5 https://github.com/meta-qt5/meta-qt5/commit/0717c65abc24d67887c93b773129156f714d033b https://github.com/meta-qt5/meta-qt5/commit/05103827d50ec218954dee3866ec40bee9ec59af These two issues

[oe] [meta-oe][PATCH] poco: update to 1.7.3

2016-06-15 Thread Pascal Bach
Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- meta-oe/recipes-support/poco/{poco_1.7.1.bb => poco_1.7.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/poco/{poco_1.7.1.bb => poco_1.7.3.bb} (96%) diff --git a/meta-oe/recipes-

[oe] [meta-oe][PATCH] p7zip: update to version 15.14.1

2016-06-17 Thread Pascal Bach
Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- ...do_not_override_compiler_and_do_not_strip.patch | 25 +++--- .../p7zip/{p7zip_9.20.1.bb => p7zip_15.14.1.bb}| 9 2 files changed, 17 insertions(+), 17 deletions(-) rename meta-oe/recipes-exten

[oe] [meta-oe][PATCHv2] p7zip: update to version 15.14.1

2016-06-17 Thread Pascal Bach
. An additional License.txt containing top level license information is now also covered by LIC_FILES_CHKSUM Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- ...do_not_override_compiler_and_do_not_strip.patch | 25 +++--- .../p7zip/{p7zip_9.20.1.bb => p7zip_15.14.1.bb

[oe] [meta-webserver][PATCH 2/2] nginx: update to 1.9.10

2016-02-04 Thread Pascal Bach
--- .../recipes-httpd/nginx/{nginx_1.9.9.bb => nginx_1.9.10.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-webserver/recipes-httpd/nginx/{nginx_1.9.9.bb => nginx_1.9.10.bb} (95%) diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.9.9.bb

[oe] [meta-webserver][PATCH 1/2] nginx: make nginx user and home directory configurable

2016-02-04 Thread Pascal Bach
This allows selecting a different user then "www" in a bbappend. It also allows to change the default value of "/var/www/localhost" to something else. --- meta-webserver/recipes-httpd/nginx/nginx_1.9.9.bb | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git

Re: [oe] [meta-browser] ARM support in Chromium

2016-02-22 Thread Pascal Bach
Am 22.02.2016 um 11:44 schrieb Gary Thomas: > On 2016-02-22 11:32, Martin Jansa wrote: >> Yes it can, because cortex-a7 is armv7a. > > My build failed listing the board as not compatible > ERROR: Nothing PROVIDES 'chromium' > ERROR: chromium was skipped: incompatible with machine teton-p0381

[oe] [meta-oe][PATCH v2 2/3] nginx: add stable version 1.8.1 as alternative to the mainline version 1.9.x

2016-02-29 Thread Pascal Bach
The 1.8 branch is the current stable branch of nginx. This means the branch doesn't get new features, but is still supported with bugfixes. Depending on the use case it is more suitable to use on an embedded device than the 1.9 branch which adds new features with every release. ---

[oe] [meta-oe][PATCH v2 3/3] nginx: make the 1.8.x branch the default

2016-02-29 Thread Pascal Bach
The 1.9.x branch is still supported but it needs to be explicitly selected. --- meta-webserver/recipes-httpd/nginx/nginx_1.9.11.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.9.11.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.9.11.bb index

[oe] [meta-oe][PATCH v2 1/3] nginx: split parts out of the recipe into nginx.inc

2016-02-29 Thread Pascal Bach
nginx has two maintained branches. - stable: is the long term maintained branch where only bugfixes occur - mainline: is the branch where new features get added This change is in preparation to support these two branches. --- meta-webserver/recipes-httpd/nginx/nginx.inc | 137

[oe] [meta-webserver][PATCH 0/2] nginx: make mainline and stable version available

2016-02-16 Thread Pascal Bach
restructures the nginx recipe to provide recipes for both 1.8 and 1.9 branches. Pascal Bach (2): nginx: split parts out of the recipe into nginx.inc nginx: add stable version 1.8.1 as alternative to the mainline version 1.9.x meta-webserver/recipes-httpd/nginx/nginx.inc | 136

[oe] [meta-webserver][PATCH 2/2] nginx: add stable version 1.8.1 as alternative to the mainline version 1.9.x

2016-02-16 Thread Pascal Bach
The 1.8 branch is the current stable branch of nginx. This means the branch doesn't get new features, but is still supported with bugfixes. Depending on the use case it is more suitable to use on an embedded device than the 1.9 branch which adds new features with every release. ---

[oe] [meta-webserver][PATCH 1/2] nginx: split parts out of the recipe into nginx.inc

2016-02-16 Thread Pascal Bach
nginx has two maintained branches. - stable: is the long term maintained branch where only bugfixes occur - mainline: is the branch where new features get added This change is in preparation to support these two branches. --- meta-webserver/recipes-httpd/nginx/nginx.inc | 136

Re: [oe] [meta-webserver][PATCH 0/2] nginx: make mainline and stable version available

2016-02-17 Thread Pascal Bach
Am 16.02.2016 um 12:51 schrieb Otavio Salvador: > On Tue, Feb 16, 2016 at 9:40 AM, Pascal Bach <pascal.b...@siemens.com> wrote: >> Nginx has two supported branches, mainline and stable. >> Currently meta-webserver contains the mainline version (1.9.x) of nginx. >> F

[oe] [meta-networking][PATCH 2/2] dhcpcd: update to version 6.10.1

2016-03-18 Thread Pascal Bach
Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- .../dhcpcd/{dhcpcd_6.10.0.bb => dhcpcd_6.10.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-connectivity/dhcpcd/{dhcpcd_6.10.0.bb => dhcpcd_6.10.1.bb} (84%)

[oe] [meta-webserver][PATCH v4 1/3] nginx: split parts out of the recipe into nginx.inc

2016-03-14 Thread Pascal Bach
nginx has two maintained branches. - stable: is the long term maintained branch where only bugfixes occur - mainline: is the branch where new features get added This change is in preparation to support these two branches. Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- meta-web

[oe] [meta-webserver][PATCH v4 3/3] nginx: make the 1.8.x branch the default

2016-03-14 Thread Pascal Bach
The 1.9.x branch is still supported but it needs to be explicitly selected. Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- meta-webserver/recipes-httpd/nginx/nginx_1.9.11.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.9.11

[oe] [meta-webserver][PATCH v4 2/3] nginx: add stable version 1.8.1 as alternative to the mainline version 1.9.x

2016-03-14 Thread Pascal Bach
-by: Pascal Bach <pascal.b...@siemens.com> --- meta-webserver/recipes-httpd/nginx/nginx.inc | 2 +- meta-webserver/recipes-httpd/nginx/nginx_1.8.1.bb | 6 ++ meta-webserver/recipes-httpd/nginx/nginx_1.9.11.bb | 2 ++ 3 files changed, 9 insertions(+), 1 deletion(-) create mode 10064

[oe] [meta-webserver][PATCH v3 1/3] nginx: split parts out of the recipe into nginx.inc

2016-03-09 Thread Pascal Bach
nginx has two maintained branches. - stable: is the long term maintained branch where only bugfixes occur - mainline: is the branch where new features get added This change is in preparation to support these two branches. --- meta-webserver/recipes-httpd/nginx/nginx.inc | 137

[oe] [meta-webserver][PATCH v3 3/3] nginx: make the 1.8.x branch the default

2016-03-09 Thread Pascal Bach
The 1.9.x branch is still supported but it needs to be explicitly selected. --- meta-webserver/recipes-httpd/nginx/nginx_1.9.11.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.9.11.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.9.11.bb index

[oe] [meta-webserver][PATCH v3 2/3] nginx: add stable version 1.8.1 as alternative to the mainline version 1.9.x

2016-03-09 Thread Pascal Bach
The 1.8 branch is the current stable branch of nginx. This means the branch doesn't get new features, but is still supported with bugfixes. Depending on the use case it is more suitable to use on an embedded device than the 1.9 branch which adds new features with every release. ---

[oe] [meta-oe][PATCH] poco: update to 1.7.1

2016-03-19 Thread Pascal Bach
Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- ...dation-library-version-back-to-SHARED_LIB.patch | 35 -- .../poco/{poco_1.6.1.bb => poco_1.7.1.bb} | 5 ++-- 2 files changed, 2 insertions(+), 38 deletions(-) delete mode 100644 meta-oe/recipe

Re: [oe] [meta-webserver][PATCH] nginx: update to 1.9.14

2016-04-12 Thread Pascal Bach
On 12.04.2016 02:10, Derek Straka wrote: > --- a/meta-webserver/recipes-httpd/nginx/nginx_1.9.12.bb > +++ b/meta-webserver/recipes-httpd/nginx/nginx_1.9.14.bb > @@ -2,11 +2,11 @@ require nginx.inc > > # 1.9.x is the current mainline branches containing all new features > # 1.8.x branch is

[oe] [meta-networking][PATCH 1/2] dhcpcd: cleanup recipe

2016-03-19 Thread Pascal Bach
- use autotools-brokensep instead of B = "${S}" - make udev configurable via PACKAGECONFIG - make ipv6 configurable via PACKAGECONFIG Signed-off-by: Pascal Bach <pascal.b...@siemens.com> Signed-off-by: Freudiger Raphael <raphael.freudi...@siemens.com> --- meta-networkin

[oe] [meta-oe][PATCH] libmodbus: add support for the libmodbus development release

2016-04-13 Thread Pascal Bach
the stable branch the default. This is similar to what is done for the nginx recipe which also has two release streams. Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- meta-oe/recipes-extended/libmodbus/libmodbus.inc | 13 + meta-oe/recipes-extended/libmodbus/libmodbus

[oe] [meta-oe][PATCH] gtest, gmock: allow building gtest-native and gmock-native

2016-04-14 Thread Pascal Bach
Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- meta-oe/recipes-test/gmock/gmock_1.7.0.bb | 2 +- meta-oe/recipes-test/gtest/gtest_1.7.0.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-test/gmock/gmock_1.7.0.bb b/meta-oe/recipes-test

[oe] [meta-qt5][PATCH] qtbase: add patch to make Qt5Config modules behave better with cmake builds

2016-05-11 Thread Pascal Bach
de: This is because OE_QMAKE_PATH_EXTERNAL_HOST_BINS is only set in the cmake_qt5 bblcass. To make it work better in that case the Qt5Config files check if OE_QMAKE_PATH_EXTERNAL_HOST_BINS is defined and bail out if not. For CMake this is the same as Qt5 wasn't found. Signed-off-by: P

[oe] [meta-qt5][PATCHv2] cmake_qt5: prepend the Qt5 specific CMake variables to EXTRA_OECMAKE

2016-05-11 Thread Pascal Bach
Using the prepend function instead of "=+" makes sure the variables are set even if the user overrides EXTRA_OECMAKE with "=" instead of just appending to it. Prepending also allows overriding because later arguments take precedence ever earlier ones in CMake. Signed

[oe] [meta-qt5][PATCH] cmake_qt5: prepend the Qt5 specific CMake variables to EXTRA_OECMAKE

2016-05-11 Thread Pascal Bach
Using the prepend function instead of "=+" makes sure the variables are set even if the user overrides EXTRA_OECMAKE with "=" instead of just appending to it. Prepending also allows overriding because later arguments take precedence ever earlier ones in CMake. --- classes/cmake_qt5.bbclass | 2

Re: [oe] anyone using docker for OE builds?

2016-04-15 Thread Pascal Bach
Hi Cliff On 15.04.2016 03:44, Cliff Brake wrote: > Hi, > > I've been using systemd-nspawn containers for OE builds for some > years, and lately have been investigating Docker. Seems like useful > tool, but a little concerned about managing 35GB build trees in Docker > (I already ran my

[oe] [meta-networking][PATCH] ntp: make ntp and alternative for ntpd

2016-08-04 Thread Pascal Bach
This way ntp can be used as an alternative to ntpd from busybox Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- meta-networking/recipes-support/ntp/ntp_4.2.8p7.bb | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/ntp/ntp_4

Re: [oe] [meta-oe][PATCH] poco: update to 1.7.3

2016-07-15 Thread Pascal Bach
On 12.07.2016 15:52, Martin Jansa wrote: > On Fri, Jul 08, 2016 at 01:11:46PM +0200, Pascal Bach wrote: >> Signed-off-by: Pascal Bach <pascal.b...@siemens.com> >> --- >> meta-oe/recipes-support/poco/{poco_1.7.1.bb => poco_1.7.3.bb} | 4 ++-- >> 1 file c

[oe] [meta-oe][PATCHv2] poco: update to 1.7.3

2016-07-15 Thread Pascal Bach
Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- meta-oe/recipes-support/poco/{poco_1.7.1.bb => poco_1.7.3.bb} | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) rename meta-oe/recipes-support/poco/{poco_1.7.1.bb => poco_1.7.3.bb} (94%) diff --git a/meta-oe/rec

[oe] [meta-qt5] Update master to Qt 5.7 release

2016-06-29 Thread Pascal Bach
Hello The meta-qt5 master is currently on a pre release of 5.7. I would like to update it to the final Qt 5.7 release. I saw that the commit of the latest update involved a lot of changes across many files including updates of patches. Now before I go and try to change everything manually, I

[oe] [meta-oe][PATCH] poco: update to 1.7.3

2016-07-08 Thread Pascal Bach
Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- meta-oe/recipes-support/poco/{poco_1.7.1.bb => poco_1.7.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/poco/{poco_1.7.1.bb => poco_1.7.3.bb} (96%) diff --git a/meta-oe/recipes-

[oe] [meta-python][PATCH] python3-multidict: make repeated builds work even without sphinx

2017-01-30 Thread Pascal Bach
From: Pascal Bach <pascal.b...@nextrem.ch> Make clean was implicitly calling sphinx which lead to errors. Signed-off-by: Pascal Bach <pascal.b...@nextrem.ch> --- ...w-calling-make-clean-without-sphinx-build.patch | 34 ++ .../python/python3-multid

[oe] [meta-python][PATCH] python-pyyaml: add dependency on python

2017-01-30 Thread Pascal Bach
From: Pascal Bach <pascal.b...@nextrem.ch> Python is required in order to build the cython parts. Signed-off-by: Pascal Bach <pascal.b...@nextrem.ch> --- meta-python/recipes-devtools/python/python-pyyaml.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-py

[oe] [meta-python][PATCH] python-pytz: update to 2016.10

2017-01-30 Thread Pascal Bach
From: Pascal Bach <pascal.b...@nextrem.ch> Signed-off-by: Pascal Bach <pascal.b...@nextrem.ch> --- meta-python/recipes-devtools/python/python-pytz.inc | 4 ++-- .../python/{python-pytz_2016.7.bb => python-pytz_2016.10.bb} | 0 .../python/{python3

[oe] [meta-oe][PATCH] poco: update to 1.7.4

2016-08-19 Thread Pascal Bach
Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- meta-oe/recipes-support/poco/{poco_1.7.3.bb => poco_1.7.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/poco/{poco_1.7.3.bb => poco_1.7.4.bb} (98%) diff --git a/meta-oe/recipes-

[oe] [meta-oe][PATCH] nodejs: use shared zlib instead of bundled one

2016-08-19 Thread Pascal Bach
Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- meta-oe/recipes-devtools/nodejs/nodejs_4.4.7.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_4.4.7.bb b/meta-oe/recipes-devtools/nodejs/nodejs_4.4.7.bb index 6

[oe] [meta-oe][PATCH] nodejs, arm: map TUNE_FEATURES to --with-arm-fpu parameters

2016-08-19 Thread Pascal Bach
The same code is used in the nodejs recipe from meta-nodejs Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- meta-oe/recipes-devtools/nodejs/nodejs_4.4.7.bb | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_4.4.7.bb b/m

Re: [oe] [meta-java] Unify virtual java providers

2016-09-01 Thread Pascal Bach
Hi guys > It should be properly documented in the readme and the virtual packages > should be the preferred way for users to depend on java/jre resp javac/jdk > > An alternative to the above would be: > > - virtual/jre > - virtual/jre-native > - virtual/jdk > - virtual/jdk-native > > But this

Re: [oe] [meta-java] Unify virtual java providers

2016-09-02 Thread Pascal Bach
>> While testing the proposal above i ran into an issue. >> When I add PROVIDES = "virtual/jre" to the java recipes and i want to >> install multiple java versions via update-alternative I can't do that >> because bitbake tells me: >> >> "Multiple .bb files are due to be built which each provide

[oe] [meta-oe][PATCH] p7zip: update to version 16.02

2016-09-02 Thread Pascal Bach
Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- meta-oe/recipes-extended/p7zip/{p7zip_15.14.1.bb => p7zip_16.02.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta-oe/recipes-extended/p7zip/{p7zip_15.14.1.bb => p7zip_16.02.bb} (89%) diff --git a/met

Re: [oe] [meta-java] Unify virtual java providers

2016-09-02 Thread Pascal Bach
>> This is a hint that you need to set PREFERRED_PROVIDER_foo in your >> local.conf (or machine.conf or distro.conf or...) >> >> http://www.yoctoproject.org/docs/2.1/mega-manual/mega-manual.html#var-PREFERRED_PROVIDER >> >> You might also need to set PREFERRED_VERSION, depending on the situation.

[oe] [meta-java] Unify virtual java providers

2016-08-30 Thread Pascal Bach
Hello Because I'm experimenting with different java providers (OpenJDK, Oracle Java, Azul Zulu) and thus had a look at different java layers (meta-java, meta-oracle-java). I noticed that there are many different PROVIDES statements among these recipes, but nothing seems consistent. My

[oe] [meta-oe][PATCH] poco: update to 1.7.5

2016-09-15 Thread Pascal Bach
Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- meta-oe/recipes-support/poco/{poco_1.7.4.bb => poco_1.7.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/poco/{poco_1.7.4.bb => poco_1.7.5.bb} (98%) diff --git a/meta-oe/recipes-

[oe] [meta-python][PATCH 4/4] python3-multidict: add package for multidict

2017-01-05 Thread Pascal Bach
From: Pascal Bach <pascal.b...@nextrem.ch> This package is Python 3 only Signed-off-by: Pascal Bach <pascal.b...@nextrem.ch> --- meta-python/recipes-devtools/python/python3-multidict_2.1.4.bb | 9 + 1 file changed, 9 insertions(+) create mode 100755 meta-python/recipes-dev

[oe] [meta-python][PATCH 2/4] python-pytz: provide both python2 and python3 packages

2017-01-05 Thread Pascal Bach
From: Pascal Bach <pascal.b...@nextrem.ch> Signed-off-by: Pascal Bach <pascal.b...@nextrem.ch> --- meta-python/recipes-devtools/python/python-pytz.inc | 15 +++ .../recipes-devtools/python/python-pytz_2016.7.bb | 17 ++--- .../recipes-devtools/py

[oe] [meta-python][PATCH 1/4] python-chardet: provide both python2 and python3 packages

2017-01-05 Thread Pascal Bach
From: Pascal Bach <pascal.b...@nextrem.ch> Signed-off-by: Pascal Bach <pascal.b...@nextrem.ch> --- meta-python/recipes-devtools/python/python-chardet.inc | 8 meta-python/recipes-devtools/python/python-chardet_2.3.0.bb | 10 ++ meta-python/recipes-devtools/py

[oe] [meta-python][PATCH 3/4] python-yaml: provide both python2 and python3 package

2017-01-05 Thread Pascal Bach
From: Pascal Bach <pascal.b...@nextrem.ch> Further the recipe is simplified by using the pypi and setuptools class. The custom setup.py is no onger necessary. Signed-off-by: Pascal Bach <pascal.b...@nextrem.ch> --- .../recipes-devtools/python/python-pyyaml.inc | 14 +

[oe] [meta-python][PATCH] python-sqlalchemy: update to 1.1.4 and provide python2 and python3 package

2017-01-09 Thread Pascal Bach
From: Pascal Bach <pascal.b...@nextrem.ch> The license hash change is due to a bump in the copyright year Signed-off-by: Pascal Bach <pascal.b...@nextrem.ch> --- meta-python/recipes-devtools/python/python-sqlalchemy.inc | 13 + .../recipes-devtools/python/python-sqlalch

[oe] [meta-python][PATCH] python-pytz: provide native and nativesdk version for pytz

2017-01-09 Thread Pascal Bach
From: Pascal Bach <pascal.b...@nextrem.ch> This allows it to be used during build in the setup.py of a package. Like for example done in the astral PyPi package. Signed-off-by: Pascal Bach <pascal.b...@nextrem.ch> --- meta-python/recipes-devtools/python/python-pytz.inc | 4 +++- 1

[oe] [meta-oe][PATCH] poco: update to 1.7.7

2017-01-09 Thread Pascal Bach
Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- meta-oe/recipes-support/poco/{poco_1.7.5.bb => poco_1.7.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/poco/{poco_1.7.5.bb => poco_1.7.7.bb} (98%) diff --git a/meta-oe/recipes-

[oe] [meta-webserver][PATCH 2/2] nginx: make sure the user is correctly set for the volatile directories

2017-03-21 Thread Pascal Bach
Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- meta-webserver/recipes-httpd/nginx/files/nginx-volatile.conf | 2 +- meta-webserver/recipes-httpd/nginx/nginx.inc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-webserver/recipes-httpd/nginx

[oe] [meta-webserver][PATCH 1/2] nginx: set sane defaults for temp directories

2017-03-21 Thread Pascal Bach
Currently the build directiories en up in /usr/*_temp which is not what most users will expect. This changes the default location to /tmp/nginx/*_tmp. The location can still be overridden in the nginx.conf file. Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- meta-webserver/r

[oe] [meta-webserver][PATCH] nginx: make user in nginx.conf consistent with the default value

2017-03-17 Thread Pascal Bach
It gets replaces with the real NGINX_USER anyway, but it confuses people that there is a different value by default. So just make it the same as the default NGINX_USER Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- meta-webserver/recipes-httpd/nginx/files/nginx.conf | 2 +-

[oe] [meta-python][PATCH 2/2] python3-pytest-runner: make available for both Python 2 & 3

2017-04-21 Thread Pascal Bach
Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- .../recipes-devtools/python/python-pytest-runner.inc| 17 + .../python/python-pytest-runner_2.11.1.bb | 17 - .../python/python3-pytest-runner_2.11.1.bb | 2 ++ 3 files c

[oe] [meta-python][PATCH 1/2] python3-setuptools-scm: make version available for both Python 2 & 3

2017-04-21 Thread Pascal Bach
Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- .../recipes-devtools/python/python-setuptools-scm.inc | 14 ++ .../python/python-setuptools-scm_1.15.0.bb | 17 ++--- .../python/python3-setuptools-scm_1.15.0.bb | 2 ++ 3 files c

[oe] [meta-python][PATCH] libcec: update to version 4.0.1 and provide package for python3 wrapper

2017-03-10 Thread Pascal Bach
From: Pascal Bach <pascal.b...@nextrem.ch> Signed-off-by: Pascal Bach <pascal.b...@nextrem.ch> --- .../libcec/files/python-install-location.patch | 28 ++ meta-oe/recipes-extended/libcec/libcec_git.bb | 15 ++-- 2 files changed, 36 insertions(+),

[oe] [meta-python][PATCH] python-paho-mqtt: make recipe available as python3 version

2017-04-06 Thread Pascal Bach
Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- meta-python/recipes-devtools/python/python-paho-mqtt.inc | 14 ++ .../recipes-devtools/python/python-paho-mqtt_1.2.bb | 16 ++-- .../recipes-devtools/python/python3-paho-mqtt_1.2.bb | 3 +++ 3 files c

[oe] [meta-oe][PATCH] python-paho-mqtt, python3-paho-mqtt: update to 1.3.0

2017-07-19 Thread Pascal Bach
From: Pascal Bach <pascal.b...@nextrem.ch> Signed-off-by: Pascal Bach <pascal.b...@nextrem.ch> --- meta-python/recipes-devtools/python/python-paho-mqtt.inc | 4 ++-- .../python/{python-paho-mqtt_1.2.3.bb => python-paho-mqtt_1.3.0.bb} | 0 .../python/{python3-pah

[oe] [meta-oe][PATCH] python-sqlalchemy, python3-sqlalchemy: update to 1.1.11

2017-07-19 Thread Pascal Bach
From: Pascal Bach <pascal.b...@nextrem.ch> Signed-off-by: Pascal Bach <pascal.b...@nextrem.ch> --- meta-python/recipes-devtools/python/python-sqlalchemy.inc | 4 ++-- .../{python-sqlalchemy_1.1.10.bb => python-sqlalchemy_1.1.11.bb} | 0 .../{python3-sqlal

[oe] [meta-oe][PATCH] python-chardet.inc: update build dependency

2017-07-19 Thread Pascal Bach
From: "Maxin B. John" <maxin.j...@intel.com> Update chardet's build dependency on pytest-runner-native Signed-off-by: Maxin B. John <maxin.j...@intel.com> Signed-off-by: Pascal Bach <pascal.b...@nextrem.ch> --- meta-python/recipes-devtools/python/python-chardet.in

[oe] [meta-oe][PATCH] python-requests, python3-requests: update to 2.28.1

2017-07-19 Thread Pascal Bach
From: Pascal Bach <pascal.b...@nextrem.ch> The copyright year changed in the license file. Signed-off-by: Pascal Bach <pascal.b...@nextrem.ch> --- meta-python/recipes-devtools/python/python-requests.inc| 10 +++--- .../{python-requests_2.13.0.bb => python-requests_2.

[oe] [meta-oe][PATCH] thrift: refactor recipe

2017-04-27 Thread Pascal Bach
- use release tarball instead of git - move libevent, python and glib into PACKAGECONFIG - add NOTICE file to copyright check - split into multiple packages - libthrift for libaries - thrift-compiler for compiler - thrift pulls in everything as before Signed-off-by: Pascal Bach <pasca

[oe] [meta-oe][PATCH] nodejs: update to 4.8.2

2017-04-24 Thread Pascal Bach
--- meta-oe/recipes-devtools/nodejs/{nodejs_4.7.3.bb => nodejs_4.8.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devtools/nodejs/{nodejs_4.7.3.bb => nodejs_4.8.2.bb} (96%) diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_4.7.3.bb

[oe] [meta-python][PATCH] python-sqlalchemy, python3-sqlalchemy: update to 1.1.9

2017-04-24 Thread Pascal Bach
From: Pascal Bach <pascal.b...@nextrem.ch> Signed-off-by: Pascal Bach <pascal.b...@nextrem.ch> --- meta-python/recipes-devtools/python/python-sqlalchemy.inc | 4 ++-- .../python/{python-sqlalchemy_1.1.6.bb => python-sqlalchemy_1.1.9.bb} | 0 .../{python3-sqla

[oe] [meta-python][PATCH] python-pytz, python3-pytz: update to 2017.2

2017-04-24 Thread Pascal Bach
From: Pascal Bach <pascal.b...@nextrem.ch> - License checksum changed due to copyright year update to 2017. - Source package extension changed form to zip. Signed-off-by: Pascal Bach <pascal.b...@nextrem.ch> --- meta-python/recipes-devtools/python/python-pytz.inc

[oe] [meta-python][PATCH] python-chardet, python3-chardet: update to 3.0.2

2017-04-24 Thread Pascal Bach
From: Pascal Bach <pascal.b...@nextrem.ch> Signed-off-by: Pascal Bach <pascal.b...@nextrem.ch> --- meta-python/recipes-devtools/python/python-chardet.inc| 4 ++-- .../python/{python-chardet_2.3.0.bb => python-chardet_3.0.2.bb} | 0 .../python/{python3-c

Re: [oe] [meta-oe][PATCH] protobuf: update to 3.3.0

2017-05-12 Thread Pascal Bach
>> -inherit autotools >> +inherit autotools-brokensep > this is backwards, can we see what broke out of tree build ? I agree, but it seems upstream dosn't care to much about out of tree builds. >From a qucik check it seems like they are generating a file in the source tree >but are looking for

[oe] [meta-multimedia][PATCH] miniupnpd: improve recipe

2017-05-10 Thread Pascal Bach
- Produce a clean download tarball - ./genconfig.sh is not necessary as it is called by make if necessary - Enable the possible to do vendor configuration in the supplied .conf file Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- meta-multimedia/recipes-connectivity/min

[oe] [meta-oe][PATCH] protobuf: update to 3.3.0

2017-05-11 Thread Pascal Bach
With the latest version out of tree builds are broken. Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- .../protobuf/{protobuf_3.1.0.bb => protobuf_3.3.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-devtools

[oe] [meta-webserver][PATCH] nginx: use consistent pid file location accross recipe and init scripts

2017-05-10 Thread Pascal Bach
The recipe and the systemd service file use /run/nginx/nginx.pid, while the sys v init script used /var/run/nginx/nginx.pid Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- meta-webserver/recipes-httpd/nginx/files/nginx.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[oe] [meta-webserver][PATCH] nginx: depend on zlib instead of gzip

2017-05-29 Thread Pascal Bach
nginx requires zlib not gzip for compression. Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- meta-webserver/recipes-httpd/nginx/nginx.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-webserver/recipes-httpd/nginx/nginx.inc b/meta-webserver/recipes

[oe] [meta-oe][PATCH] leveldb: update to 1.20

2017-06-02 Thread Pascal Bach
The tmalloc patch went upstream in the meantime Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- .../leveldb/0001-Explicitly-disable-tcmalloc.patch | 48 -- meta-oe/recipes-extended/leveldb/leveldb_git.bb| 8 ++-- 2 files changed, 3 insertions(+), 53 del

[oe] [meta-oe][PATCH] poco: make cmake packages relocatable

2017-06-01 Thread Pascal Bach
Before the path to the dependencies was hard coded into the generated PocoConfig.cmake file. This causes issues with sstate. This change overrides the libraries with just the library names and thus let's the linker take care of finding them. Signed-off-by: Pascal Bach <pascal.b...@siemens.

Re: [oe] [meta-oe][PATCH] luajit: create developer symlinks

2017-09-22 Thread Pascal Bach
On 21.09.2017 20:32, Andre McCurdy wrote: > On Thu, Sep 21, 2017 at 5:01 AM, Pascal Bach <pascal.b...@siemens.com> wrote: >> LuaJIT tries to call ldconfig during installation which doesn't work. > Presumably this stopped working recently (since host tools now need to > be whi

[oe] [meta-oe][PATCH] luajit: create developer symlinks

2017-09-21 Thread Pascal Bach
LuaJIT tries to call ldconfig during installation which doesn't work. This causes the .so and .so.2 symlinks to no be created. By setting "LDCONFIG= :" the call will be skipped the same as on Darwin Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- meta-oe/recipes

[oe] [meta-python][PATCH] python3-ujson: support Python 3

2017-10-04 Thread Pascal Bach
From: Pascal Bach <pascal.b...@nextrem.ch> Signed-off-by: Pascal Bach <pascal.b...@nextrem.ch> --- meta-python/recipes-devtools/python/python-ujson.inc| 15 +++ .../recipes-devtools/python/python-ujson_1.35.bb| 17 ++--- .../recipes-devtools/py

[oe] [meta-python][PATCH] python3-protobuf: add python3 version

2017-10-04 Thread Pascal Bach
Signed-off-by: Pascal Bach <pascal.b...@nextrem.ch> --- .../recipes-devtools/python/python-protobuf.inc| 16 .../recipes-devtools/python/python-protobuf_3.4.0.bb | 18 ++ .../recipes-devtools/python/python3-protobuf_3.4.0.bb | 2 ++ 3 files chang

[oe] [meta-mono][PATCHv3] libgdiplus: use tarball from mono project instead of github

2017-10-04 Thread Pascal Bach
Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- recipes-mono/libgdiplus/libgdiplus-native_4.2.bb | 7 +++ recipes-mono/libgdiplus/libgdiplus_4.2.bb| 10 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/recipes-mono/libgdiplus/libgdiplus-native_

Re: [oe] [meta-oe][PATCHv2] rocksdb: add version 5.8

2017-10-10 Thread Pascal Bach
omic. I need to dig deeper into how I can fix this. > > On Tue, Oct 10, 2017 at 8:59 AM, Pascal Bach <pascal.b...@siemens.com > <mailto:pascal.b...@siemens.com>> wrote: > > Version 5.8 does no longer includes the facebook patent grant and is > licensed under the Apa

[oe] [meta-oe][PATCH] rocksdb: add version 5.8

2017-10-06 Thread Pascal Bach
Version 5.8 does no longer includes the facebook patent grant and is licensed under the Apache-2.0 license. Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- meta-oe/recipes-extended/rocksdb/rocksdb_git.bb | 26 + 1 file changed, 26 insertions(+) creat

[oe] [meta-oe][PATCHv3] rocksdb: add version 5.8

2017-10-12 Thread Pascal Bach
Version 5.8 does no longer includes the facebook patent grant and is licensed under the Apache-2.0 or GPL-2.0 license. Tests and tools don't compile on armv5 so we disable them. The tools are never installed anyway so it doesn't make a difference for the resulting package. Signed-off-by: Pascal

[oe] [meta-oe][PATCH] thrift: build lib for native and nativesdk

2017-09-08 Thread Pascal Bach
The libraries can also be build for native and nativesdk. This is useful for running tests on the build machine. Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- meta-oe/recipes-connectivity/thrift/thrift_0.9.3.bb | 5 - 1 file changed, 5 deletions(-) diff --git a/meta-oe/r

[oe] [meta-oe][PATCH] protobuf: update to 3.4.0

2017-09-07 Thread Pascal Bach
Also put protbuf-lite into it's own package Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- .../protobuf/{protobuf_3.3.0.bb => protobuf_3.4.0.bb}| 9 + 1 file changed, 5 insertions(+), 4 deletions(-) rename meta-oe/recipes-devtools/protobuf/{protobuf

[oe] [meta-oe][PATCHv2 1/2] protobuf: update to 3.4.0

2017-09-13 Thread Pascal Bach
Also put protbuf-lite into it's own package Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- .../protobuf/{protobuf_3.3.0.bb => protobuf_3.4.0.bb}| 9 + 1 file changed, 5 insertions(+), 4 deletions(-) rename meta-oe/recipes-devtools/protobuf/{protobuf

[oe] [meta-oe][PATCHv2 2/2] protobuf-c: update to 1.3.0

2017-09-13 Thread Pascal Bach
Required to build with protobuf 3.4.0 The license checksum changed because they renamed the compiler which is mentioned in the LICENSE file. Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- .../protobuf/{protobuf-c_1.2.1.bb => protobuf-c_1.3.0.bb} | 4 ++-- 1 fil

[oe] [meta-oe][PATCH] flatbuffers: add version 1.7.1

2017-09-13 Thread Pascal Bach
Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- .../files/0001-correct-version-for-so-lib.patch| 26 + .../flatbuffers/flatbuffers_1.7.1.bb | 34 ++ 2 files changed, 60 insertions(+) create mode 100644 meta-oe/recipes-de

[oe] [meta-oe][PATCH] capnproto: add version 0.6.1

2017-09-13 Thread Pascal Bach
Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- .../recipes-devtools/capnproto/capnproto_0.6.1.bb | 28 ++ 1 file changed, 28 insertions(+) create mode 100644 meta-oe/recipes-devtools/capnproto/capnproto_0.6.1.bb diff --git a/meta-oe/recipes-devtools/cap

[oe] [meta-python][PATCH] python-jsonschema, python3-jsonschema: add vcversioner-native dependency

2017-09-12 Thread Pascal Bach
If not added the setup.py will complain that it can't find vcversioner. The non native dependency is not working as the module is required during compilation not at runtime. Also the dependency is required for both the Python 2 and Python 3 version Signed-off-by: Pascal Bach <pasca

[oe] [meta-mono][PATCHv2] libgdiplus: use tarball from mono project instead of github

2017-09-29 Thread Pascal Bach
Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- recipes-mono/libgdiplus/libgdiplus-native_4.2.bb | 3 +-- recipes-mono/libgdiplus/libgdiplus_4.2.bb| 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/recipes-mono/libgdiplus/libgdiplus-native_4.2

[oe] [meta-mono][PATCH] libgdiplus: include name in downloaded file

2017-09-29 Thread Pascal Bach
Without this change the file is named ${PV}.tar.gz Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- recipes-mono/libgdiplus/libgdiplus-native_4.2.bb | 3 +-- recipes-mono/libgdiplus/libgdiplus_4.2.bb| 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff

Re: [oe] [meta-oe][PATCH] rocksdb: add version 5.8

2017-10-09 Thread Pascal Bach
On 06.10.2017 16:05, Khem Raj wrote: > On Fri, Oct 6, 2017 at 4:31 AM, Pascal Bach <pascal.b...@siemens.com> wrote: >> Version 5.8 does no longer includes the facebook patent grant and is >> licensed under the Apache-2.0 license. >> > I see leveldb as well a

  1   2   >