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
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
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
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
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
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.
>
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
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
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
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(
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(
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
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
> -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
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 -
>
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
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
17 matches
Mail list logo