[OE-core] [PATCH v2] libsoup: Upgrade from 2.64.2 to 2.66.1

2019-04-15 Thread Alistair Francis
Signed-off-by: Alistair Francis --- ...no-introspection-when-cross-building.patch | 20 +++ ...up-2.4_2.64.2.bb => libsoup-2.4_2.66.1.bb} | 4 ++-- 2 files changed, 14 insertions(+), 10 deletions(-) rename meta/recipes-support/libsoup/{libsoup-2.4_2.64.2.bb => libsoup-2.4_2.66.

[OE-core] [PATCH] bitbake.conf: add git-lfs to HOSTTOOLS_NONFATAL

2019-04-15 Thread Naveen Saini
This provides git large file storage (lfs) extension. Include git-lfs conditionally. If git-lfs is present on host and repo has lfs pointers, then git-lfs will be used. If git-lfs is not present on host, it will be ignored. [YOCTO #13198] Signed-off-by: Naveen Saini --- meta/conf/bitbake.conf

Re: [OE-core] [PATCH v3] nettle: fix ptest failure

2019-04-15 Thread Yu, Mingli
On 2019年04月15日 19:08, richard.pur...@linuxfoundation.org wrote: On Mon, 2019-04-15 at 17:05 +0800, mingli...@windriver.com wrote: @@ -33,6 +29,8 @@ EXTRA_OECONF = "--disable-openssl" CFLAGS_append = " -std=c99" do_compile_ptest() { +# fix dlopen-test failure as cannot locate libne

Re: [OE-core] [meta-oe][PATCH 1/3] systemd: remove 2 obsolete useradds

2019-04-15 Thread ChenQi
On 04/16/2019 05:49 AM, adrian.freiho...@gmail.com wrote: On Mon, 2019-04-15 at 09:40 +0800, ChenQi wrote: On 04/14/2019 09:24 PM, Adrian Freihofer wrote: - Users systemd-journal-remote and systemd-journal-upload are not used by I guess you mean 'systemd-journal-gateway'? You are right. I wil

[OE-core] [oe-core][PATCH 1/1] bash: add sanity check for locale in run-ptest

2019-04-15 Thread Joe Slater
We will fail later if the current locale is invalid, so check for error messages from locale. Signed-off-by: Joe Slater --- meta/recipes-extended/bash/bash/run-ptest | 7 +++ 1 file changed, 7 insertions(+) diff --git a/meta/recipes-extended/bash/bash/run-ptest b/meta/recipes-extended/bash

[OE-core] [PATCH] Update ipmitool to use new active source

2019-04-15 Thread Vernon Mauery
The ipmitool project has moved from sourceforge to github and is under new management. This updates the source so that it pulls directly from git rather than a tarball. Eventually, once the next release is tagged, the new SRCREV can be updated to that. But for now, the project is under active devel

[OE-core] [PATCH] connman: add PACKAGECONFIG for nfc, fix MACHINE_ARCH signature when l2tp is enabled

2019-04-15 Thread Martin Jansa
* import 2 fixes from LuneOS * with l2tp PACKAGECONFIG enabled connman depends on MACHINE_ARCH xl2tpd: === Comparing signatures for task do_package_write_ipk.sigdata between hammerhead and mako === ERROR: connman different signature for task do_package_write_ipk.sigdata between hammerhead an

Re: [OE-core] [PATCH] Update ipmitool to use new active source

2019-04-15 Thread Khem Raj
We still need to set pv On Mon, Apr 15, 2019 at 1:23 PM Vernon Mauery wrote: > The ipmitool project has moved from sourceforge to github and is under > new management. This updates the source so that it pulls directly from > git rather than a tarball. Eventually, once the next release is tagged,

Re: [OE-core] [meta-oe][PATCH 1/3] systemd: remove 2 obsolete useradds

2019-04-15 Thread adrian . freihofer
On Mon, 2019-04-15 at 09:40 +0800, ChenQi wrote: > On 04/14/2019 09:24 PM, Adrian Freihofer wrote: > > - Users systemd-journal-remote and systemd-journal-upload are not > > used by > > I guess you mean 'systemd-journal-gateway'? You are right. I will send a V2 if I can convince you of this change

[OE-core] [PATCH] Update ipmitool to use new active source

2019-04-15 Thread Vernon Mauery
The ipmitool project has moved from sourceforge to github and is under new management. This updates the source so that it pulls directly from git rather than a tarball. Eventually, once the next release is tagged, the new SRCREV can be updated to that. But for now, the project is under active devel

Re: [OE-core] [PATCH 05/19] epiphany: update to 3.32.1.2

2019-04-15 Thread Richard Purdie
On Mon, 2019-04-15 at 12:54 +0200, Alexander Kanavin wrote: > Signed-off-by: Alexander Kanavin > --- > .../epiphany/{epiphany_3.30.3.bb => epiphany_3.32.1.2.bb} | 4 > ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > rename meta/recipes-gnome/epiphany/{epiphany_3.30.3.bb => > epiphan

Re: [OE-core] [PATCH 15/19] icu: update to 64.1

2019-04-15 Thread Richard Purdie
On Mon, 2019-04-15 at 12:54 +0200, Alexander Kanavin wrote: > License-update: copyright years changed. > > Drop upstreamed/backported patches. > > Signed-off-by: Alexander Kanavin > --- > .../icu/icu/0002-Add-ARC-support.patch| 27 > .../icu/icu/CVE-2018-18928.patch

Re: [OE-core] [PATCH] package_ipk: handle exception for subprocess command

2019-04-15 Thread Richard Purdie
On Sun, 2019-04-14 at 16:21 +0200, Andrey Zhizhikin wrote: > Ping. > > On Thu, Mar 28, 2019 at 10:47 AM Andrey Zhizhikin > wrote: > > When opkg-build command fails to execute, subprocess is returned > > with > > exception instead of printing to stderr. This causes the error > > logging > > not to

Re: [OE-core] [PATCH v3] gcc-sanitizers: fix -Werror=maybe-uninitialized issue

2019-04-15 Thread Adrian Bunk
On Mon, Apr 15, 2019 at 07:19:13AM -0700, Khem Raj wrote: > > What are you trying to convey ? That’s what I mentioned before I began my > reply however to reiterate my point was if a package is not usually built > and tested with this combination which is evident because it fails to build > then h

Re: [OE-core] [PATCH v3] gcc-sanitizers: fix -Werror=maybe-uninitialized issue

2019-04-15 Thread Khem Raj
On Mon, Apr 15, 2019 at 2:38 AM Adrian Bunk wrote: > On Mon, Apr 08, 2019 at 08:53:49PM -0700, Khem Raj wrote: > > On Mon, Apr 8, 2019 at 7:32 PM wrote: > > > > > > From: Mingli Yu > > > > > > When DEBUG_BUILD = "1" added in local.conf, there > > > comes below build error when "bitbake gcc-sani

[OE-core] [PATCH] msmtp: 1.6.6 -> 1.8.3

2019-04-15 Thread kai.kang
From: Kai Kang Update HOMEPAGE and SRC_URI. Signed-off-by: Kai Kang --- .../msmtp/{msmtp_1.6.6.bb => msmtp_1.8.3.bb} | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) rename meta/recipes-extended/msmtp/{msmtp_1.6.6.bb => msmtp_1.8.3.bb} (71%) diff --git a/meta/recipe

Re: [OE-core] [PATCH] elfutils: add ptest support

2019-04-15 Thread Richard Purdie
On Fri, 2019-04-12 at 17:21 +0800, mingli...@windriver.com wrote: > From: Mingli Yu > > Add testsuite-ignore-elflint.diff from debian > ( > http://ftp.de.debian.org/debian/pool/main/e/elfutils/elfutils_0.176-1.debian.tar.xz > ) > to fix below ptest failure: > | ./run-strip-strmerge.sh: line 33:

Re: [OE-core] [PATCH v3] nettle: fix ptest failure

2019-04-15 Thread richard . purdie
On Mon, 2019-04-15 at 17:05 +0800, mingli...@windriver.com wrote: > @@ -33,6 +29,8 @@ EXTRA_OECONF = "--disable-openssl" > CFLAGS_append = " -std=c99" > > do_compile_ptest() { > +# fix dlopen-test failure as cannot locate libnettle.so > +sed -i 's;dlopen ("../libnettle.so", RTLD

Re: [OE-core] [PATCH] libyaml: update SRC_URI[md5sum] and SRC_URI[sha256sum]

2019-04-15 Thread richard . purdie
On Mon, 2019-04-15 at 16:42 +0800, Yi Zhao wrote: > 在 2019/4/15 下午4:35, Richard Purdie 写道: > > On Mon, 2019-04-15 at 16:32 +0800, Yi Zhao wrote: > > > Signed-off-by: Yi Zhao > > > --- > > > meta/recipes-support/libyaml/libyaml_0.2.2.bb | 6 -- > > > 1 file changed, 4 insertions(+), 2 deleti

[OE-core] [PATCH 18/19] python3-pygobject: update to 3.32.0

2019-04-15 Thread Alexander Kanavin
Switch to meson build system. Add a patch to disable tests. Add "introspection" to unknown configure option whitelist, as this recipe needs g-i unconditionally. Signed-off-by: Alexander Kanavin --- .../0001-Do-not-build-tests.patch | 26 +++ ..._3.28.3.bb => python3

[OE-core] [PATCH 19/19] python-numpy: update to 1.16.2

2019-04-15 Thread Alexander Kanavin
Drop files/fix_shebang_f2py.patch as the code has been removed upstream. License-update: copyright years, file paths. Signed-off-by: Alexander Kanavin --- ...-and-so-on-for-libraries-by-default-.patch | 16 +- .../0001-npy_cpu-Add-riscv-support.patch | 14 - .../python-nump

[OE-core] [PATCH 15/19] icu: update to 64.1

2019-04-15 Thread Alexander Kanavin
License-update: copyright years changed. Drop upstreamed/backported patches. Signed-off-by: Alexander Kanavin --- .../icu/icu/0002-Add-ARC-support.patch| 27 .../icu/icu/CVE-2018-18928.patch | 63 --- .../icu/{icu_63.1.bb => icu_64.1.bb} |

[OE-core] [PATCH 17/19] python: update to 3.7.3

2019-04-15 Thread Alexander Kanavin
License-update: copyright years Signed-off-by: Alexander Kanavin --- ...stutils-sysconfig-append-STAGING_LIBDIR-python-sys.patch | 2 +- .../12-distutils-prefix-is-inside-staging-area.patch| 2 +- .../python/{python3_3.7.2.bb => python3_3.7.3.bb} | 6 +++--- 3 files changed, 5

[OE-core] [PATCH 16/19] python: update to 2.7.16

2019-04-15 Thread Alexander Kanavin
Drop backported patches License-update: copyright years Signed-off-by: Alexander Kanavin --- ...tive_2.7.15.bb => python-native_2.7.16.bb} | 2 - meta/recipes-devtools/python/python.inc | 11 +- ...e-XML_SetHashSalt-in-_elementtree-GH.patch | 96 -- ...st_ssl-when-a-filena

[OE-core] [PATCH 14/19] ffmpeg: update to 4.1.3

2019-04-15 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../ffmpeg/{ffmpeg_4.1.2.bb => ffmpeg_4.1.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/ffmpeg/{ffmpeg_4.1.2.bb => ffmpeg_4.1.3.bb} (97%) diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_4.1.2

[OE-core] [PATCH 13/19] at-spi2-core: fix meson 0.50 build

2019-04-15 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../atk/at-spi2-core/meson-0.50-fix.patch | 31 +++ .../atk/at-spi2-core_2.30.0.bb| 1 + 2 files changed, 32 insertions(+) create mode 100644 meta/recipes-support/atk/at-spi2-core/meson-0.50-fix.patch diff --git a/meta/re

[OE-core] [PATCH 12/19] libmodulemd: update to 2.2.3

2019-04-15 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/libmodulemd/libmodulemd_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb b/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb index 84012e41934..40715c0

Re: [OE-core] [PATCH] harfbuzz: update SRC_URI[md5sum] and SRC_URI[sha256sum]

2019-04-15 Thread Richard Purdie
On Mon, 2019-04-15 at 14:12 +0800, Yi Zhao wrote: > The previous md5sum and sha256sum are not correct. > See: > https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-2.4.0.tar.bz2.sha256 > > Signed-off-by: Yi Zhao > --- > meta/recipes-graphics/harfbuzz/harfbuzz_2.4.0.bb | 4 ++-- > 1 f

[OE-core] [PATCH 10/19] btrfs-tools: upgrade 4.20.1 -> 4.20.2

2019-04-15 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{btrfs-tools_4.20.1.bb => btrfs-tools_4.20.2.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_4.20.1.bb => btrfs-tools_4.20.2.bb} (96%) diff --git a/meta/recipes-devtools/btrfs-to

[OE-core] [PATCH 11/19] meson: update to 0.50.0

2019-04-15 Thread Alexander Kanavin
Remove 0001-Linker-rules-move-cross_args-in-front-of-output_args.patch as the upstream code has been completely reworked; if the issues pops up again, we need to re-write the fix. Rebase: 0001-Make-CPU-family-warnings-fatal.patch 0001-environment.py-detect-windows-also-if-the-system-str.patch 0001

[OE-core] [PATCH 09/19] dnf: upgrade 4.1.0 -> 4.2.2

2019-04-15 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/dnf/{dnf_4.1.0.bb => dnf_4.2.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/dnf/{dnf_4.1.0.bb => dnf_4.2.2.bb} (98%) diff --git a/meta/recipes-devtools/dnf/dnf_4.1.0.bb b/meta/recipes-devtools/

[OE-core] [PATCH 07/19] libdnf: update to 0.28.1

2019-04-15 Thread Alexander Kanavin
Remove upstreamed 0001-include-missing-string-and-errno.h-headers.patch Rebase the other patches. Signed-off-by: Alexander Kanavin --- .../libdnf/0001-Add-WITH_TESTS-option.patch | 44 ++--- ...or-both-libsolv-and-libsolvext-libdn.patch | 16 ++--- ...e-missing-string-and-errno.h-head

[OE-core] [PATCH 08/19] libcomps: upgrade 0.1.10 -> 0.1.11

2019-04-15 Thread Alexander Kanavin
Remove upstreamed patch. Signed-off-by: Alexander Kanavin --- ...-library-installation-path-correctly.patch | 27 --- .../recipes-devtools/libcomps/libcomps_git.bb | 5 ++-- 2 files changed, 2 insertions(+), 30 deletions(-) delete mode 100644 meta/recipes-devtools/libcomps/lib

[OE-core] [PATCH 04/19] libdazzle: update to 3.32.1

2019-04-15 Thread Alexander Kanavin
Remove a patch as the problem was fixed upstream. Signed-off-by: Alexander Kanavin --- ...ine-so-that-gir-compilation-succeeds.patch | 26 --- ...ibdazzle_3.30.2.bb => libdazzle_3.32.1.bb} | 5 ++-- 2 files changed, 2 insertions(+), 29 deletions(-) delete mode 100644 meta/reci

[OE-core] [PATCH 05/19] epiphany: update to 3.32.1.2

2019-04-15 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../epiphany/{epiphany_3.30.3.bb => epiphany_3.32.1.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/epiphany/{epiphany_3.30.3.bb => epiphany_3.32.1.2.bb} (85%) diff --git a/meta/recipes-gnome/epiphany/epiphany_3

[OE-core] [PATCH 06/19] vala: update to 0.44.3

2019-04-15 Thread Alexander Kanavin
Remove valadoc-related patches, as upstream added an option to disable it; adjust the recipe accordingly. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/vala/vala.inc | 2 +- .../vala/vala/0001-Disable-valadoc.patch | 32 --- .../vala/vala/disable-graphviz.patch

[OE-core] [PATCH 01/19] gobject-introspection: update to 1.60.1

2019-04-15 Thread Alexander Kanavin
Drop upstreamed patches: 0010-meson-add-option-gir-dir-prefix.patch 0002-g-ir-tools-respect-gir_dir_prefix.patch 0001-configure.ac-make-GIR_DIR-configurable.patch Rebase the rest. Upstream has renamed the gir_dir_prefix option, adjust the recipe. Add a patch to disable tests in cross builds, as

[OE-core] [PATCH 03/19] webkitgtk: update to 2.24.0

2019-04-15 Thread Alexander Kanavin
Drop bad_optional_access.patch, as the code it tweaks has been removed upstream. Rebase other patches. Add an option for jpeg2000 support. Signed-off-by: Alexander Kanavin --- .../webkitgtk/0001-Fix-build-with-musl.patch | 12 +++--- ...tings-so-that-gtkdoc-generation-work.patch | 37

[OE-core] [PATCH 02/19] dtc: upgrade 1.4.7 -> 1.5.0

2019-04-15 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-kernel/dtc/dtc.inc| 2 ++ meta/recipes-kernel/dtc/{dtc_1.4.7.bb => dtc_1.5.0.bb} | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) rename meta/recipes-kernel/dtc/{dtc_1.4.7.bb => dtc_1.5.0.bb} (81%) diff --git a/met

Re: [OE-core] [PATCH v3] gcc-sanitizers: fix -Werror=maybe-uninitialized issue

2019-04-15 Thread Adrian Bunk
On Mon, Apr 08, 2019 at 08:53:49PM -0700, Khem Raj wrote: > On Mon, Apr 8, 2019 at 7:32 PM wrote: > > > > From: Mingli Yu > > > > When DEBUG_BUILD = "1" added in local.conf, there > > comes below build error when "bitbake gcc-sanitizers": > > | > > ./../../../../../../../../work-shared/gcc-8.3.0

Re: [OE-core] [PATCH v3] gcc-sanitizers: fix -Werror=maybe-uninitialized issue

2019-04-15 Thread Yu, Mingli
On 2019年04月09日 11:53, Khem Raj wrote: On Mon, Apr 8, 2019 at 7:32 PM wrote: From: Mingli Yu When DEBUG_BUILD = "1" added in local.conf, there comes below build error when "bitbake gcc-sanitizers": | ./../../../../../../../../work-shared/gcc-8.3.0-r0/gcc-8.3.0/libsanitizer/libbacktrace/../

[OE-core] [PATCH v3] nettle: fix ptest failure

2019-04-15 Thread mingli.yu
From: Mingli Yu Remove dlopen-test.patch which originally used to fix the test dlopen-test, but actually it didn't resolve the issue as expected as it hardcodes the file /usr/lib/libnettle.so. Update dynamically with the real ${libdir}/libnettle.so to fix the below dlopen-test failure: # cd /us

Re: [OE-core] [PATCH] libyaml: update SRC_URI[md5sum] and SRC_URI[sha256sum]

2019-04-15 Thread Yi Zhao
在 2019/4/15 下午4:35, Richard Purdie 写道: On Mon, 2019-04-15 at 16:32 +0800, Yi Zhao wrote: Signed-off-by: Yi Zhao --- meta/recipes-support/libyaml/libyaml_0.2.2.bb | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/libyaml/libyaml_0.2.2.bb b/meta/re

Re: [OE-core] [PATCH v2] nettle: fix ptest failure

2019-04-15 Thread Adrian Bunk
On Mon, Apr 15, 2019 at 09:06:12AM +0100, richard.pur...@linuxfoundation.org wrote: > On Mon, 2019-04-15 at 16:09 +0800, Yu, Mingli wrote: > > > > On 2019年04月15日 15:59, richard.pur...@linuxfoundation.org wrote: > > > On Mon, 2019-04-15 at 15:40 +0800, mingli...@windriver.com wrote: > > > > a

Re: [OE-core] [PATCH v2] nettle: fix ptest failure

2019-04-15 Thread Yu, Mingli
On 2019年04月15日 16:06, richard.pur...@linuxfoundation.org wrote: On Mon, 2019-04-15 at 16:09 +0800, Yu, Mingli wrote: On 2019年04月15日 15:59, richard.pur...@linuxfoundation.org wrote: On Mon, 2019-04-15 at 15:40 +0800, mingli...@windriver.com wrote: a/testsuite/dlopen-test.c 2016-10-01 0

Re: [OE-core] [PATCH] libyaml: update SRC_URI[md5sum] and SRC_URI[sha256sum]

2019-04-15 Thread Richard Purdie
On Mon, 2019-04-15 at 16:32 +0800, Yi Zhao wrote: > Signed-off-by: Yi Zhao > --- > meta/recipes-support/libyaml/libyaml_0.2.2.bb | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/meta/recipes-support/libyaml/libyaml_0.2.2.bb > b/meta/recipes-support/libyaml/libyaml_0

[OE-core] [PATCH] libyaml: update SRC_URI[md5sum] and SRC_URI[sha256sum]

2019-04-15 Thread Yi Zhao
Signed-off-by: Yi Zhao --- meta/recipes-support/libyaml/libyaml_0.2.2.bb | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/libyaml/libyaml_0.2.2.bb b/meta/recipes-support/libyaml/libyaml_0.2.2.bb index d2b39f3..fbd1992 100644 --- a/meta/recipes-suppor

Re: [OE-core] [PATCH v2] nettle: fix ptest failure

2019-04-15 Thread richard . purdie
On Mon, 2019-04-15 at 16:09 +0800, Yu, Mingli wrote: > > On 2019年04月15日 15:59, richard.pur...@linuxfoundation.org wrote: > > On Mon, 2019-04-15 at 15:40 +0800, mingli...@windriver.com wrote: > > > a/testsuite/dlopen-test.c2016-10-01 00:28:38.0 > > > -0700 > > > -+++ b/testsuite/dl

Re: [OE-core] [PATCH v2] nettle: fix ptest failure

2019-04-15 Thread Yu, Mingli
On 2019年04月15日 15:59, richard.pur...@linuxfoundation.org wrote: On Mon, 2019-04-15 at 15:40 +0800, mingli...@windriver.com wrote: a/testsuite/dlopen-test.c 2016-10-01 00:28:38.0 -0700 -+++ b/testsuite/dlopen-test.c 2017-10-13 11:08:57.227572860 -0700 -@@ -9,7 +9,7 @@ +diff --git

Re: [OE-core] [PATCH v2] nettle: fix ptest failure

2019-04-15 Thread richard . purdie
On Mon, 2019-04-15 at 15:40 +0800, mingli...@windriver.com wrote: > a/testsuite/dlopen-test.c2016-10-01 00:28:38.0 > -0700 > -+++ b/testsuite/dlopen-test.c2017-10-13 11:08:57.227572860 > -0700 > -@@ -9,7 +9,7 @@ > +diff --git a/testsuite/dlopen-test.c b/testsuite/dlopen

Re: [OE-core] [v2][PATCH] nettle: update to 3.4.1

2019-04-15 Thread Yu, Mingli
On 2019年01月06日 06:05, Armin Kuster wrote: Bug fix only release Include: CVE-2018-16868 gnutls: Bleichenbacher-like side channel leakage in PKCS#1 1.5 verification and padding oracle verification CVE-2018-16869 nettle: Leaky data conversion exposing a manager oracle For full details

[OE-core] [PATCH v2] nettle: fix ptest failure

2019-04-15 Thread mingli.yu
From: Mingli Yu Rework dlopen-test.patch to fix below dlopen-test failure: # cd /usr/lib64/nettle/ptest # ./run-ptest dlopen failed: /usr/lib/libnettle.so: cannot open shared object file: No such file or directory ./run-ptest: line 8: 7607 Aborted "./$f" FAIL: dlopen-test

Re: [OE-core] [PATCH] cryptodev: update SRCREV

2019-04-15 Thread Adrian Bunk
On Sun, Apr 14, 2019 at 11:42:31PM -0400, kai.k...@windriver.com wrote: > From: Kai Kang > > Update SRCREV of cryptodev which only contains one fix for linux 5.0: >... > --- a/meta/recipes-kernel/cryptodev/cryptodev.inc > +++ b/meta/recipes-kernel/cryptodev/cryptodev.inc > @@ -4,7 +4,7 @@ LICENSE