[oe] [meta-oe][PATCH] xrdp: 0.9.4 -> 0.9.11

2019-09-15 Thread Zheng Ruoqin
1) Upgrade xrdp from 0.9.4 to 0.9.11. 2) Remove patch that is included in 0.9.11. 0001-Fix-of-CVE-2017-16927.patch 3) Remove patch that is not suitable for 0.9.11. 0001-Fix-sesman.ini-and-xrdp.ini.patch Signed-off-by: Zheng Ruoqin --- .../xrdp/0001-Fix-of-CVE-2017-16927.patch | 148

[oe] [meta-python] [PATCH] python-pluggy: upgrade 0.12.0 -> 0.13.0

2019-09-15 Thread Zang Ruochen
Signed-off-by: Zang Ruochen --- meta-python/recipes-devtools/python/python-pluggy.inc | 4 ++-- .../python/{python-pluggy_0.12.0.bb => python-pluggy_0.13.0.bb} | 0 .../python/{python3-pluggy_0.12.0.bb => python3-pluggy_0.13.0.bb} | 0 3 files changed, 2 insertions(+),

[oe] [meta-python] [PATCH] python-dbus: upgrade 1.2.10 -> 1.2.12

2019-09-15 Thread Zang Ruochen
Signed-off-by: Zang Ruochen --- .../python/{python-dbus_1.2.10.bb => python-dbus_1.2.12.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python-dbus_1.2.10.bb => python-dbus_1.2.12.bb} (89%) diff --git

[oe] [meta-oe][PATCH] lmsensors: add a PACKAGECONFIG for sensord

2019-09-15 Thread Dan Callaghan
We don't install the lmsensors-sensord subpackage in our images, but our build process still has to build the subpackage and all its dependencies, including rrdtool. Adding a PACKAGECONFIG for sensord lets us entirely avoid building rrdtool and its dependency chain, which reduces our image build

[oe] [PATCH][meta-oe] catch2: update to 2.9.2

2019-09-15 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../catch2/{catch2_2.7.2.bb => catch2_2.9.2.bb} | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) rename meta-oe/recipes-test/catch2/{catch2_2.7.2.bb => catch2_2.9.2.bb} (83%) diff --git a/meta-oe/recipes-test/catch2/catch2_2.7.2.bb

[oe] [PATCH][meta-oe] botan: update to 2.11.0

2019-09-15 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../botan/{botan_2.9.0.bb => botan_2.11.0.bb} | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) rename meta-oe/recipes-crypto/botan/{botan_2.9.0.bb => botan_2.11.0.bb} (74%) diff --git a/meta-oe/recipes-crypto/botan/botan_2.9.0.bb

[oe] [PATCH][meta-oe] agent-proxy: update to 1.97

2019-09-15 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../agent-proxy/{agent-proxy_git.bb => agent-proxy_1.97.bb}| 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-oe/recipes-kernel/agent-proxy/{agent-proxy_git.bb => agent-proxy_1.97.bb} (89%) diff --git

[oe] [PATCH][meta-oe] gflags: update to 2.2.2

2019-09-15 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../recipes-support/gflags/{gflags_2.2.0.bb => gflags_2.2.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/gflags/{gflags_2.2.0.bb => gflags_2.2.2.bb} (93%) diff --git

[oe] [PATCH][meta-oe] iwd: update to 0.20

2019-09-15 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta-oe/recipes-connectivity/iwd/{iwd_0.19.bb => iwd_0.20.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/iwd/{iwd_0.19.bb => iwd_0.20.bb} (95%) diff --git a/meta-oe/recipes-connectivity/iwd/iwd_0.19.bb

[oe] [PATCH][meta-oe] ceres-solver: fix package version

2019-09-15 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../ceres-solver/{ceres-solver_1.14.bb => ceres-solver_1.14.0.bb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta-oe/recipes-support/ceres-solver/{ceres-solver_1.14.bb => ceres-solver_1.14.0.bb} (100%) diff --git

[oe] [PATCH][meta-oe] digitemp: update to 3.7.2

2019-09-15 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../digitemp/{digitemp_git.bb => digitemp_3.7.2.bb} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename meta-oe/recipes-support/digitemp/{digitemp_git.bb => digitemp_3.7.2.bb} (85%) diff --git

[oe] [PATCH][meta-oe] gsl: update to 2.6

2019-09-15 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta-oe/recipes-support/gsl/gsl_2.5.bb | 6 -- meta-oe/recipes-support/gsl/gsl_2.6.bb | 5 + 2 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 meta-oe/recipes-support/gsl/gsl_2.5.bb create mode 100644

[oe] [PATCH][meta-oe] libbytesize: update to 2.1

2019-09-15 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../0001-fix-out-of-tree-build-failure.patch | 37 --- ...{libbytesize_2.0.bb => libbytesize_2.1.bb} | 6 +-- 2 files changed, 2 insertions(+), 41 deletions(-) delete mode 100644

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

2019-09-15 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../{flatbuffers_1.10.0.bb => flatbuffers_1.11.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/flatbuffers/{flatbuffers_1.10.0.bb => flatbuffers_1.11.0.bb} (94%) diff --git

[oe] [PATCH][meta-oe] libmicrohttpd: update to 0.9.66

2019-09-15 Thread Oleksandr Kravchuk
License checksum changed because the section that was not part of the license was removed (see @d0e81c8e0fb9676602db14a4120235f1524b1306). Signed-off-by: Oleksandr Kravchuk --- .../{libmicrohttpd_0.9.59.bb => libmicrohttpd_0.9.66.bb} | 7 --- 1 file changed, 4 insertions(+), 3

[oe] [PATCH][meta-oe] lcms: update to 2.9

2019-09-15 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta-oe/recipes-support/lcms/{lcms_2.7.bb => lcms_2.9.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/lcms/{lcms_2.7.bb => lcms_2.9.bb} (70%) diff --git a/meta-oe/recipes-support/lcms/lcms_2.7.bb

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

2019-09-15 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../webm/{libvpx_1.7.0.bb => libvpx_1.8.1.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-oe/recipes-multimedia/webm/{libvpx_1.7.0.bb => libvpx_1.8.1.bb} (94%) diff --git

[oe] [PATCH][meta-oe] libvdpau: update to 1.3

2019-09-15 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../vdpau/{libvdpau_git.bb => libvdpau_1.3.bb} | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) rename meta-oe/recipes-graphics/vdpau/{libvdpau_git.bb => libvdpau_1.3.bb} (79%) diff --git

[oe] [PATCH][meta-oe] python-cpuset: update to 1.6

2019-09-15 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../python/{python-cpuset_1.5.7.bb => python-cpuset_1.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/python/{python-cpuset_1.5.7.bb => python-cpuset_1.6.bb} (89%) diff --git

[oe] [PATCH][meta-oe] proj: update to 6.1.1

2019-09-15 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../recipes-navigation/proj/{proj_4.9.3.bb => proj_6.1.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-navigation/proj/{proj_4.9.3.bb => proj_6.1.1.bb} (70%) diff --git a/meta-oe/recipes-navigation/proj/proj_4.9.3.bb

[oe] [PATCH][meta-oe] libwebsockets: update to 3.2.0

2019-09-15 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../{libwebsockets_3.1.0.bb => libwebsockets_3.2.0.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-connectivity/libwebsockets/{libwebsockets_3.1.0.bb => libwebsockets_3.2.0.bb} (93%) diff --git

[oe] [PATCH][meta-oe] libblockdev: update to 2.23

2019-09-15 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../libblockdev/{libblockdev_2.22.bb => libblockdev_2.23.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/libblockdev/{libblockdev_2.22.bb => libblockdev_2.23.bb} (97%) diff --git

[oe] [PATCH][meta-networking] znc: update to 1.7.4

2019-09-15 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta-networking/recipes-irc/znc/{znc_1.7.3.bb => znc_1.7.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-irc/znc/{znc_1.7.3.bb => znc_1.7.4.bb} (94%) diff --git a/meta-networking/recipes-irc/znc/znc_1.7.3.bb

[oe] [PATCH][meta-oe] wipe: update to 0.24

2019-09-15 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta-oe/recipes-extended/wipe/{wipe_git.bb => wipe_0.24.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-oe/recipes-extended/wipe/{wipe_git.bb => wipe_0.24.bb} (91%) diff --git a/meta-oe/recipes-extended/wipe/wipe_git.bb

[oe] [PATCH][meta-oe] python-pytoml: update to 0.1.21

2019-09-15 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta-oe/recipes-devtools/python/python-pytoml.inc | 4 ++-- .../{python-pytoml_0.1.20.bb => python-pytoml_0.1.21.bb} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devtools/python/{python-pytoml_0.1.20.bb =>

[oe] [PATCH][meta-oe] zlog: update to 1.2.14

2019-09-15 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- ...read_t-to-unsigned-long-instead-of-u.patch | 32 --- .../zlog/{zlog_git.bb => zlog_1.2.14.bb} | 8 ++--- 2 files changed, 2 insertions(+), 38 deletions(-) delete mode 100644

[oe] [PATCH][meta-oe] upower: update to 0.99.11

2019-09-15 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- ...everity-of-unhandled-action-messages.patch | 31 --- .../{upower_0.99.7.bb => upower_0.99.11.bb} | 5 ++- 2 files changed, 2 insertions(+), 34 deletions(-) delete mode 100644

[oe] [PATCH][meta-oe] python-pyobject: update to 3.34.0

2019-09-15 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- ...{python-pygobject_3.32.2.bb => python-pygobject_3.34.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devtools/python/{python-pygobject_3.32.2.bb => python-pygobject_3.34.0.bb} (89%) diff --git

Re: [oe] [meta-oe][PATCH] nmap: Upgrade to 7.80

2019-09-15 Thread Khem Raj
On Sun, Sep 15, 2019 at 12:51 PM Scott Ellis wrote: > > Only tested arm64 and x86 with gcc. > > Works fine for those. > > I have been doing a lot of NSE testing using it the last few days. > > The 7.70 recipe patches did not apply, hence the new patches. > > You may as well drop my PATCH request

[oe] [meta-clang][PATCH] Turn off wchar in editline for native*

2019-09-15 Thread Jeremy Puhlman
| In file included from /build/poky/build/tmp/work-shared/llvm-project-source-9.0.0-r0/git/lldb/source/Core/IOHandler.cpp:31:0: | /build/poky/build/tmp/work-shared/llvm-project-source-9.0.0-r0/git/lldb/include/lldb/Host/Editline.h:36:19: | fatal error: codecvt: No such file or directory |

[oe] [PATCH][meta-oe 2/2] babl: update to 0.1.62

2019-09-15 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../recipes-graphics/babl/{babl_0.1.28.bb => babl_0.1.62.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/babl/{babl_0.1.28.bb => babl_0.1.62.bb} (72%) diff --git a/meta-oe/recipes-graphics/babl/babl_0.1.28.bb

[oe] [PATCH][meta-oe 1/2] gelg: update to 0.4.16

2019-09-15 Thread Oleksandr Kravchuk
License checksum was changed because http links in the file were replaced with https (see @758b21f68438c53496078fb5cf177166f32e603a). Signed-off-by: Oleksandr Kravchuk --- .../gegl/{gegl_0.3.18.bb => gegl_0.4.16.bb}| 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-)

Re: [oe] [meta-oe][PATCH] nmap: Upgrade to 7.80

2019-09-15 Thread Scott Ellis
Only tested arm64 and x86 with gcc. Works fine for those. I have been doing a lot of NSE testing using it the last few days. The 7.70 recipe patches did not apply, hence the new patches. You may as well drop my PATCH request then. I won't have time to look at clang builds until next weekend

[oe] [PATCH] remove spurious file

2019-09-15 Thread Khem Raj
Signed-off-by: Khem Raj --- file | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 file diff --git a/file b/file deleted file mode 100644 index e69de29bb2..00 -- 2.23.0 -- ___ Openembedded-devel mailing list

Re: [oe] [meta-oe][PATCH] nmap: Upgrade to 7.80

2019-09-15 Thread Khem Raj
it also fails to build https://errors.yoctoproject.org/Errors/Details/270623/ On Sun, Sep 15, 2019 at 9:52 AM akuster808 wrote: > > > > On 9/15/19 8:04 AM, Scott Ellis wrote: > > Signed-off-by: Scott Ellis > > --- > > ... => 0001-Redefine-the-python-library-dir.patch} | 19 +++--- > >

Re: [oe] State of OE world 2019-09-14 ( Zero build failures )

2019-09-15 Thread akuster808
Khem, On 9/14/19 1:35 PM, Khem Raj wrote: > As you all can see we have come to zero build time failures in the > world builds, thanks for everyone who contributed and let's keep going > and maintain this status and hop on to other fails we are seeing > regarding sstate signs and version going

Re: [oe] [meta-oe][PATCH] nmap: Upgrade to 7.80

2019-09-15 Thread akuster808
On 9/15/19 8:04 AM, Scott Ellis wrote: > Signed-off-by: Scott Ellis > --- > ... => 0001-Redefine-the-python-library-dir.patch} | 19 +++--- > ...lude-time.h-for-time-structure-definition.patch | 78 > -- > .../nmap/files/0002-Fix-building-with-libc.patch | 76

[oe] [meta-oe][PATCH] nmap: Upgrade to 7.80

2019-09-15 Thread Scott Ellis
Signed-off-by: Scott Ellis --- ... => 0001-Redefine-the-python-library-dir.patch} | 19 +++--- ...lude-time.h-for-time-structure-definition.patch | 78 -- .../nmap/files/0002-Fix-building-with-libc.patch | 76 -

[oe] [meta-networking][PATCH v2] wireguard: Upgrade 20190905 to 20190913

2019-09-15 Thread Scott Ellis
Signed-off-by: Scott Ellis --- ...eguard-module_0.0.20190905.bb => wireguard-module_0.0.20190913.bb} | 0 ...ireguard-tools_0.0.20190905.bb => wireguard-tools_0.0.20190913.bb} | 0 meta-networking/recipes-kernel/wireguard/wireguard.inc| 4 ++-- 3 files changed, 2 insertions(+), 2

[oe] [meta-networking][PATCH] wireguard: Upgrade 20190905 to 20190913

2019-09-15 Thread Scott Ellis
--- ...eguard-module_0.0.20190905.bb => wireguard-module_0.0.20190913.bb} | 0 ...ireguard-tools_0.0.20190905.bb => wireguard-tools_0.0.20190913.bb} | 0 meta-networking/recipes-kernel/wireguard/wireguard.inc| 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename