[OE-core] [hardknott][PATCH] mklibs: remove recipes and class

2021-11-13 Thread Jacob Kroon
From: Alexander Kanavin This is not enabled or tested by default, and has never been ported to python 3 upstream[1], which means it doesn't work at all with plain poky. If you need it, please put it in a separate layer and/or modernize to work with py3. https://salsa.debian.org/installer-team/mk

[OE-core] [PATCH 1/2 V3] python3-numpy: move recipe to python directory

2021-11-13 Thread Yi Zhao
This recipe had been moved out from python directory since 2016[1] in order to share patches between python2 and python3. But now there is no reason to keep it in its own directory as we only keep python3-nump. Move it back to python directory. [1] https://git.openembedded.org/openembedded-core/c

[OE-core] [PATCH 2/2] python3-numpy: add python3-json to RDEPENDS

2021-11-13 Thread Yi Zhao
Fixes: $ python3 >>> import numpy Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.10/site-packages/numpy/__init__.py", line 138, in from ._version import get_versions File "/usr/lib/python3.10/site-packages/numpy/_version.py", line 7, in import json

[OE-core] [PATCH] Fix missing installation of cups sysv init scripts

2021-11-13 Thread Claus Stovgaard
From: Claus Stovgaard The packageconfig needs to be --disable-systemd as documented in configure file for cups. With the current value "--without-systemd" the SYSTEM_DIR variable ends up being set to "no" It is caused by the --without-* section in configure file resulting in eval with_$ac_userop

Re: [OE-core] [PATCH V2] python-numpy: move recipe to python directory

2021-11-13 Thread Richard Purdie
On Sun, 2021-11-14 at 01:02 +0800, Yi Zhao wrote: > This recipe had been moved out from python directory since 2016[1] in > order to share patches between python2 and python3. But now there is no > reason to keep it in its own directory as we only keep python3-nump. > Move it back to python directo

Re: [OE-core] [PATCH V2] python-numpy: move recipe to python directory

2021-11-13 Thread Alexander Kanavin
This is identical to v1 :) Alex On Sat, 13 Nov 2021 at 18:02, Yi Zhao wrote: > This recipe had been moved out from python directory since 2016[1] in > order to share patches between python2 and python3. But now there is no > reason to keep it in its own directory as we only keep python3-nump. >

[OE-core] [PATCH V2] python-numpy: move recipe to python directory

2021-11-13 Thread Yi Zhao
This recipe had been moved out from python directory since 2016[1] in order to share patches between python2 and python3. But now there is no reason to keep it in its own directory as we only keep python3-nump. Move it back to python directory. Also add python3-json to RDEPENDS to fix import error

Re: [OE-core] [PATCH] python-numpy: move recipe to python directory

2021-11-13 Thread Yi Zhao
On 11/14/21 12:27 AM, Richard Purdie wrote: On Sat, 2021-11-13 at 21:45 +0800, Yi Zhao wrote: This recipe had been moved out from python directory since 2016[1] in order to share patches between python2 and python3. But now there is no reason to keep it in its own directory as we only keep pyth

Re: [OE-core] [PATCH] python-numpy: move recipe to python directory

2021-11-13 Thread Richard Purdie
On Sat, 2021-11-13 at 21:45 +0800, Yi Zhao wrote: > This recipe had been moved out from python directory since 2016[1] in > order to share patches between python2 and python3. But now there is no > reason to keep it in its own directory as we only keep python3-nump. > Move it back to python directo

[OE-core] [PATCH v2 2/2] python3-pygobject: Do not add -Dintrospection

2021-11-13 Thread Khem Raj
This also reverts commit 9c0cc06a3d857124c0e1c1c9342f79ba5a3b10bc. meson 0.60 turns unknown options into hard errors Signed-off-by: Khem Raj --- v2: Squash revert and fix typo .../python/python3-pygobject_3.42.0.bb | 13 +++-- 1 file changed, 3 insertions(+), 10 deletions(

[OE-core] [PATCH v2 1/2] gstreamer1.0-python: Do not add -Dintrospection

2021-11-13 Thread Khem Raj
This also reverts commit f4bbbf2cd3e711875489b19f9b55b52ebd7be4bd. meson 0.60 turns unknown options into hard errors Signed-off-by: Khem Raj --- v2: Squash revert and fix typo .../gstreamer/gstreamer1.0-python_1.18.5.bb | 12 ++-- 1 file changed, 2 insertions(+), 10 deletions(

[OE-core] [PATCH] python-numpy: move recipe to python directory

2021-11-13 Thread Yi Zhao
This recipe had been moved out from python directory since 2016[1] in order to share patches between python2 and python3. But now there is no reason to keep it in its own directory as we only keep python3-nump. Move it back to python directory. [1] https://git.openembedded.org/openembedded-core/c

[OE-core] [honister][PATCHv2] insane.bbclass: Add a check for directories that are expected to be empty

2021-11-13 Thread Peter Kjellerstedt
From: Peter Kjellerstedt The empty-dirs QA check verifies that all directories specified in QA_EMPTY_DIRS are empty. It is possible to specify why a directory is expected to be empty by defining QA_EMPTY_DIRS_RECOMMENDATION:, which will then be included in the error message if the directory is no

Re: [OE-core] [PATCH 3/4] python3-pygobject: Do not add -Dintrospection

2021-11-13 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org > On Behalf Of Khem Raj > Sent: den 12 november 2021 22:04 > To: openembedded-core@lists.openembedded.org > Cc: Khem Raj > Subject: [OE-core] [PATCH 3/4] python3-pygobject: Do not add -Dintrospection > > meson 0.60 tu

Re: [OE-core] [PATCH] packagegrou-core-x11-base: Drop dbus dependency

2021-11-13 Thread Khem Raj
typo in subject line On Sat, Nov 13, 2021 at 12:32 AM Richard Purdie wrote: > > dbus isn't an x11 dependency and this suffers from debian renaming. Simply > drop > the dependency. > > Signed-off-by: Richard Purdie > --- > .../recipes-graphics/packagegroups/packagegroup-core-x11-base.bb | 1 - >

[OE-core] [PATCH] packagegrou-core-x11-base: Drop dbus dependency

2021-11-13 Thread Richard Purdie
dbus isn't an x11 dependency and this suffers from debian renaming. Simply drop the dependency. Signed-off-by: Richard Purdie --- .../recipes-graphics/packagegroups/packagegroup-core-x11-base.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-graphics/packagegroups/packagegroup-c

Re: [OE-core] [PATCH 6/6] ncurses: clean up pkgconfig install location

2021-11-13 Thread Richard Purdie
On Fri, 2021-11-12 at 14:02 +, Ross Burton wrote: > These is now an option to set the pkg-config install location, instead of > injecting it into the install to override the detected location (which > is into the sysroot). > > Signed-off-by: Ross Burton > --- > meta/recipes-core/ncurses/ncur