Re: [oe] [meta-oe][PATCH v2] libharu: New recipe

2020-02-25 Thread Khem Raj
On Wed, Feb 19, 2020 at 1:23 AM Zheng Ruoqin wrote: > > libHaru is a library for generating PDF files. > > Signed-off-by: Zheng Ruoqin > --- > .../libharu/libharu-RELEASE_2_3_0_cmake.patch | 52 > ++ > meta-oe/recipes-support/libharu/libharu_2.3.0.bb | 24 ++

Re: [oe] [meta-oe][PATCH 1/1] open-lldp: Add initial version 1.0.1

2020-02-25 Thread Khem Raj
Hi Jonathan On 2/25/20 2:19 PM, Jonathan Richardson via Openembedded-devel wrote: > Open-LLDP provides a Link Layer Discovery Protocol agent that supports > DCB (Data Center Bridging). The tc utility from iproute is needed to > manipulate traffic control settings in the kernel. > build on musl

Re: [oe] [meta-oe][PATCH v2] libharu: New recipe

2020-02-25 Thread Zheng, Ruoqin
Ping -- Zheng Ruoqin Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) ADDR.: No.6 Wenzhu Road, Software Avenue, Nanjing, 210012, China MAIL : zhengrq.f...@cn.fujistu.com > -Original Message- > From: Zheng, Ruoqin/郑 若钦 > Sent:

Re: [oe] [oe-commits] [meta-openembedded] 09/10: c-ares: move from meta-networking to meta-oe

2020-02-25 Thread Khem Raj
On 2/25/20 1:25 PM, Martin Jansa wrote: > With this one included, you can drop "07/10: nodejs: don't enable ares > support by default" > yes it will be thanks > On Tue, Feb 25, 2020 at 10:22 PM > wrote: > > This is an automated email from the git

Re: [oe] [meta-webserver][PATCH] nginx.service: sleep 0.1 after nginx start

2020-02-25 Thread Khem Raj
On 2/25/20 5:48 PM, Changqing Li wrote: > > On 2/25/20 12:49 PM, Khem Raj wrote: >> >> >> On 2/24/20 7:53 PM, Changqing Li wrote: >>> >>> On 2/25/20 12:40 AM, Khem Raj wrote: On Mon, Feb 24, 2020 at 3:41 AM  wrote: > From: Changqing Li > > Fix error info: > nginx.service:

Re: [oe] [meta-webserver][PATCH] nginx.service: sleep 0.1 after nginx start

2020-02-25 Thread Changqing Li
On 2/25/20 12:49 PM, Khem Raj wrote: On 2/24/20 7:53 PM, Changqing Li wrote: On 2/25/20 12:40 AM, Khem Raj wrote: On Mon, Feb 24, 2020 at 3:41 AM  wrote: From: Changqing Li Fix error info: nginx.service: failed to parse pid from file /run/nginx/nginx.pid: invalid argument Signed-off-by:

[oe] [meta-oe][PATCH 1/1] open-lldp: Add initial version 1.0.1

2020-02-25 Thread Jonathan Richardson via Openembedded-devel
Open-LLDP provides a Link Layer Discovery Protocol agent that supports DCB (Data Center Bridging). The tc utility from iproute is needed to manipulate traffic control settings in the kernel. Signed-off-by: Jonathan Richardson --- ...tion-to-disable-installation-of-syst.patch | 57

Re: [oe] [oe-commits] [meta-openembedded] 09/10: c-ares: move from meta-networking to meta-oe

2020-02-25 Thread Martin Jansa
With this one included, you can drop "07/10: nodejs: don't enable ares support by default" On Tue, Feb 25, 2020 at 10:22 PM wrote: > This is an automated email from the git hooks/post-receive script. > > khem pushed a commit to branch master-next > in repository meta-openembedded. > > commit

[oe] [meta-multimedia][PATCH v2] fdk-aac: add initial fdk-aac recipe

2020-02-25 Thread Scott Branden via Openembedded-devel
From: Mircea Carausu Add Fraunhofer FDK AAC Codec Library recipe. Signed-off-by: Mircea Carausu Signed-off-by: Scott Branden --- ...aunhofer_FDK_AAC_Codec_Library_for_Android | 92 +++ .../fdk-aac/fdk-aac_2.0.1.bb | 22 + 2 files changed, 114

[oe] [meta-oe][meta-networking][PATCH] c-ares: move from meta-networking to meta-oe

2020-02-25 Thread Martin Jansa
* nodejs from meta-oe depends on this since: commit 76dd3dac1f1e67a5c44ad732b8e827cc36ded641 Author: André Draszik Date: Tue Oct 29 16:42:24 2019 + nodejs: allow use of system c-ares (and make default) Use system c-ares via PACKAGECONFIG by default. So far, nodejs had

Re: [oe] [meta-oe][PATCH 1/2] nodejs: don't enable ares support by default

2020-02-25 Thread Khem Raj
On 2/25/20 11:22 AM, Martin Jansa wrote: > On Tue, Feb 25, 2020 at 11:13:42AM -0800, Khem Raj wrote: >> On Tue, Feb 25, 2020 at 11:07 AM Martin Jansa wrote: >>> >>> * c-ares is in meta-networking and meta-oe doesn't depend on meta-networking >>> * fixes: >>> ERROR: Nothing PROVIDES 'c-ares'

Re: [oe] [meta-oe][PATCH 1/2] nodejs: don't enable ares support by default

2020-02-25 Thread Martin Jansa
On Tue, Feb 25, 2020 at 08:22:02PM +0100, Martin Jansa wrote: > On Tue, Feb 25, 2020 at 11:13:42AM -0800, Khem Raj wrote: > > On Tue, Feb 25, 2020 at 11:07 AM Martin Jansa > > wrote: > > > > > > * c-ares is in meta-networking and meta-oe doesn't depend on > > > meta-networking > > > * fixes: >

Re: [oe] [[meta-oe][PATCH v2] ttf-noto-emoji: add recipe

2020-02-25 Thread Khem Raj
On 2/24/20 7:59 PM, Matt Ranostay wrote: > Add both B/W and color emojis fonts from the noto-emoji project. > > Important note for the color emojis to render the pixmap PACKAGECONFIG > option needs to be set in freetype package. > We have sstate failures due to fontconfig dep

Re: [oe] [meta-oe][PATCH 1/2] nodejs: don't enable ares support by default

2020-02-25 Thread Martin Jansa
On Tue, Feb 25, 2020 at 11:13:42AM -0800, Khem Raj wrote: > On Tue, Feb 25, 2020 at 11:07 AM Martin Jansa wrote: > > > > * c-ares is in meta-networking and meta-oe doesn't depend on meta-networking > > * fixes: > > ERROR: Nothing PROVIDES 'c-ares' (but > >

Re: [oe] [meta-oe][PATCH 1/2] nodejs: don't enable ares support by default

2020-02-25 Thread Khem Raj
On Tue, Feb 25, 2020 at 11:07 AM Martin Jansa wrote: > > * c-ares is in meta-networking and meta-oe doesn't depend on meta-networking > * fixes: > ERROR: Nothing PROVIDES 'c-ares' (but > meta-oe/recipes-devtools/nodejs/nodejs_12.14.1.bb DEPENDS on or otherwise > requires it) > in builds

[oe] [meta-python2][PATCH 2/2] python-networkmanager: skip when meta-networking isn't included

2020-02-25 Thread Martin Jansa
* fixes ERROR: Nothing RPROVIDES 'networkmanager' (but meta-python2/recipes-connectivity/python-networkmanager/python-networkmanager_2.1.bb RDEPENDS on or otherwise requires it) in world builds without meta-networking Signed-off-by: Martin Jansa ---

[oe] [meta-python2][PATCH 1/2] python-ldap: skip when meta-networking isn't included

2020-02-25 Thread Martin Jansa
* fixes: ERROR: Nothing PROVIDES 'cyrus-sasl' (but meta-python2/recipes-devtools/python/python-ldap_3.2.0.bb DEPENDS on or otherwise requires it) in world builds without meta-networking Signed-off-by: Martin Jansa --- recipes-devtools/python/python-ldap_3.2.0.bb | 6 ++ 1 file

[oe] [meta-oe][PATCH 1/2] nodejs: don't enable ares support by default

2020-02-25 Thread Martin Jansa
* c-ares is in meta-networking and meta-oe doesn't depend on meta-networking * fixes: ERROR: Nothing PROVIDES 'c-ares' (but meta-oe/recipes-devtools/nodejs/nodejs_12.14.1.bb DEPENDS on or otherwise requires it) in builds without meta-networking Signed-off-by: Martin Jansa ---

[oe] [meta-oe][PATCH 2/2] libvncserver: don't enable sasl support by default

2020-02-25 Thread Martin Jansa
* cyrus-sasl is in meta-networking and meta-oe doesn't depend on meta-networking Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.12.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.12.bb

Re: [oe] [meta-oe][PATCH v3] luajit: Upgrade to 2.1.0-beta3

2020-02-25 Thread Khem Raj
On 2/24/20 11:38 PM, Leo Yan wrote: Hi Khem, On Mon, Feb 24, 2020 at 10:41:04PM -0800, Khem Raj wrote: On 2/24/20 10:37 PM, Leo Yan wrote: Since luajit 2.1.0-beta3 can support architecture aarch64 and the old misses to support aarch64, the patch upgrades to luajit 2.1.0-beta3.

[oe] [meta-oe][PATCH] cfengine-masterfiles: Make the expression dash friendly

2020-02-25 Thread Khem Raj
dash does not understand {} expressions like this, therefore simplify Signed-off-by: Khem Raj --- .../recipes-extended/cfengine/cfengine-masterfiles_3.15.0.bb| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/cfengine/cfengine-masterfiles_3.15.0.bb

[oe] [meta-networking][warrior][PATCH] drbd: update SRC_URI to use archive subdirectory

2020-02-25 Thread Martin Jansa
* 9.0.17-1 version was moved to archive: http://www.linbit.com/downloads/drbd/9.0/archive/drbd-9.0.17-1.tar.gz * 9.0.19-1 used by zeus and newer wasn't moved yet: http://www.linbit.com/downloads/drbd/9.0/drbd-9.0.19-1.tar.gz that's why this change is only for warrior Signed-off-by: Martin

[oe] [meta-python2][PATCH 2/2] python-backports-init: enable native and nativesdk

2020-02-25 Thread Martin Jansa
* needed for python-backports-functools-lru-cache-native Signed-off-by: Martin Jansa --- recipes-devtools/python/python-backports-init_1.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-devtools/python/python-backports-init_1.0.bb

[oe] [meta-python2][PATCH 1/2] python-backports-functools-lru-cache: enable native and nativesdk

2020-02-25 Thread Martin Jansa
* since this change: commit d1a1c57d0e73251e86591214f30fc90010d5c111 Author: Tim Orling Date: Mon Jan 20 11:31:59 2020 -0800 python-beautifulsoup4: fix target RDEPENDS syntax there is now this dependency: 'python-beautifulsoup4-native', 'python-soupsieve-native',

Re: [oe] [meta-oe][PATCH] lvm2/libdevmapper: Make it build for native

2020-02-25 Thread Andrey Zhizhikin
Hello all, I've just faced the problem with building lvm2 of the [zeus] and it looks like this patch causes issues with similar symptoms that has been reported for bash CVE [1]. This patch also touches the configure part, and in case if `-c cleanall` is used - the build succeeds. Failed build

[oe] [meta-networking][PATCH] networkmanager: Upgrade 1.18.4 -> 1.22.8

2020-02-25 Thread Freihofer, Adrian
- rebased patches - Option --enable-polkit-agent is not available with current NM, removed - Option --with-libnm-glib is not available with current NM, removed - New package NM-cloud-setup for new experimental cloud setup feature - NM tries to re-license from GPL to LGPL, added LGPL to LICENSES -