[oe] [meta-python2][PATCH] python-asn1crypto: add target RDEPENDS

2020-01-23 Thread Tim Orling
* Missing run-time dependency: - python-numbers (fractions) Signed-off-by: Tim Orling --- recipes-devtools/python/python-asn1crypto_1.3.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-devtools/python/python-asn1crypto_1.3.0.bb

Re: [oe] [meta-oe][RFC PATCH 1/2] xorriso: Move from meta-filesystems to meta-oe

2020-01-23 Thread Khem Raj
On 1/23/20 2:31 PM, Jason Wessel wrote: The change to the vboxguestdrivers requires the xorriso-native tool which is only available in the meta-filesystems layer. This keeps meta-oe from requiring additional dependencies. I am fine with this move. Signed-off-by: Jason Wessel ---

Re: [oe] systemd failing in master with Assertion clock_gettime(map_clock_id(clock_id), ) failed

2020-01-23 Thread Khem Raj
On 1/23/20 4:13 PM, Alex Kiernan wrote: On Thu, Jan 23, 2020 at 10:09 AM Andreas Müller wrote: On Thu, Jan 23, 2020 at 10:43 AM Alex Kiernan wrote: On the offchance someone's tripped over this already/has pointers: Around the time python2 dropped out, I'm now seeing boot failures with: [

Re: [oe] systemd failing in master with Assertion clock_gettime(map_clock_id(clock_id), ) failed

2020-01-23 Thread Alex Kiernan
On Thu, Jan 23, 2020 at 10:09 AM Andreas Müller wrote: > > On Thu, Jan 23, 2020 at 10:43 AM Alex Kiernan wrote: > > > > On the offchance someone's tripped over this already/has pointers: > > > > Around the time python2 dropped out, I'm now seeing boot failures with: > > > > [ 612.151548]

[oe] [meta-oe][RFC PATCH 1/2] xorriso: Move from meta-filesystems to meta-oe

2020-01-23 Thread Jason Wessel
The change to the vboxguestdrivers requires the xorriso-native tool which is only available in the meta-filesystems layer. This keeps meta-oe from requiring additional dependencies. Signed-off-by: Jason Wessel --- .../recipes-utils/xorriso/xorriso_1.5.3.bb| 0 1 file

[oe] [meta-oe][RFC PATCH 2/2] vboxguestdrivers: Add vboxguestclient package

2020-01-23 Thread Jason Wessel
This patch adds the vboxguestclient package, which installs all the VirtualBox services that you would normally get if you inserted the guest additions ISO and and attempted to run the shell script which requires kernel module compilation etc... The VirtualBox guest clients allows for the Xserver

[oe] [meta-oe][PATCH] nodejs: Fix build on big-endian targets

2020-01-23 Thread Khem Raj
Fixes ../deps/v8/src/runtime/runtime-utils.h:129:11: error: base operand of '->' has non-pointer type 'v8::internal::Object' 129 | return y->ptr() | (static_cast(x->ptr()) << 32); | ^~ Signed-off-by: Khem Raj Cc: Martin Jansa Cc: Guillaume Burel ---

Re: [oe] [PATCH] ruby: Remove __has_include and __has_include_next from preprocessed header file

2020-01-23 Thread Khem Raj
em happens when this header is later included in > > subsequent compiles, where compiler errors out stating that an existing > > internal define is redefined > > > > | /tmp/20200123-2021083-2c601q.h:13849:9: error: "__has_include" cannot > be used a

Re: [oe] [PATCH] ruby: Remove __has_include and __has_include_next from preprocessed header file

2020-01-23 Thread akuster808
ere compiler errors out stating that an existing > internal define is redefined > > | /tmp/20200123-2021083-2c601q.h:13849:9: error: "__has_include" cannot be > used as a macro name > | 13849 | #define __has_include __has_include > | | ^ > | c

Re: [oe] [PATCH] ruby: Remove __has_include and __has_include_next from preprocessed header file

2020-01-23 Thread Khem Raj
> subsequent compiles, where compiler errors out stating that an existing > internal define is redefined > > | /tmp/20200123-2021083-2c601q.h:13849:9: error: "__has_include" cannot be > used as a macro name > | 13849 | #define __has_include __has_include > | |

[oe] [PATCH] ruby: Remove __has_include and __has_include_next from preprocessed header file

2020-01-23 Thread Khem Raj
define is redefined | /tmp/20200123-2021083-2c601q.h:13849:9: error: "__has_include" cannot be used as a macro name | 13849 | #define __has_include __has_include | | ^ | compilation terminated due to -Wfatal-errors. Since compiler already will take care of it int

[oe] [meta-oe][PATCH] plymouth: fix usrmerge

2020-01-23 Thread Stefan Agner
From: Stefan Agner When usrmerge is enabled plymouth still tries to install to /bin and /lib leading to the following build error: ERROR: plymouth-git-r0 do_package: QA Issue: plymouth: Files/directories were installed but not shipped in any package: /sbin/plymouthd /lib/libply.so.5

[oe] [meta-oe][PATCH 2/2] nodejs: upgrade to 12.14.1

2020-01-23 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../nodejs/{nodejs_12.14.0.bb => nodejs_12.14.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devtools/nodejs/{nodejs_12.14.0.bb => nodejs_12.14.1.bb} (97%) diff --git

[oe] [meta-oe][PATCH 1/2] nodejs: use python3native

2020-01-23 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../recipes-devtools/nodejs/nodejs_12.14.0.bb | 18 -- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_12.14.0.bb b/meta-oe/recipes-devtools/nodejs/nodejs_12.14.0.bb index

[oe] [meta-python2][PATCH] python-pygobject: add missing target RDEPENDS

2020-01-23 Thread Tim Orling
* Missing run-time dependency: - python-io (StringIO) Signed-off-by: Tim Orling --- recipes-devtools/python/python-pygobject_3.34.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/python/python-pygobject_3.34.0.bb

[oe] [meta-oe] [PATCH] mongodb: bump version to r4.2.2

2020-01-23 Thread Vincent Prince
Signed-off-by: Vincent Prince --- meta-oe/recipes-dbs/mongodb/mongodb_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-dbs/mongodb/mongodb_git.bb b/meta-oe/recipes-dbs/mongodb/mongodb_git.bb index cd8ccdc8a..6f460bf76 100644 ---

[oe] [meta-oe] [PATCH] fmt: bump version to v6.1.2

2020-01-23 Thread Vincent Prince
Signed-off-by: Vincent Prince --- meta-oe/recipes-support/fmt/{fmt_6.0.0.bb => fmt_6.1.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/fmt/{fmt_6.0.0.bb => fmt_6.1.2.bb} (89%) diff --git a/meta-oe/recipes-support/fmt/fmt_6.0.0.bb

Re: [oe] systemd failing in master with Assertion clock_gettime(map_clock_id(clock_id), ) failed

2020-01-23 Thread Andreas Müller
On Thu, Jan 23, 2020 at 10:43 AM Alex Kiernan wrote: > > On the offchance someone's tripped over this already/has pointers: > > Around the time python2 dropped out, I'm now seeing boot failures with: > > [ 612.151548] systemd-journald[543]: Assertion > 'clock_gettime(map_clock_id(clock_id), ) ==

[oe] systemd failing in master with Assertion clock_gettime(map_clock_id(clock_id), ) failed

2020-01-23 Thread Alex Kiernan
On the offchance someone's tripped over this already/has pointers: Around the time python2 dropped out, I'm now seeing boot failures with: [ 612.151548] systemd-journald[543]: Assertion 'clock_gettime(map_clock_id(clock_id), ) == 0' failed at src/basic/time-util.c:55, function now(). Aborting.