Re: [oe] [meta-oe][PATCH] packagegrop-meta-oe: remove blacklisted mpv

2020-01-31 Thread Martin Jansa
.com/mpv-player/mpv/releases/tag/v0.31.0 > > I'm looking into this now. Is anyone else? > (no point multiple people looking into this) > > > On Sat, Jan 25, 2020 at 12:24 PM Martin Jansa > > wrote: > > > > > * it's blacklisted with: > > > mpv_0.26.

[oe] [meta-oe][PATCH 1/3] mozjs: search nspr header files in ${STAGING_INCDIR}/nspr directory

2020-01-27 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-oe/recipes-extended/mozjs/mozjs_60.9.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-extended/mozjs/mozjs_60.9.0.bb b/meta-oe/recipes-extended/mozjs/mozjs_60.9.0.bb index ef42ad2f2c..4f2da492fb 100644 --- a/meta-oe/recipes-extended

[oe] [meta-oe][PATCH 2/3] ypbind-mt: search nspr header files in ${STAGING_INCDIR}/nspr

2020-01-27 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-networking/recipes-support/nis/ypbind-mt_2.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/nis/ypbind-mt_2.6.bb b/meta-networking/recipes-support/nis/ypbind-mt_2.6.bb index 4f7f8aa3ef..03b98c9c27

[oe] [meta-oe][PATCH 3/3] xmlsec1: search nspr header files in ${STAGING_INCDIR}/nspr

2020-01-27 Thread Martin Jansa
ix Signed-off-by: Martin Jansa --- .../xmlsec1/change-finding-path-of-nss.patch | 44 +-- .../recipes-support/xmlsec1/xmlsec1_1.2.29.bb | 6 +-- 2 files changed, 5 insertions(+), 45 deletions(-) diff --git a/meta-oe/recipes-support/xmlsec1/xmlsec1/change-finding-path-of-nss.pat

[oe] [meta-oe][PATCH] packagegrop-meta-oe: remove blacklisted mpv

2020-01-25 Thread Martin Jansa
* it's blacklisted with: mpv_0.26.0.bb:PNBLACKLIST[mpv] = "Needs forward porting to use python3" Signed-off-by: Martin Jansa --- meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-core/pac

[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 a/meta-oe/recipes-devtools/

[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 35abb8f1f0

[oe] [meta-oe][PATCH] python3-pygobject: fix runtime dependency on pkgutils to use python3 variant

2020-01-22 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/python/python3-pygobject_3.34.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/python/python3-pygobject_3.34.0.bb b/meta-oe/recipes-devtools/python/python3-pygobject_3.34.0.bb index

Re: [oe] [meta-oe][PATCH] nodejs: 10.17.0 -> 12.14.0

2020-01-22 Thread Martin Jansa
then we won't need Khem's patch: https://patchwork.openembedded.org/patch/169336/ and it can stay in meta-oe without any issues (other than build issue on mips khem reported). Regards, > > Cheers, > A. > > > On Tue, 2020-01-21 at 18:32 +0100, Martin Jansa wrote: > > Re

Re: [oe] [meta-oe][PATCH] nodejs: 10.17.0 -> 12.14.0

2020-01-21 Thread Martin Jansa
anymore. > > On 1/20/20 6:17 PM, Martin Jansa wrote: > > Does npm still depend on python2 in this release? python2 was removed from > oe-core yesterday, so nodejs doesn't build anymore in meta-oe. > > Please describe in commit message what changed in license (to explain > LI

Re: [oe] [meta-oe][PATCH] nodejs: 10.17.0 -> 12.14.0

2020-01-20 Thread Martin Jansa
Does npm still depend on python2 in this release? python2 was removed from oe-core yesterday, so nodejs doesn't build anymore in meta-oe. Please describe in commit message what changed in license (to explain LIC_FILES_CHKSUM change). On Mon, Jan 20, 2020 at 6:12 PM Guillaume Burel <

Re: [oe] [oe-commits] [openembedded-core] 28/29: sstatesig: Improve debug output if getpwuid() fails

2020-01-14 Thread Martin Jansa
Would it makes sense to print the exception in the same bb.warn, so that the missing UID is written in the same line as the path - not in the exception stack trace printed after? But maybe it's not important as with raise there will always be just one exception like this and it will be printed

Re: [oe] [PATCH 3/3] sysprof: move from meta-oe to meta-gnome

2020-01-13 Thread Martin Jansa
still > think it's entirely unnecessary. > > Alex > > On Mon, 13 Jan 2020 at 19:58, Martin Jansa wrote: > >> Doing "git mv" in interactive rebase of the first commit should be really >> easy to do and if git doesn't figure out the 2/3 automatically, than you

[oe] [meta-gnome][PATCHv2 1/2] sysprof: add a recipe from oe-core

2020-01-13 Thread Martin Jansa
-off-by: Alexander Kanavin Signed-off-by: Martin Jansa --- ...thing-in-help-as-it-requires-itstool.patch | 27 .../files/define-NT_GNU_BUILD_ID.patch| 22 + .../recipes-kernel/sysprof/sysprof_3.32.0.bb | 32 +++ 3 files changed, 81 insertions

[oe] [meta-gnome][PATCHv2 2/2] sysprof: update to 3.34.1

2020-01-13 Thread Martin Jansa
From: Alexander Kanavin 0001-Do-not-build-anything-in-help-as-it-requires-itstool.patch is replaced by a meson option. Enable all options, as polkit is now available. Signed-off-by: Alexander Kanavin Signed-off-by: Martin Jansa --- ...thing-in-help-as-it-requires-itstool.patch | 27

Re: [oe] [PATCH 3/3] sysprof: move from meta-oe to meta-gnome

2020-01-13 Thread Martin Jansa
with > possibility for mistakes. > > Alex > > On Mon, 13 Jan 2020 at 19:15, Martin Jansa wrote: > >> Why don't you add it to the right layer in the 1/3 change? >> >> On Mon, Jan 13, 2020 at 6:03 PM Alexander Kanavin >> wrote: >> >>>

Re: [oe] [PATCH 3/3] sysprof: move from meta-oe to meta-gnome

2020-01-13 Thread Martin Jansa
Why don't you add it to the right layer in the 1/3 change? On Mon, Jan 13, 2020 at 6:03 PM Alexander Kanavin wrote: > Signed-off-by: Alexander Kanavin > --- > .../files/0001-sysprof-Define-NT_GNU_BUILD_ID-if-undefined.patch | 0 > {meta-oe =>

[oe] [meta-oe][PATCH] proj: upgrade to 6.2.0

2020-01-11 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../proj/{proj_4.9.3.bb => proj_6.2.0.bb} | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) rename meta-oe/recipes-navigation/proj/{proj_4.9.3.bb => proj_6.2.0.bb} (54%) diff --git a/meta-oe/recipes-navigation/proj/proj_4.9.3

Re: [oe] ANNOUNCEMENT: meta-python2 has been created

2019-12-11 Thread Martin Jansa
On Tue, Dec 03, 2019 at 12:26:44PM +0100, Martin Jansa wrote: > On Mon, Dec 02, 2019 at 08:10:17PM -0800, Tim Orling wrote: > > On Mon, Dec 2, 2019 at 8:07 AM Martin Jansa wrote: > > > > > Thanks > > > > > > It would be nice to delete all branches exc

[oe] [meta-oe][PATCH] googletest: fix build with newer oe-core without python in HOSTTOOLS

2019-12-10 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-oe/recipes-test/googletest/googletest_git.bb | 8 1 file changed, 8 insertions(+) diff --git a/meta-oe/recipes-test/googletest/googletest_git.bb b/meta-oe/recipes-test/googletest/googletest_git.bb index b675ea0f32..354e7de337 100644 --- a/meta-oe

Re: [oe] [meta-oe][PATCH] vboxguestdrivers: update to version 6.0.14 and unblacklist

2019-12-10 Thread Martin Jansa
Hi, what kernel are you using? Now with vboxsf also included in staging of vanilla kernel, this recipe is less useful then it used to be (vboxguest and vboxvideo were included long time ago and we're using them without any issues in LuneOS)

Re: [oe] ANNOUNCEMENT: meta-python2 has been created

2019-12-03 Thread Martin Jansa
On Mon, Dec 02, 2019 at 08:10:17PM -0800, Tim Orling wrote: > On Mon, Dec 2, 2019 at 8:07 AM Martin Jansa wrote: > > > Thanks > > > > It would be nice to delete all branches except master. Only master branch > > makes sense now for meta-python2, right? > >

Re: [oe] ANNOUNCEMENT: meta-python2 has been created

2019-12-02 Thread Martin Jansa
Thanks It would be nice to delete all branches except master. Only master branch makes sense now for meta-python2, right? On Mon, Dec 2, 2019 at 4:57 PM Tim Orling wrote: > Why? > > With the pending EOL (end-of-life) of Python 2 in a month [1], it is time > to move python2 recipes to a

Re: [oe] [meta-oe][PATCH] surf: Add simple web browser

2019-11-14 Thread Martin Jansa
REQUIRED_DISTRO_FEATURES = "x11" doesn't do anything unless you inherit the distro_features_check.bbclass which I don't see in the recipe. On Thu, Nov 14, 2019 at 11:34 PM Khem Raj wrote: > On Thu, Nov 14, 2019 at 10:04 AM Leon Anavi > wrote: > > > > Add a recipe for surf, a simple web

Re: [oe] [meta-oe][PATCH] sip: Upgrade to 4.19.19

2019-11-09 Thread Martin Jansa
Any idea why it built ok for me when testing 5.13 with glibc? In the e-mail you mentioned failures with musl, is this upgrade needed only together with musl? You also mentioned it's new failure and 5.13 is in meta-qt5 for quite some time, the recent upgrade was just from 5.13.0 to 5.13.2, maybe

Re: [oe] [meta-oe][PATCH] protobuf-c: fix race condition

2019-10-23 Thread Martin Jansa
On Wed, Oct 23, 2019 at 08:50:10AM -0700, akuster808 wrote: > > > On 10/22/19 2:37 PM, Martin Jansa wrote: > > On Fri, Oct 18, 2019 at 09:06:54PM +0200, Martin Jansa wrote: > >> One more data point is that it might be fixed completely with 1.3.2 version > >> use

Re: [oe] [meta-oe][PATCH] protobuf-c: fix race condition

2019-10-22 Thread Martin Jansa
On Fri, Oct 18, 2019 at 09:06:54PM +0200, Martin Jansa wrote: > One more data point is that it might be fixed completely with 1.3.2 version > used in zeus/master and failing less often then without this patch in 1.3.1 > used in thud/warrior. > > I was rebuilding it 300 times in th

Re: [oe] [meta-oe][PATCH] protobuf-c: fix race condition

2019-10-18 Thread Martin Jansa
ave to delve into it a bit More > > On Fri, Oct 18, 2019 at 3:41 AM Martin Jansa > wrote: > >> Hmm I spoke too soon, at least rebuilding protobuf-c-native with this >> change backported to thud still failed once with: >> >> ../git/t/generated-code2/cxx-generate-packed-data

Re: [oe] [meta-oe][PATCH] protobuf-c: fix race condition

2019-10-17 Thread Martin Jansa
, 2019 at 10:44 PM Martin Jansa wrote: > On Sun, Sep 29, 2019 at 05:29:56PM +0800, Chen Qi wrote: > > Signed-off-by: Chen Qi > > --- > > .../0001-avoid-race-condition.patch | 36 +++ > > .../protobuf/protobuf-c_1.3.2.bb | 1

Re: [oe] [meta-oe][thud][PATCH] protobuf-c: fix race condition

2019-10-17 Thread Martin Jansa
On Thu, Oct 17, 2019 at 03:39:46AM +, Sinan Kaya wrote: > From: "qi.c...@windriver.com" > > Signed-off-by: Chen Qi > Signed-off-by: Khem Raj > Signed-off-by: Sinan Kaya > (cherry picked from commit 489d3b4b932ee8016d792341f8ea5836a9522cd4) Yes this is needed in thud as well, but first it

[oe] [meta-oe][warrior][PATCH] protobuf-c: fix race condition

2019-10-17 Thread Martin Jansa
From: "qi.c...@windriver.com" Signed-off-by: Chen Qi Signed-off-by: Khem Raj Signed-off-by: Sinan Kaya (cherry picked from commit 489d3b4b932ee8016d792341f8ea5836a9522cd4) Signed-off-by: Martin Jansa --- .../0001-avoid-race-condition.patch | 36 +++ ..

Re: [oe] [meta-oe][PATCH] protobuf-c: fix race condition

2019-10-17 Thread Martin Jansa
On Sun, Sep 29, 2019 at 05:29:56PM +0800, Chen Qi wrote: > Signed-off-by: Chen Qi > --- > .../0001-avoid-race-condition.patch | 36 +++ > .../protobuf/protobuf-c_1.3.2.bb | 1 + > 2 files changed, 37 insertions(+) > create mode 100644 >

[oe] [meta-python][warrior][PATCH] python3-twofish: Fix missing return statements in module stubs

2019-10-15 Thread Martin Jansa
:46:1: error: control reaches end of non-void function [-Werror=return-type] 46 | PyMODINIT_FUNC PyInit__twofish(void) { } | ^~ cc1: some warnings being treated as errors Signed-off-by: Martin Jansa --- ...ng-return-statements-in-module-stubs.patch | 38

Re: [oe] [meta-oe] [PATCH] renderdoc: add x11 to REQUIRED_DISTRO_FEATURES

2019-10-04 Thread Martin Jansa
On Fri, Oct 04, 2019 at 01:08:35PM +0300, Adrian Ratiu wrote: > This recipe depends on having x11 enabled so we add it to fix: > > ERROR: Nothing PROVIDES 'libxcb' (but > meta-oe/meta-oe/recipes-graphics/renderdoc/renderdoc_1.4.bb > DEPENDS on or otherwise requires it) > libxcb was skipped:

Re: [oe] [meta-oe][PATCH v3] renderdoc: add new recipe

2019-10-03 Thread Martin Jansa
This should have x11 in REQUIRED_DISTRO_FEATURES to fix: ERROR: Nothing PROVIDES 'libxcb' (but meta-oe/meta-oe/recipes-graphics/renderdoc/renderdoc_1.4.bb DEPENDS on or otherwise requires it) libxcb was skipped: missing required distro feature 'x11' (not in DISTRO_FEATURES) ERROR: Required build

[oe] [meta-networking][PATCHv2 2/2] Revert "spice: Drop broken native"

2019-10-01 Thread Martin Jansa
This reverts commit 5f32fd6b08d79b9a4d1bffb9b2bcbc535a5b27d2. * fixed by restricting -Wno-error=address-of-packed-member only for target, spice-native is still useful for qemu-native when spice PACKAGECONFIG is enabled Signed-off-by: Martin Jansa --- meta-networking/recipes-support/spice

[oe] [meta-networking][PATCHv2 1/2] spice: ignore all warnings not just address-of-packed-member

2019-10-01 Thread Martin Jansa
* with older native gcc on host this will break spice-native with: cc1: error: -Werror=address-of-packed-member: no option -Waddress-of-packed-member because older gcc doesn't recognize address-of-packed-member warning to work around this ignore them all Signed-off-by: Martin Jansa

Re: [oe] [meta-networking][PATCH 1/2] spice: append -Wno-error=address-of-packed-member only for target

2019-09-27 Thread Martin Jansa
ster/recipes/?q=libcacard > > > So it seems that this PACKAGECONFIG is invalid, should we remove it? > > // Robert > > On 9/27/19 11:56 AM, Robert Yang wrote: > > > > > > On 9/27/19 3:48 AM, Adrian Bunk wrote: > >> On Thu, Sep 26, 2019 at 04:26:54PM +0

Re: [oe] [meta-networking][PATCH 1/2] spice: append -Wno-error=address-of-packed-member only for target

2019-09-26 Thread Martin Jansa
It looks like it's also needed for nativesdk. Will send v2 soon. On Thu, Sep 26, 2019 at 6:26 PM Martin Jansa wrote: > * with older native gcc on host this will break spice-native with: > cc1: error: -Werror=address-of-packed-member: no option > -Waddress-of-packed-member >

[oe] [meta-networking][PATCH 1/2] spice: append -Wno-error=address-of-packed-member only for target

2019-09-26 Thread Martin Jansa
* with older native gcc on host this will break spice-native with: cc1: error: -Werror=address-of-packed-member: no option -Waddress-of-packed-member Signed-off-by: Martin Jansa --- meta-networking/recipes-support/spice/spice_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[oe] [meta-networking][PATCH 2/2] Revert "spice: Drop broken native"

2019-09-26 Thread Martin Jansa
This reverts commit 5f32fd6b08d79b9a4d1bffb9b2bcbc535a5b27d2. * fixed by restricting -Wno-error=address-of-packed-member only for target, spice-native is still useful for qemu-native when spice PACKAGECONFIG is enabled Signed-off-by: Martin Jansa --- meta-networking/recipes-support/spice

Re: [oe] [PATCH 8/8] spice: Drop broken native

2019-09-26 Thread Martin Jansa
acked-member" Please test it and report back if it works for you. On Thu, Sep 26, 2019 at 5:44 PM Martin Jansa wrote: > Can you check config.log to see what is broken on your native compiler? > > It was building fine for me and it's dependency of qemu-native when spice > PACKAGEC

Re: [oe] [PATCH 8/8] spice: Drop broken native

2019-09-26 Thread Martin Jansa
Can you check config.log to see what is broken on your native compiler? It was building fine for me and it's dependency of qemu-native when spice PACKAGECONFIG is enabled, so I would say it's still useful. Maybe your host has really old gcc or something? On Wed, Sep 25, 2019 at 11:36 AM Robert

[oe] [meta-oe][PATCH] libmicrohttpd: backport the fix for building with older gnutls

2019-09-25 Thread Martin Jansa
://bugs.gnunet.org/view.php?id=5806 Signed-off-by: Martin Jansa --- .../fix-build-with-older-gnutls.patch | 32 +++ .../libmicrohttpd/libmicrohttpd_0.9.66.bb | 4 ++- 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes-support

Re: [oe] [meta-clang][PATCH] clang: make sure python3 is used for native builds

2019-09-13 Thread Martin Jansa
OK, will do, README should be updated as well as it says to send individual patches to ML :). On Fri, Sep 13, 2019 at 3:59 PM Khem Raj wrote: > On Fri, Sep 13, 2019 at 3:53 AM Martin Jansa > wrote: > > > > Please ignore this one. > > > > Now I've noticed that

Re: [oe] [meta-clang][PATCH] clang: make sure python3 is used for native builds

2019-09-13 Thread Martin Jansa
Please ignore this one. Now I've noticed that it was like this before "clang: Let cmake figure out python version for native" so I'll have to find why it doesn't work for me instead of reverting your recent changes. On Fri, Sep 13, 2019 at 12:26 PM Martin Jansa wrote: > * with /u

[oe] [meta-clang][PATCH] clang: make sure python3 is used for native builds

2019-09-13 Thread Martin Jansa
rst): work-shared/llvm-project-source-9.0.0-r0/git/lldb/CMakeLists.txt:20 (include) Signed-off-by: Martin Jansa --- recipes-devtools/clang/clang_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-devtools/clang/clang_git.bb b/recipes-devtools/clang/clang_git.bb in

[oe] [meta-oe][PATCH] ceres-solver: add PACKAGECONFIG for suitesparse and lapack

2019-09-10 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-oe/recipes-support/ceres-solver/ceres-solver_1.14.bb | 7 +++ 1 file changed, 7 insertions(+) diff --git a/meta-oe/recipes-support/ceres-solver/ceres-solver_1.14.bb b/meta-oe/recipes-support/ceres-solver/ceres-solver_1.14.bb index 140c801c7d..ac463038aa

[oe] [meta-oe][PATCH] ceres-solver: fix the paths in .cmake files

2019-09-10 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-oe/recipes-support/ceres-solver/ceres-solver_1.14.bb | 8 1 file changed, 8 insertions(+) diff --git a/meta-oe/recipes-support/ceres-solver/ceres-solver_1.14.bb b/meta-oe/recipes-support/ceres-solver/ceres-solver_1.14.bb index a62e5ef230

[oe] [meta-oe][PATCHv2] remmina: add distro_features_check for GTK3DISTROFEATURES

2019-09-10 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-oe/recipes-support/remmina/remmina_1.3.6.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/remmina/remmina_1.3.6.bb b/meta-oe/recipes-support/remmina/remmina_1.3.6.bb index 126680c574..82b803a4d2 100644

[oe] [meta-oe][PATCH] remmina: add distro_features_check for GTK3DISTROFEATURES

2019-09-10 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-oe/recipes-support/remmina/remmina_1.3.6.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/remmina/remmina_1.3.6.bb b/meta-oe/recipes-support/remmina/remmina_1.3.6.bb index b95c400b28..0895a9d35b 100644

Re: [oe] [meta-oe][PATCH] grpc: don't use unexisting gettid function on glibc 2.29, it has been implemented only in 2.30 https://sourceware.org/git/?p=glibc.git; a=commit; h=1d0fc213824eaa2a8f8c4385da

2019-09-06 Thread Martin Jansa
Please add a blank line after summary, so that whole commit message doesn't end in the summary. On Fri, Sep 6, 2019 at 12:42 PM Gianfranco Costamagna < costamagna.gianfra...@gmail.com> wrote: > --- > .../grpc/grpc/0001-Define-gettid-only-for-glibc-2.30.patch| 4 ++-- > 1 file changed, 2

Re: [oe] [meta-python][PATCH] python-cmd2: Add python3 version

2019-09-06 Thread Martin Jansa
This seems to be merged before python3-colorama was provided On Wed, Sep 4, 2019 at 7:11 AM Khem Raj wrote: > 03:10:10 ERROR: Nothing RPROVIDES 'python3-colorama' (but > > /mnt/jenkins/workspace/yocto-world-glibc/sources/meta-openembedded/meta-python/recipes-devtools/python/ >

[oe] [meta-python][PATCH] python3-pyatspi: restrict with GTK2DISTROFEATURES

2019-09-03 Thread Martin Jansa
-by: Martin Jansa --- meta-python/recipes-devtools/python/python3-pyatspi_2.32.1.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-pyatspi_2.32.1.bb b/meta-python/recipes-devtools/python/python3-pyatspi_2.32.1.bb index 6d80c10915..c60d40e3a2

Re: [oe] [warrior][master][PATCH] oprofile: drop kernel-vmlinux from RRECOMMENDS

2019-09-02 Thread Martin Jansa
ping for warrior, this one didn't make it through last PR. On Tue, Jul 30, 2019 at 7:13 PM Martin Jansa wrote: > * now with virtual/kernel dependency dropped we don't want to depend on > kernel signature just for > this RRECOMMENDS > * fixes: >=== Comparing sign

Re: [oe] [warrior] 0/8] patch review

2019-09-02 Thread Martin Jansa
; > wireless-regdb: Upgrade 2019.03.01 -> 2019.06.03 > > > > Andreas Müller (2): > > gnome-desktop3: set correct meson gtk doc option > > evince: add patch to fix build with recent gobject-introspection > > > > Martin Jansa (4): > > ndctl: make MACHI

[oe] [meta-python][PATCH] python-socketio: prevent python2 socketio depending on python3-aiohttp

2019-08-21 Thread Martin Jansa
-socketio_4.3.1.bb RDEPENDS on or otherwise requires it) when python3-aiohttp is blacklisted Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-socketio.inc | 6 +++--- .../recipes-devtools/python/python3-socketio_4.3.1.bb | 2 ++ 2 files changed, 5 insertions(+), 3

[oe] [meta-oe][PATCH] scsirastools: add runtime dependency on bash II

2019-08-16 Thread Martin Jansa
* fixes: ERROR: QA Issue: /etc/init.d/sgdisk contained in package scsirastools-diskmon requires /bin/bash, but no providers found in RDEPENDS_scsirastools-diskmon? [file-rdeps] Signed-off-by: Martin Jansa --- meta-oe/recipes-extended/scsirastools/scsirastools_1.6.6.bb | 2 +- 1 file changed

[oe] [meta-oe][PATCH 7/7] libdbi-perl: add runtime dependency on perl

2019-08-16 Thread Martin Jansa
* fixes: ERROR: QA Issue: /usr/bin/dbiproxy contained in package libdbi-perl requires /usr/bin/perl, but no providers found in RDEPENDS_libdbi-perl? [file-rdeps] Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/perl/libdbi-perl_1.642.bb | 1 + 1 file changed, 1 insertion(+) diff

[oe] [meta-oe][PATCH 4/7] dnf-plugin-tui: add runtime dependency on bash

2019-08-16 Thread Martin Jansa
* fixes: ERROR: QA Issue: /usr/lib/python3.7/site-packages/dnf-plugins/dnf-host contained in package dnf-plugin-tui requires /bin/bash, but no providers found in RDEPENDS_dnf-plugin-tui? [file-rdeps] * fix the indentation as well Signed-off-by: Martin Jansa --- .../dnf-plugin-tui/dnf-plugin

[oe] [meta-oe][PATCH 5/7] edac-utils: add runtime dependency on perl

2019-08-16 Thread Martin Jansa
* fixes: ERROR: QA Issue: /usr/sbin/edac-ctl contained in package edac-utils requires /usr/bin/perl, but no providers found in RDEPENDS_edac-utils? [file-rdeps] Signed-off-by: Martin Jansa --- meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb | 6 +- 1 file changed, 5 insertions(+), 1

[oe] [meta-oe][PATCH 6/7] lmsensors: add runtime dependency on bash

2019-08-16 Thread Martin Jansa
* fixes: ERROR: QA Issue: /usr/sbin/pwmconfig contained in package lmsensors-pwmconfig requires /bin/bash, but no providers found in RDEPENDS_lmsensors-pwmconfig? [file-rdeps] Signed-off-by: Martin Jansa --- meta-oe/recipes-bsp/lm_sensors/lmsensors_3.5.0.bb | 2 +- 1 file changed, 1

[oe] [meta-oe][PATCH 3/7] libcec: add runtime dependency on python3-core

2019-08-16 Thread Martin Jansa
* fixes: ERROR: QA Issue: /usr/bin/pyCecClient contained in package libcec-tools requires /usr/bin/python3, but no providers found in RDEPENDS_libcec-tools? [file-rdeps] Signed-off-by: Martin Jansa --- meta-oe/recipes-extended/libcec/libcec_git.bb | 2 +- 1 file changed, 1 insertion(+), 1

[oe] [meta-oe][PATCH 1/7] freeradius: add runtime dependency on perl

2019-08-16 Thread Martin Jansa
* fixes: ERROR: QA Issue: /usr/bin/radcrypt contained in package freeradius-utils requires /usr/bin/perl, but no providers found in RDEPENDS_freeradius-utils? [file-rdeps] Signed-off-by: Martin Jansa --- .../recipes-connectivity/freeradius/freeradius_3.0.17.bb| 2 +- 1 file changed

[oe] [meta-oe][PATCH 2/7] scsirastools: add runtime dependency on bash

2019-08-16 Thread Martin Jansa
* fixes: ERROR: QA Issue: /etc/init.d/sgraid contained in package scsirastools-raidmon requires /bin/bash, but no providers found in RDEPENDS_scsirastools-raidmon? [file-rdeps] Signed-off-by: Martin Jansa --- meta-oe/recipes-extended/scsirastools/scsirastools_1.6.6.bb | 2 +- 1 file changed

[oe] [meta-oe][PATCH 2/2] iotop: add runtime dependency on python-core

2019-08-16 Thread Martin Jansa
* fixes: ERROR: QA Issue: /usr/sbin/iotop contained in package iotop requires /usr/bin/python, but no providers found in RDEPENDS_iotop? [file-rdeps] Signed-off-by: Martin Jansa --- meta-oe/recipes-extended/iotop/iotop_0.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-oe][PATCH 1/2] nodejs: fix QA error about /usr/bin/python dependency

2019-08-16 Thread Martin Jansa
* fixes: ERROR: QA Issue: /usr/lib/node_modules/npm/node_modules/node-gyp/gyp/samples/samples contained in package nodejs-npm requires /usr/bin/python, but no providers found in RDEPENDS_nodejs-npm? [file-rdeps] Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/nodejs

Re: [oe] [meta-oe][PATCH 2/9] libdbi-perl: fix dependencies

2019-08-12 Thread Martin Jansa
libxml-sax-perl-native phpmyadmin runit xscreensaver On Mon, Aug 12, 2019 at 6:44 AM Khem Raj wrote: > thx applied, lets see in next run > > On Sun, Aug 11, 2019 at 9:40 PM Martin Jansa > wrote: > > > > khem: see > > https://github.com/kraj/jenkins-j

[oe] [meta-oe][PATCH] kernel-selftest: skip -Werror=format-security and fortify

2019-08-12 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../recipes-kernel/kernel-selftest/kernel-selftest.bb | 11 +++ 1 file changed, 11 insertions(+) diff --git a/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb b/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb index 181e97cac9

[oe] [meta-python][PATCH] python3-twofish: Fix missing return statements in module stubs

2019-08-12 Thread Martin Jansa
:46:1: error: control reaches end of non-void function [-Werror=return-type] 46 | PyMODINIT_FUNC PyInit__twofish(void) { } | ^~ cc1: some warnings being treated as errors Signed-off-by: Martin Jansa --- ...ng-return-statements-in-module-stubs.patch | 38

[oe] [meta-networking][PATCH] ntop: fix missing return from non-void function

2019-08-12 Thread Martin Jansa
Signed-off-by: Martin Jansa --- ...issing-return-from-non-void-function.patch | 19 +++ .../recipes-support/ntop/ntop_5.0.1.bb| 1 + 2 files changed, 20 insertions(+) create mode 100644 meta-networking/recipes-support/ntop/ntop/fix-missing-return-from-non-void

[oe] [meta-oe][PATCH] redis: backport a fix for stack trace generation on aarch64

2019-08-12 Thread Martin Jansa
Signed-off-by: Martin Jansa --- ...ed-stack-trace-generation-on-aarch64.patch | 45 +++ .../recipes-extended/redis/redis_4.0.14.bb| 1 + 2 files changed, 46 insertions(+) create mode 100644 meta-oe/recipes-extended/redis/redis/Fixed-stack-trace-generation-on-aarch64.patch

Re: [oe] [meta-oe][PATCH 2/9] libdbi-perl: fix dependencies

2019-08-11 Thread Martin Jansa
khem: see https://github.com/kraj/jenkins-jobs/pull/1 which might fix the oe_world_workspace-compare-signatures jenkins job for you. On Sun, Jul 21, 2019 at 4:22 AM Khem Raj wrote: > > On 7/17/19 6:04 AM, Martin Jansa wrote: > > This causes libdbi-perl-native to depend on target per

Re: [oe] [meta-oe][PATCH] nodejs: 10.16.0 -> 10.16.1

2019-08-08 Thread Martin Jansa
My guess: it's the recent insane.bbclass change in oe-core/master-next On Thu, Aug 8, 2019 at 8:31 AM Andrej Valek wrote: > Hi Khem! > > I have checked the task, what you mentioned, but there is no errors on > my side. > > DEBUG: Executing python function do_package_qa > NOTE: DO PACKAGE QA >

Re: [oe] [meta-perl][PATCH 1/2] libsub-exporter-progressive-perl: Replace DEPENDS_PN with DEPENDS

2019-08-03 Thread Martin Jansa
Shouldn't this one be rather RDEPENDS_${PN}? It was building without this build time dependency before and it's not -native, so I guess it was rather typo in runtime dependency? On Sat, Aug 3, 2019 at 3:11 AM Khem Raj wrote: > Fixes > libsub-exporter-progressive-perl_0.001013.bb: QA Issue:

Re: [oe] [meta-oe][PATCH] libdbi-perl: prevent native libdbi-perl depending on target perl

2019-07-31 Thread Martin Jansa
e need a sweeping change for all other native perl module recipes... > > On Tue, Jul 30, 2019 at 11:56 AM Martin Jansa > wrote: > >> From: Martin Jansa >> >> * detected with: >> openembedded-core/scripts/sstate-diff-machines.sh --tmpdir=tmp-glibc >&g

[oe] [meta-oe][PATCH] libdbi-perl: prevent native libdbi-perl depending on target perl

2019-07-30 Thread Martin Jansa
From: Martin Jansa * detected with: openembedded-core/scripts/sstate-diff-machines.sh --tmpdir=tmp-glibc --machines="qemux86 qemux86copy qemuarm" --targets="libdbi-perl-native" --analyze ... ERROR: libdbi-perl-native different signature for task do_populate_sys

[oe] [warrior][master][PATCH] oprofile: drop kernel-vmlinux from RRECOMMENDS

2019-07-30 Thread Martin Jansa
/signatures.mako.do_package_write_ipk.sigdata.log Signed-off-by: Martin Jansa --- meta-oe/recipes-kernel/oprofile/oprofile.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-kernel/oprofile/oprofile.inc b/meta-oe/recipes-kernel/oprofile/oprofile.inc index 515ea8faf7..a9ee775d45 100644 --- a/meta-oe

Re: [oe] [meta-gnome][PATCH] gnome-system-monitor: Add DEPENDS on polkit

2019-07-28 Thread Martin Jansa
It does tell that there are errors, but we don't want errors in "bitbake world" :). inherit distro_features_check REQUIRED_DISTRO_FEATURES = "polkit" tells the same for gnome-system-monitor directly without showing any errors (because it's automatically skipped when polkit isn't in

Re: [oe] [meta-oe][PATCH 2/9] libdbi-perl: fix dependencies

2019-07-17 Thread Martin Jansa
This causes libdbi-perl-native to depend on target perl again, why did you revert the fix from: http://git.openembedded.org/meta-openembedded/commit/?id=eb868d056d15a56596cbf6ed3a4b66b054f2d563 ? === Comparing signatures for task do_populate_sysroot.sigdata between qemux86 and qemux86copy ===

Re: [oe] [meta-oe][PATCH] protobuf: fix ptest compilation with hardening flags

2019-07-12 Thread Martin Jansa
Nevermind, now I see that your changes is based on top of mine. Will re-test with your change - strange that I wasn't seeing it here, I do have security-flags as well as ptest enabled as well. On Fri, Jul 12, 2019 at 2:15 PM Martin Jansa wrote: > Doesn't > http://git.openembedded.or

Re: [oe] [meta-oe][PATCH] protobuf: fix ptest compilation with hardening flags

2019-07-12 Thread Martin Jansa
Doesn't http://git.openembedded.org/meta-openembedded/commit/?id=a2fac5a0a4848c2486cb3982f930f45f04469860 resolve the same? Your change might be better (then we should partially revert mine), because I'm still seeing some recipes which depend on protobuf failing with similar errors like protobuf

[oe] [warrior][PATCH 5/5] SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS add lsb, busybox and util-linux for phoronix-test-suite

2019-07-10 Thread Martin Jansa
for dependent task lsb/lsb_5.0.bb.do_packagedata changed from 7baca400e354b600fe967ea615032052 to 67888a6c7511339a873b547745287ef2 Signed-off-by: Martin Jansa --- meta-oe/conf/layer.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf index

[oe] [warrior][PATCH 3/5] oprofile: make MACHINE_ARCH

2019-07-10 Thread Martin Jansa
* as detected with: openembedded-core/scripts/sstate-diff-machines.sh --targets=world --tmpdir=tmp-glibc/ --analyze --machines="hammerhead mako qemux86" Signed-off-by: Martin Jansa --- meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git

[oe] [warrior][PATCH 4/5] oprofile: drop virtual/kernel dependency and switch back to TUNE_PKGARCH

2019-07-10 Thread Martin Jansa
From: Martin Jansa * the kernel dependency was added couple years ago with: https://git.openembedded.org/openembedded-core/commit/?id=16bc366877a2e02d96adb91b90e30710777e6f09 the reasons for it no longer seem valid as it build ok without the dependency * there as some differences

[oe] [warrior][PATCH 2/5] ndctl: Remove the unnecessary dependency on virtual/kernel

2019-07-10 Thread Martin Jansa
From: Adrian Bunk This also makes it no longer specific to MACHINE_ARCH. Signed-off-by: Adrian Bunk Signed-off-by: Khem Raj --- meta-oe/conf/layer.conf | 6 -- meta-oe/recipes-core/ndctl/ndctl_v63.bb | 5 + 2 files changed, 1 insertion(+), 10 deletions(-) diff --git

[oe] [warrior][PATCH 1/5] ndctl: make MACHINE_ARCH and ignore from libblockdev

2019-07-10 Thread Martin Jansa
--tmpdir=tmp-glibc/ --analyze --machines="hammerhead mako qemux86" Signed-off-by: Martin Jansa --- meta-oe/conf/layer.conf | 6 ++ meta-oe/recipes-core/ndctl/ndctl_v63.bb | 3 +++ 2 files changed, 9 insertions(+) diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/

[oe] [warrior][PATCH] turbostat: copy bits.h from kernel to turbostat

2019-07-08 Thread Martin Jansa
From: Liwei Song because bits.h was included in msr-index.h, so we also need copy bits.h from kernel to tubostat to aviod compile error. Signed-off-by: Liwei Song Signed-off-by: Khem Raj --- meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [oe] Backport 'multiconfig' -> 'mc' patch to warrior?

2019-07-03 Thread Martin Jansa
> The warrior branch is broken with bitbake master branch This is unsupported combination, so it's not broken. Why don't you use bitbake 1.42 which is compatible with warrior? On Wed, Jul 3, 2019 at 6:21 PM Yong, Jonathan wrote: > Hi all, > > Can someone please backport the following patch

Re: [oe] Delays in patch merges

2019-07-03 Thread Martin Jansa
On Mon, May 27, 2019 at 02:10:23PM -0700, akuster808 wrote: > > > On 5/27/19 12:02 PM, Khem Raj wrote: > > Primarily master if we have stable merges I still have one day > > what is in warrior-next is good to go. can we get the last batch of 20 commits merged from warrior-next to warrior? I

[oe] [meta-oe][PATCH 2/3] protobuf: fix build with gold

2019-07-02 Thread Martin Jansa
' failed Signed-off-by: Martin Jansa --- ...ude-descriptor.cc-when-building-libp.patch | 28 ++ ...e-respect-CXX-LDFLAGS-variables-fix-.patch | 56 +++ .../protobuf/protobuf_3.8.0.bb| 5 +- 3 files changed, 86 insertions(+), 3 deletions(-) create mode 100644

[oe] [meta-oe][PATCH 1/3] safec: drop aarch64 from COMPATIBLE_HOST

2019-07-02 Thread Martin Jansa
make[2]: *** Waiting for unfinished jobs Signed-off-by: Martin Jansa --- meta-oe/recipes-core/safec/safec_3.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-core/safec/safec_3.4.bb b/meta-oe/recipes-core/safec/safec_3.4.bb index d55d081f34..b4c125faf4

Re: [oe] [meta-oe][PATCH] protobuf: 1.3.1 -> 1.3.2

2019-07-02 Thread Martin Jansa
On Tue, Jul 02, 2019 at 01:10:32PM +0200, Pascal Bach wrote: > The patch can be dropped as it is included in this release. > Also drop the +git suffix as the version matches the version exactly. The subject should be protobuf-c, not protobuf. I'll retest if this fixes the issues I was seeing

[oe] [meta-oe][PATCH 3/3] SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS add lsb and util-linux for phoronix-test-suite

2019-07-02 Thread Martin Jansa
for dependent task lsb/lsb_5.0.bb.do_packagedata changed from 7baca400e354b600fe967ea615032052 to 67888a6c7511339a873b547745287ef2 Signed-off-by: Martin Jansa --- meta-oe/conf/layer.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf index

Re: [oe] [PATCH][meta-networking] sethdlc: set PV in filename

2019-07-01 Thread Martin Jansa
On Sun, Jun 30, 2019 at 11:50:07PM +0200, Oleksandr Kravchuk wrote: > Signed-off-by: Oleksandr Kravchuk > --- > .../sethdlc/{sethdlc.bb => sethdlc_1.18.bb} | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > rename

Re: [oe] [meta-multimedia][PATCH V3 3/3] tvheadend: do not inherit gitpkgv

2019-06-27 Thread Martin Jansa
> After the fix: > tvheadend-4.3+git20+bdc2ae9e19-r0.core2_64.rpm This is no longer matching the code with the PE bump. On Thu, Jun 27, 2019 at 6:03 PM Hongxu Jia wrote: > Do not inherit gitpkgv in meta-oe, since meta-multimedia > does not depends on meta-oe. > > The pkg version will be minor

Re: [oe] [meta-oe][PATCHv4 1/3] protobuf: 3.6.1 -> 3.8.0

2019-06-27 Thread Martin Jansa
I have a fix for this, will send it to ML after a bit more testing. There is still the random build failure in protobuf-c-native with latest meta-oe master. On Mon, Jun 24, 2019 at 10:09 PM Martin Jansa wrote: > Whole log with gold: > http://errors.yoctoproject.org/Errors/Details/

Re: [oe] [meta-oe][PATCHv4 1/3] protobuf: 3.6.1 -> 3.8.0

2019-06-24 Thread Martin Jansa
lures were with glibc, so it's not related to musl as well. On Mon, Jun 24, 2019 at 8:08 PM Martin Jansa wrote: > With the upgrade now merged in master I'm seeing following failure: > > ./.libs/libprotoc.so: error: undefined reference to > 'descriptor_table_google_2fprotobuf_2fdescrip

Re: [oe] [meta-oe][PATCHv4 1/3] protobuf: 3.6.1 -> 3.8.0

2019-06-24 Thread Martin Jansa
With the upgrade now merged in master I'm seeing following failure: ./.libs/libprotoc.so: error: undefined reference to 'descriptor_table_google_2fprotobuf_2fdescriptor_2eproto' ./.libs/libprotoc.so: error: undefined reference to

Re: [oe] [meta-oe][PATCH] safec: Remove aarch64 from COMPATIBLE_HOST

2019-06-21 Thread Martin Jansa
FWIW: I've the same commit with "slightly" longer commit message in jansa/master branch: http://git.openembedded.org/meta-openembedded-contrib/commit/?h=jansa/master=ec8d03074c65ce1dfa90b740f2b074086371139b On Fri, Jun 21, 2019 at 5:14 PM Ankit Navik wrote: > Signed-off-by: Ankit Navik > ---

<    4   5   6   7   8   9   10   11   12   13   >