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

2017-10-10 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. Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- meta-oe/recipes-extended/rocksdb/rocksdb_git.bb | 28 + 1 file changed, 28 insertions(+)

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

2017-11-20 Thread Pascal Bach
1.8 is a minor update from 1.7 and is planned to be the last version before 2.0. Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- meta-oe/recipes-support/poco/{poco_1.7.9.bb => poco_1.8.0.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-sup

[oe] [meta-python][PATCH] python-psutil, python3-psutil: update to 5.4.0

2017-11-03 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-psutil.inc | 4 ++-- .../python/{python-psutil_5.3.1.bb => python-psutil_5.4.0.bb} | 0 .../python/{python3-

[oe] [meta-python][PATCH] python-pyasn1, python3-pyasn1: update to 0.3.7

2017-11-03 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-pyasn1.inc | 4 ++-- .../python/{python-pyasn1_0.3.6.bb => python-pyasn1_0.3.7.bb} | 0 .../python/{python3-

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

2017-11-03 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.3.0.bb => python-paho-mqtt_1.3.1.bb} | 0 .../python/{python3-pah

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

2018-05-14 Thread Pascal Bach
Enable the new Encodings and Redis packages by default Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- meta-oe/recipes-support/poco/poco_1.9.0.bb | 108 + 1 file changed, 108 insertions(+) create mode 100644 meta-oe/recipes-support/poco/poco_1.9.0.bb

[oe] [meta-oe][PATCH v2] poco: update to 1.9.0

2018-05-16 Thread Pascal Bach
Enable the new Encodings and Redis packages by default. Splitting into sub packages now uses PACKAGES_DYNAMIC instead of the custom logic used before. Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- meta-oe/recipes-support/poco/poco_1.8.0.1.bb | 106 --- m

[oe] [meta-oe][PATCH] rocksdb: update to 5.13.1

2018-05-18 Thread Pascal Bach
Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- meta-oe/recipes-dbs/rocksdb/rocksdb_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-dbs/rocksdb/rocksdb_git.bb b/meta-oe/recipes-dbs/rocksdb/rocksdb_git.bb index 1e6cbae38..727488d1e

[oe] [meta-oe][PATCH v3] poco: update to 1.9.0

2018-05-16 Thread Pascal Bach
Enable the new Encodings and Redis packages by default. Splitting into sub packages now uses PACKAGES_DYNAMIC instead of the custom logic used before. Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- .../poco/{poco_1.8.0.1.bb => poco_1.9.0.bb}| 42 +

[oe] [meta-oe][PATCH v2] rocksdb: update to 5.13.1

2018-05-22 Thread Pascal Bach
The GCC 8 patch is still needed as the changes are not yet included in 5.13.x Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- meta-oe/recipes-dbs/rocksdb/rocksdb_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-dbs/rocksdb/rocksdb_

[oe] [meta-oe][PATCH] nodejs: 8.9.4 -> 8.11.2

2018-06-06 Thread Pascal Bach
From: Pascal Bach Node.js > 8.10 also compile with OpenSSL 1.1 License check sum changes because typo fix in LICENSE file. No license change. Signed-off-by: Pascal Bach --- .../recipes-devtools/nodejs/{nodejs_8.9.4.bb => nodejs_8.11.2.bb} | 8 1 file changed, 4 insertions

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

2018-07-02 Thread Pascal Bach
Fixes the following CVEs: - CVE-2018-7167 - CVE-2018-7161 - CVE-2018-1000168 Signed-off-by: Pascal Bach --- .../recipes-devtools/nodejs/{nodejs_8.11.2.bb => nodejs_8.11.3.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devtools/nodejs/{nodejs_8.11.2

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

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

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

2018-01-17 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-networking][PATCH] miniupnpd: update to 2.0.20180203 and add systemd service

2018-02-06 Thread Pascal Bach
license checksum changed due to increase in copyright year Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- .../miniupnpd/files/miniupnpd.service| 14 ++ .../{miniupnpd_2.0.bb => miniupnpd_2.0.20180203.bb} | 16 +++- 2 files ch

[oe] [meta-oe][PATCH] cppzmq: use cmake to install the package

2018-07-19 Thread Pascal Bach
This way also the required cmake configs are installed so other packages can find it. It seems also cleaner to use the upstream mechanism than to have our own install script. Signed-off-by: Pascal Bach --- meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb | 5 + 1 file changed, 1 insertion

[oe] [meta-oe][PATCH] python-pyzmq, python3-pyzmq: update to 17.1.0

2018-07-19 Thread Pascal Bach
Also the package is licensed under both BSD and LGPL-3.0. This the license checksum was updated to reflect this. Signed-off-by: Pascal Bach --- .../{python-pyzmq_14.7.0.bb => python-pyzmq.inc} | 17 +++- .../python/python-pyzmq/club-rpath-out.patch |

[oe] [meta-oe][PATCH] rocksdb: update to 5.12.2

2018-04-12 Thread Pascal Bach
Also remove the +gitSRCPV suffix from the version. This is an official release and the version should be enough, it adds only clutter. Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- meta-oe/recipes-dbs/rocksdb/rocksdb_git.bb | 7 --- 1 file changed, 4 insertions(+), 3 del

[oe] [meta-oe][PATCH] flatbuffers: update to 1.9.0

2018-04-12 Thread Pascal Bach
Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- .../flatbuffers/{flatbuffers_1.7.1.bb => flatbuffers_1.9.0.bb}| 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta-oe/recipes-devtools/flatbuffers/{flatbuffers_1.7.1.bb => flatbuffers_1.9.0.bb} (100%)

[oe] [meta-openwrt] systemd units for OpenWRT components

2018-04-18 Thread Pascal Bach
Dear meta-openwrt maintainers I'm currently trying to use several OpenWRT components as standalone services. During this process I added some Systemd units for them. Is this something that would be accepted in the meta-openwrt layer? If not I would have to put this into a separate layer which

[oe] [meta-networking][PATCH 2/2] civetweb: disable tests

2018-10-30 Thread Pascal Bach
Tests try to download third party code and bypass the bitbake fetcher to do that. This will not work in environments with no internet access. Signed-off-by: Pascal Bach --- meta-networking/recipes-connectivity/civetweb/civetweb_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta

[oe] [meta-networking][PATCH 1/2] civetweb: remove redundant EXTRA_OECMAKE_class-native

2018-10-30 Thread Pascal Bach
They are the same as the default version. Signed-off-by: Pascal Bach --- meta-networking/recipes-connectivity/civetweb/civetweb_git.bb | 6 -- 1 file changed, 6 deletions(-) diff --git a/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb b/meta-networking/recipes-connectivity

[oe] [meta-oe][PATCH 1/2] libyui: make resulting cmake config relocatable

2018-10-30 Thread Pascal Bach
Signed-off-by: Pascal Bach --- ...0001-Use-relative-install-paths-for-CMake.patch | 130 + meta-oe/recipes-graphics/libyui/libyui_git.bb | 1 + 2 files changed, 131 insertions(+) create mode 100644 meta-oe/recipes-graphics/libyui/libyui/0001-Use-relative-install

[oe] [meta-oe][PATCH 2/2] libyui-ncurses: fix ncurses find module

2018-10-30 Thread Pascal Bach
This makes the module look in the standard locations instead of only some hard coded ones. Signed-off-by: Pascal Bach --- .../0003-Simplify-ncurses-finding-module.patch | 35 ++ .../recipes-graphics/libyui/libyui-ncurses_git.bb | 1 + 2 files changed, 36 insertions

Re: [oe] [meta-networking][PATCH 2/2] civetweb: disable tests

2018-10-31 Thread Pascal Bach
On 30.10.2018 22:04, Khem Raj wrote: > On Tue, Oct 30, 2018 at 7:35 AM Pascal Bach wrote: >> Tests try to download third party code and bypass the bitbake fetcher to >> do that. This will not work in environments with no internet access. >> >> Signed-off-by: P

[oe] [meta-oe][PATCH] libcec: update to 4.0.2

2018-10-05 Thread Pascal Bach
This also removes a warning that /usr/bin/python is not provided by any package. Further it moves all binaires to a separate package libcec-tools Signed-off-by: Pascal Bach --- ...001-Explicitly-use-python3-in-pyCecClient.patch | 24 +++ .../libcec/files/python-install

[oe] [meta-oe][PATCH] p8platform: update to 2.1.0.1

2018-10-05 Thread Pascal Bach
This also adds a patch that makes the resulting p8-platform-config.cmake relocatable. Before it contained a hardcoded path to /usr/include. Signed-off-by: Pascal Bach --- ...1-Make-resulting-cmake-config-relocatable.patch | 64 ++ .../recipes-extended/p8platform

[oe] [meta-oe][PATCH] thrift: update to 0.11.0

2018-09-27 Thread Pascal Bach
headers are selected. Further the different libraries are now split into separate packages. Signed-off-by: Pascal Bach --- .../0001-Forcibly-disable-check-for-Qt5.patch | 25 - ...-In-cmake-avoid-use-of-both-quoted-paths-.patch | 108 - ...31-in-test-cpp-explicitly-use

[oe] [meta-oe][PATCH] rocksdb: make resulting cmake config relocatable

2019-01-18 Thread Pascal Bach
. This is necessary until RocksDB moves to a more modern CMake. It's also applied in the Poco recipe right now. Signed-off-by: Pascal Bach --- meta-oe/recipes-dbs/rocksdb/rocksdb_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-dbs/rocksdb/rocksdb_git.bb b/meta

[oe] [meta-networking][PATCH] squid: upgrade 3.5.27 -> 3.5.28

2019-03-11 Thread Pascal Bach
Copyright year has changed in COPYRIGHTS file, thus the hash change. Signed-off-by: Pascal Bach --- .../recipes-daemons/squid/{squid_3.5.27.bb => squid_3.5.28.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-networking/recipes-daemons/squid/{squid_3.5.27

[oe] [meta-oe][PATCHv2] protobuf: 3.6.1 -> 3.8.0

2019-06-06 Thread Pascal Bach
Simple update to latest release Signed-off-by: Pascal Bach --- .../protobuf/{protobuf_3.6.1.bb => protobuf_3.8.0.bb} | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) rename meta-oe/recipes-devtools/protobuf/{protobuf_3.6.1.bb => protobuf_3.8.0.bb} (95%) diff

[oe] [meta-oe][PATCH] protobuf: 3.6.1 -> 3.8.0

2019-06-05 Thread Pascal Bach
Simple update to latest release Signed-off-by: Pascal Bach --- .../protobuf/{protobuf_3.6.1.bb => protobuf_3.8.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devtools/protobuf/{protobuf_3.6.1.bb => protobuf_3.8.0.bb} (96%) diff

[oe] [meta-oe][PATCHv2] rocksdb: 5.18.3 -> 6.0.2

2019-06-12 Thread Pascal Bach
that fixes GCC9 compatibility, it's currently submitted upstream but not yet accepted due to style issues. Signed-off-by: Pascal Bach --- ...01-CMake-has-stock-FindZLIB-in-upper-case.patch | 29 .../rocksdb/files/0001-fix-Issue-5303.patch| 80 ++ meta-oe

[oe] [meta-oe][PATCHv3 0/2] protobuf: 3.6.1 -> 3.8.0

2019-06-11 Thread Pascal Bach
Protobuf-c 1.3.1 is not compatible with protobuf 3.8.0. This updated patchseries update backports a compatbility fix for protobuf-c from master. -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org

[oe] [meta-oe][PATCH] rocksdb: 5.18.3 -> 6.0.2

2019-06-11 Thread Pascal Bach
-by: Pascal Bach --- ...01-CMake-has-stock-FindZLIB-in-upper-case.patch | 29 ++ meta-oe/recipes-dbs/rocksdb/rocksdb_git.bb | 11 +--- 2 files changed, 36 insertions(+), 4 deletions(-) create mode 100644 meta-oe/recipes-dbs/rocksdb/files/0001-CMake-has-stock-FindZLIB

[oe] [meta-oe][PATCHv3 1/2] protobuf: 3.6.1 -> 3.8.0

2019-06-11 Thread Pascal Bach
Simple update to latest release Signed-off-by: Pascal Bach --- .../protobuf/{protobuf_3.6.1.bb => protobuf_3.8.0.bb} | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) rename meta-oe/recipes-devtools/protobuf/{protobuf_3.6.1.bb => protobuf_3.8.0.bb} (95%) diff

[oe] [meta-oe][PATCHv3 2/2] protobuf-c: add patch for protobuf 3 compatibility

2019-06-11 Thread Pascal Bach
There is no release yet of protobuf-c that is compatible with protobuf 3. Master is already patched so this is just a straight backport of this patch. Signed-off-by: Pascal Bach --- .../protobuf-c/protobuf3-compatibility.patch | 55 ++ .../recipes-devtools/protobuf

[oe] [meta-oe][PATCHv4 1/3] protobuf: 3.6.1 -> 3.8.0

2019-06-17 Thread Pascal Bach
Simple update to latest release The patch is needed to make python3-protobuf compile as otherwise a file it expects is missing. Signed-off-by: Pascal Bach --- ...s-map_util.h-to-list-of-installed-headers.patch | 52 ++ .../{protobuf_3.6.1.bb => protobuf_3.8.0.bb} |

[oe] [meta-oe][PATCHv4 3/3] python3-protobuf, python-protobuf: 3.6.1 -> 3.8.0

2019-06-17 Thread Pascal Bach
The patch for Python 3.7 compatibility is already in 3.8.0. Signed-off-by: Pascal Bach --- .../recipes-devtools/python/python-protobuf.inc| 4 +- ...-protobuf_3.6.1.bb => python-protobuf_3.8.0.bb} | 0 .../0001-Add-Python-3.7-compatibility-4862.patch |

[oe] [meta-oe][PATCHv4 2/3] protobuf-c: add patch for protobuf 3 compatibility

2019-06-17 Thread Pascal Bach
There is no release yet of protobuf-c that is compatible with protobuf 3. Master is already patched so this is just a straight backport of this patch. Signed-off-by: Pascal Bach --- .../protobuf-c/protobuf3-compatibility.patch | 55 ++ .../recipes-devtools/protobuf

[oe] [meta-oe][PATCH] thrift: update to 0.12.0

2019-04-16 Thread Pascal Bach
headers are selected. Further the different libraries are now split into separate packages. Signed-off-by: Pascal Bach --- .../0001-Forcibly-disable-check-for-Qt5.patch | 25 - ...-In-cmake-avoid-use-of-both-quoted-paths-.patch | 108 - ...31-in-test-cpp-explicitly-use

[oe] [meta-oe][PATCH] paho-mqtt-c: 1.2.1 -> 1.3.0

2019-04-16 Thread Pascal Bach
Switch to cmake instead of manually installing everything. Paho-mqtt still adds some unnecessary files into /usr we have to delete them. Signed-off-by: Pascal Bach --- .../{paho-mqtt-c_1.2.1.bb => paho-mqtt-c_1.3.0.bb}| 19 ++- 1 file changed, 6 insertions(+), 13 deleti

[oe] [meta-oe][PATCH] protobuf: 1.3.1 -> 1.3.2

2019-07-02 Thread Pascal Bach
The patch can be dropped as it is included in this release. Also drop the +git suffix as the version matches the version exactly. Signed-off-by: Pascal Bach --- .../protobuf-c/protobuf3-compatibility.patch | 55 -- .../{protobuf-c_1.3.1.bb => protobuf-c_1.3.2

[oe] [meta-oe][PATCH] python3-pybind11: upgrade 2.8.1 -> 2.9.2

2022-07-07 Thread Pascal Bach
From: Pascal Bach Signed-off-by: Pascal Bach --- .../{python3-pybind11_2.8.1.bb => python3-pybind11_2.9.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-pybind11_2.8.1.bb => python3-pybind11_2.9.2.bb} (86%) diff

<    1   2