Re: [oe] [meta-oe][PATCH] libwebsockets: Fix the build with -Os

2019-08-29 Thread Adrian Bunk
On Thu, Aug 29, 2019 at 03:09:17PM -0700, Khem Raj wrote: > On Thu, Aug 29, 2019 at 2:23 PM Adrian Bunk wrote: > > On Thu, Aug 29, 2019 at 01:51:05PM -0700, Khem Raj wrote: >... > > > and better still with a patch. > > > > But please do not add such patches to OE. > > > > Patches from people who

Re: [oe] [PATCH V3] cryptsetup: add libdevmapper to RDEPENDS

2019-08-29 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org devel-boun...@lists.openembedded.org> On Behalf Of Hongxu Jia > Sent: den 30 augusti 2019 03:32 > To: Alejandro Enedino Hernandez Samaniego samani...@xilinx.com>; raj.k...@gmail.com > Cc:

[oe] [[meta-webserver][thud] 4/5] apache2: add back patch for set perlbin

2019-08-29 Thread Armin Kuster
From: Changqing Li Add back this patch. Without this patch, apxs's shebang will use perl under hosttools, which can be too long for shebang, and cause error: bad interpreter: No such file or directory Signed-off-by: Changqing Li Signed-off-by: Khem Raj Signed-off-by: Armin Kuster ---

[oe] [[meta-webserver][thud] 5/5] apache2: upgrade 2.4.39 -> 2.4.41

2019-08-29 Thread Armin Kuster
From: Yi Zhao Security fixes: CVE-2019-10081 CVE-2019-9517 CVE-2019-10098 CVE-2019-10092 CVE-2019-10097 CVE-2019-10082 See: http://www.apache.org/dist/httpd/CHANGES_2.4.41 Signed-off-by: Yi Zhao Signed-off-by: Khem Raj Signed-off-by: Armin Kuster ---

[oe] [[meta-webserver][thud] 2/5] apache2: upgrade 2.4.34 -> 2.4.39

2019-08-29 Thread Armin Kuster
From: Yi Zhao * Drop apache2-native recipe. Add native to BBCLASSEXTEND in apache2 recipe. * Refresh patches. Drop CVE-2018-11763.patch and apache-configure_perlbin.patch * Cleanup recipe file. Remove obsolete code. Signed-off-by: Yi Zhao Signed-off-by: Khem Raj [Bug fix only update:

[oe] [[meta-webserver][thud] 1/5] apache2: set CVE_PRODUCT

2019-08-29 Thread Armin Kuster
From: "qi.c...@windriver.com" Signed-off-by: Chen Qi Signed-off-by: Khem Raj Signed-off-by: Armin Kuster --- meta-webserver/recipes-httpd/apache2/apache2_2.4.34.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.34.bb

[oe] [[meta-webserver][thud] 3/5] apache2: Correct appending to SYSROOT_PREPROCESS_FUNCS

2019-08-29 Thread Armin Kuster
From: Peter Kjellerstedt A missing space lead to problems if something else was already added to SYSROOT_PREPROCESS_FUNCS. Signed-off-by: Peter Kjellerstedt Signed-off-by: Khem Raj Signed-off-by: Armin Kuster --- meta-webserver/recipes-httpd/apache2/apache2_2.4.39.bb | 2 +- 1 file changed,

[oe] [[meta-webserver][warrior]] apache2: upgrade 2.4.39 -> 2.4.41

2019-08-29 Thread Armin Kuster
From: Yi Zhao Security fixes: CVE-2019-10081 CVE-2019-9517 CVE-2019-10098 CVE-2019-10092 CVE-2019-10097 CVE-2019-10082 See: http://www.apache.org/dist/httpd/CHANGES_2.4.41 Signed-off-by: Yi Zhao Signed-off-by: Khem Raj Signed-off-by: Armin Kuster ---

Re: [oe] [PATCH V3] cryptsetup: add libdevmapper to RDEPENDS

2019-08-29 Thread Hongxu Jia
On 8/30/19 5:10 AM, Alejandro Enedino Hernandez Samaniego wrote: Hey Hongxu, On 8/29/19 8:57 AM, Hongxu Jia wrote: Since commit [libdevmapper/lvm2: force recipe libdevmapper to populate sysroot only] applied, if recipe DEPENDS on libdevmapper, we have to add it to packages RDEPENDS to fix

Re: [oe] [meta-oe][PATCH] libwebsockets: Fix the build with -Os

2019-08-29 Thread Khem Raj
On Thu, Aug 29, 2019 at 2:23 PM Adrian Bunk wrote: > > On Thu, Aug 29, 2019 at 01:51:05PM -0700, Khem Raj wrote: > > On Thu, Aug 29, 2019 at 1:25 PM Adrian Bunk wrote: > > > > > > On Thu, Aug 29, 2019 at 12:54:16PM -0700, Khem Raj wrote: > > > > On Thu, Aug 29, 2019 at 12:14 PM Adrian Bunk

Re: [oe] [meta-oe][PATCH] libwebsockets: Fix the build with -Os

2019-08-29 Thread Adrian Bunk
On Thu, Aug 29, 2019 at 01:51:05PM -0700, Khem Raj wrote: > On Thu, Aug 29, 2019 at 1:25 PM Adrian Bunk wrote: > > > > On Thu, Aug 29, 2019 at 12:54:16PM -0700, Khem Raj wrote: > > > On Thu, Aug 29, 2019 at 12:14 PM Adrian Bunk wrote: > > > > > > > > On Thu, Aug 29, 2019 at 11:46:55AM -0700,

Re: [oe] [PATCH V3] cryptsetup: add libdevmapper to RDEPENDS

2019-08-29 Thread Alejandro Enedino Hernandez Samaniego
Hey Hongxu, On 8/29/19 8:57 AM, Hongxu Jia wrote: Since commit [libdevmapper/lvm2: force recipe libdevmapper to populate sysroot only] applied, if recipe DEPENDS on libdevmapper, we have to add it to packages RDEPENDS to fix [file-rdeps] QA issue Skip [build-deps] and [file-rdeps] QA checking,

Re: [oe] [meta-oe][PATCH] libwebsockets: Fix the build with -Os

2019-08-29 Thread Khem Raj
On Thu, Aug 29, 2019 at 1:25 PM Adrian Bunk wrote: > > On Thu, Aug 29, 2019 at 12:54:16PM -0700, Khem Raj wrote: > > On Thu, Aug 29, 2019 at 12:14 PM Adrian Bunk wrote: > > > > > > On Thu, Aug 29, 2019 at 11:46:55AM -0700, Khem Raj wrote: > > > > On Thu, Aug 29, 2019 at 3:39 AM Adrian Bunk

Re: [oe] [meta-oe][PATCH] libwebsockets: Fix the build with -Os

2019-08-29 Thread Adrian Bunk
On Thu, Aug 29, 2019 at 12:54:16PM -0700, Khem Raj wrote: > On Thu, Aug 29, 2019 at 12:14 PM Adrian Bunk wrote: > > > > On Thu, Aug 29, 2019 at 11:46:55AM -0700, Khem Raj wrote: > > > On Thu, Aug 29, 2019 at 3:39 AM Adrian Bunk wrote: > > > > > > > > lib/event-libs/libuv/libuv.c: In function

Re: [oe] [meta-oe][PATCH] libwebsockets: Fix the build with -Os

2019-08-29 Thread Khem Raj
On Thu, Aug 29, 2019 at 12:14 PM Adrian Bunk wrote: > > On Thu, Aug 29, 2019 at 11:46:55AM -0700, Khem Raj wrote: > > On Thu, Aug 29, 2019 at 3:39 AM Adrian Bunk wrote: > > > > > > lib/event-libs/libuv/libuv.c: In function 'elops_destroy_context1_uv': > > > lib/event-libs/libuv/libuv.c:519:7:

Re: [oe] [PATCH] python-script: update license md5sum

2019-08-29 Thread Adrian Bunk
On Thu, Aug 29, 2019 at 11:44:16AM -0700, Khem Raj wrote: > On Thu, Aug 29, 2019 at 8:51 AM Adrian Bunk wrote: > > > > On Thu, Aug 29, 2019 at 02:35:07PM +, Christophe PRIOUZEAU wrote: > > > Update md5sum of license file. > > >... > > > ---

[oe] [meta-networking][PATCH 5/5] drbd: Upgrade to 9.0.19-1

2019-08-29 Thread Khem Raj
Signed-off-by: Khem Raj --- .../drbd/{drbd_9.0.18-1.bb => drbd_9.0.19-1.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-networking/recipes-support/drbd/{drbd_9.0.18-1.bb => drbd_9.0.19-1.bb} (84%) diff --git

[oe] [meta-networking][PATCH 4/5] linux-atm: Fix build with kernel headers 5.2+

2019-08-29 Thread Khem Raj
Signed-off-by: Khem Raj --- ...-Include-linux-sockios.h-for-SIOCGST.patch | 59 +++ .../linux-atm/linux-atm_2.5.2.bb | 1 + 2 files changed, 60 insertions(+) create mode 100644

[oe] [meta-oe][PATCH 3/5] can-isotp: Update to latest tip

2019-08-29 Thread Khem Raj
Fixes build with 5.2 kernel headers For complete changes see [1] [1] https://github.com/hartkopp/can-isotp/compare/6003f999...b31bce9 Signed-off-by: Khem Raj --- meta-oe/recipes-extended/socketcan/can-isotp_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-oe][PATCH 2/5] android-tools: update license md5sum for BSD-2-Clause

2019-08-29 Thread Khem Raj
The text has changed in OE-Core common licenses Signed-off-by: Khem Raj --- .../recipes-devtools/android-tools/android-tools_5.1.1.r37.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb

[oe] [meta-oe][PATCH 1/5] can-utils: Fix build with kernel headers >= 5.2

2019-08-29 Thread Khem Raj
Signed-off-by: Khem Raj --- ...o-find-SIOCGSTAMP-with-latest-kernel.patch | 106 ++ .../socketcan/can-utils_git.bb| 4 +- 2 files changed, 109 insertions(+), 1 deletion(-) create mode 100644

Re: [oe] [meta-oe][PATCH] libwebsockets: Fix the build with -Os

2019-08-29 Thread Adrian Bunk
On Thu, Aug 29, 2019 at 11:46:55AM -0700, Khem Raj wrote: > On Thu, Aug 29, 2019 at 3:39 AM Adrian Bunk wrote: > > > > lib/event-libs/libuv/libuv.c: In function 'elops_destroy_context1_uv': > > lib/event-libs/libuv/libuv.c:519:7: error: 'm' may be used uninitialized in > > this function

Re: [oe] [meta-oe][PATCH] libwebsockets: Fix the build with -Os

2019-08-29 Thread Khem Raj
On Thu, Aug 29, 2019 at 3:39 AM Adrian Bunk wrote: > > lib/event-libs/libuv/libuv.c: In function 'elops_destroy_context1_uv': > lib/event-libs/libuv/libuv.c:519:7: error: 'm' may be used uninitialized in > this function [-Werror=maybe-uninitialized] > if (m) >^ > > Signed-off-by:

Re: [oe] [PATCH] python-script: update license md5sum

2019-08-29 Thread Khem Raj
On Thu, Aug 29, 2019 at 8:51 AM Adrian Bunk wrote: > > On Thu, Aug 29, 2019 at 02:35:07PM +, Christophe PRIOUZEAU wrote: > > Update md5sum of license file. > >... > > --- a/meta-python/recipes-devtools/python/python-scrypt.inc > > +++ b/meta-python/recipes-devtools/python/python-scrypt.inc >

Re: [oe] [meta-oe][PATCH] Replace EXCLUDE_FROM_WORLD_libc-musl = "1" with COMPATIBLE_HOST_libc-musl = 'null'

2019-08-29 Thread Khem Raj
On Thu, Aug 29, 2019 at 2:55 AM Adrian Bunk wrote: > > Sorry for the confusing submission, but these were two different patches > doing a similar change in different layers that should both be applied. > such changes are fine across layers > cu > Adrian > > -- > >"Is there not promise

[oe] [PATCH V3] cryptsetup: add libdevmapper to RDEPENDS

2019-08-29 Thread Hongxu Jia
Since commit [libdevmapper/lvm2: force recipe libdevmapper to populate sysroot only] applied, if recipe DEPENDS on libdevmapper, we have to add it to packages RDEPENDS to fix [file-rdeps] QA issue Skip [build-deps] and [file-rdeps] QA checking, add lvm2 to DEPENDS will triger circular

Re: [oe] [meta-oe][PATCH V2] cryptsetup: add libdevmapper to RDEPENDS

2019-08-29 Thread Hongxu Jia
On 8/29/19 9:44 PM, Khem Raj wrote: https://errors.yoctoproject.org/Errors/Details/266491/ Sorry for the error again, I could not reproduce the issue on my build, indeed, ignoring both of the QA test is no harm for cryptsetup. V3 incoming, sorry again :( //Hongxu On Tue, Aug 27, 2019

Re: [oe] [PATCH] python-script: update license md5sum

2019-08-29 Thread Adrian Bunk
On Thu, Aug 29, 2019 at 02:35:07PM +, Christophe PRIOUZEAU wrote: > Update md5sum of license file. >... > --- a/meta-python/recipes-devtools/python/python-scrypt.inc > +++ b/meta-python/recipes-devtools/python/python-scrypt.inc > @@ -1,6 +1,6 @@ > DESCRIPTION = "Bindings for the scrypt key

[oe] [PATCH] python-script: update license md5sum

2019-08-29 Thread Christophe PRIOUZEAU
Update md5sum of license file. Signed-off-by: Christophe Priouzeau --- meta-python/recipes-devtools/python/python-scrypt.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-scrypt.inc

Re: [oe] [warrior][PATCH 0/4] vlc adjustments

2019-08-29 Thread akuster808
On 8/28/19 3:56 PM, Andreas Müller wrote: > On Sat, Aug 17, 2019 at 1:18 PM Adrian Bunk wrote: >> On Sat, Aug 17, 2019 at 10:13:35AM +0200, Andreas Müller wrote: >>> Some cherry-picks for vlc >>> ... >>> 2.- 4. Are good enhancements. It is upon warrior maintainers if they are >>>important

Re: [oe] [meta-oe][PATCH V2] cryptsetup: add libdevmapper to RDEPENDS

2019-08-29 Thread Khem Raj
https://errors.yoctoproject.org/Errors/Details/266491/ On Tue, Aug 27, 2019 at 6:24 PM Hongxu Jia wrote: > > Since commit [libdevmapper/lvm2: force recipe libdevmapper to populate > sysroot only] applied, if recipe DEPENDS on libdevmapper, we have to > add it to packages RDEPENDS to fix

[oe] [meta-oe][PATCH] Adapt to the lsb -> lsb-release change in OE-core

2019-08-29 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- meta-oe/conf/layer.conf | 2 +- .../phoronix-test-suite/phoronix-test-suite_8.8.1.bb| 2 +- meta-oe/recipes-security/keyutils/keyutils_1.6.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)

[oe] [meta-multimedia][PATCH] mimic: Fix the build with -Os

2019-08-29 Thread Adrian Bunk
../git/src/utils/cst_tokenstream.c: In function 'get_token_postpunctuation': ../git/src/utils/cst_tokenstream.c:652:51: error: 'plast' may be used uninitialized in this function [-Werror=maybe-uninitialized] memmove(ts->postpunctuation, >token[p + plast], (t - p));

[oe] [meta-oe][PATCH] libwebsockets: Fix the build with -Os

2019-08-29 Thread Adrian Bunk
lib/event-libs/libuv/libuv.c: In function 'elops_destroy_context1_uv': lib/event-libs/libuv/libuv.c:519:7: error: 'm' may be used uninitialized in this function [-Werror=maybe-uninitialized] if (m) ^ Signed-off-by: Adrian Bunk ---

Re: [oe] [meta-oe][PATCH] Replace EXCLUDE_FROM_WORLD_libc-musl = "1" with COMPATIBLE_HOST_libc-musl = 'null'

2019-08-29 Thread Adrian Bunk
Sorry for the confusing submission, but these were two different patches doing a similar change in different layers that should both be applied. cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days.

[oe] [meta-oe][Patch] libwacom: add recipe

2019-08-29 Thread kai.kang
From: Kai Kang Package libinput has a package config 'libwacom'. When it is set, package libwacom is required. So add the recipe of libwacom. Add a patch to generate udev rules file on target that it is not suitable for cross compile. Signed-off-by: Kai Kang ---