[oe] [meta-oe][PATCH] libsdl: Refresh patch

2019-11-24 Thread Zheng Ruoqin
Refresh CVE-2019-7577.patch as it can't be applyed when using PATCHTOOL = "patch". Signed-off-by: Zheng Ruoqin --- .../libsdl/libsdl-1.2.15/CVE-2019-7577.patch | 55 ++ 1 file changed, 25 insertions(+), 30 deletions(-) diff --git

[oe] [meta-oe][zeus][PATCH] libsdl: Refresh patch

2019-11-24 Thread Zheng Ruoqin
Refresh CVE-2019-7577.patch as it can't be applyed when using PATCHTOOL = "patch". Signed-off-by: Zheng Ruoqin --- .../libsdl/libsdl-1.2.15/CVE-2019-7577.patch | 55 ++ 1 file changed, 25 insertions(+), 30 deletions(-) diff --git

Re: [oe] [meta-oe][PATCH] googletest: move to release 1.10.0

2019-11-24 Thread Khem Raj
On Sun, Nov 24, 2019 at 7:41 PM Lei YU wrote: > > On Mon, Nov 25, 2019 at 11:08 AM Adrian Bunk wrote: > > > > On Thu, Nov 21, 2019 at 01:45:33PM +0800, Lei YU wrote: > > > The googletest recipe was using 1.8.1 tag, and in the recipe it was > > > using the git revision instead of the tag release.

Re: [oe] [meta-oe][PATCH] googletest: move to release 1.10.0

2019-11-24 Thread Lei YU
On Mon, Nov 25, 2019 at 11:08 AM Adrian Bunk wrote: > > On Thu, Nov 21, 2019 at 01:45:33PM +0800, Lei YU wrote: > > The googletest recipe was using 1.8.1 tag, and in the recipe it was > > using the git revision instead of the tag release. > > > > Rename it to googletest_git.bb and use the 1.10.0

[oe] [meta-oe][PATCH v2] googletest: move to release 1.10.0

2019-11-24 Thread Lei YU
The googletest recipe was using 1.8.1 tag, and in the recipe it was using the git revision instead of the tag release. Rename it to googletest_git.bb and use the 1.10.0 release revision to get the latest release. Signed-off-by: Lei YU --- .../recipes-test/googletest/googletest_1.8.1.bb| 21

Re: [oe] [meta-oe][PATCH] googletest: move to release 1.10.0

2019-11-24 Thread Adrian Bunk
On Thu, Nov 21, 2019 at 01:45:33PM +0800, Lei YU wrote: > The googletest recipe was using 1.8.1 tag, and in the recipe it was > using the git revision instead of the tag release. > > Rename it to googletest_git.bb and use the 1.10.0 release revision to > get the latest release. >... When

[oe] [meta-oe][PATCH] libssh2: Security Advisory - libssh2 - CVE-2019-17498

2019-11-24 Thread Li Zhou
Porting the patch from to solve CVE-2019-17498. Signed-off-by: Li Zhou --- .../libssh2/files/CVE-2019-17498.patch | 131 + meta-oe/recipes-support/libssh2/libssh2_1.9.0.bb |

Re: [oe] [meta-oe][zeus][PATCH 2/3] python-more-itertools: downgrade 7.2.0 -> 5.0.0

2019-11-24 Thread Adrian Bunk
On Sun, Nov 24, 2019 at 11:46:10AM -0800, akuster808 wrote: > > > On 11/22/19 8:30 AM, Adrian Bunk wrote: > > From: Hongxu Jia > > > > Python 2.7 is no longer supported. The 5.0.0 release will be the last > > version targeting Python 2.7. [1] > why is this a zeus issue? Zeus core is still

Re: [oe] [meta-oe][zeus][PATCH 2/3] python-more-itertools: downgrade 7.2.0 -> 5.0.0

2019-11-24 Thread akuster808
On 11/22/19 8:30 AM, Adrian Bunk wrote: > From: Hongxu Jia > > Python 2.7 is no longer supported. The 5.0.0 release will be the last > version targeting Python 2.7. [1] why is this a zeus issue? Zeus core is still supporting 2.7. Please clarify. - armin > [1] >

Re: [oe] [meta-oe][warrior][PATCH 1/2] gitpkgv.bbclass: Use --git-dir option

2019-11-24 Thread akuster808
wrong ml On 11/23/19 5:46 AM, Niko Mauno wrote: > From: "niko.ma...@vaisala.com" > > Avoid redundant shell working directory change by resorting to > '--git-dir' option for git command instead. > > Signed-off-by: Niko Mauno > Signed-off-by: Khem Raj > --- > meta-oe/classes/gitpkgv.bbclass |

[oe] [meta-oe][PATCH v2] leveldb: Upgrade 1.20 -> 1.22

2019-11-24 Thread Alex Kiernan
Upstream has moved to cmake, so drop the build patches which are no longer relevant. Add run-ptest and PACKAGECONFIG support. Signed-off-by: Alex Kiernan --- Changes in v2: - Add CMAKE_BUILD_TYPE=RelWithDebInfo .../0001-Makefile-Fix-parallel-build.patch| 34 ---