[oe] [meta-oe][PATCH] php: Fix GCC 12 -Og

2023-04-11 Thread Yu, Mingli
From: Mingli Yu Change whether to inline XXH3_hashLong_withSecret to a config option to fix GCC 12 -Og. Ref: https://github.com/Cyan4973/xxHash/commit/ace22bddc7a366a5dd8a71e8b8247694530684ec Signed-off-by: Mingli Yu --- ...o-inline-XXH3_hashLong_withSecret-to.patch | 93 +++

[oe] [meta-oe][mickledore][PATCH 1/2] lirc: fix do_install with multilib

2023-04-11 Thread Martin Jansa
* use ${S} instead of ${WORKDIR}/${PN}-${PV} and ${BP} instead of ${PN}-${PV} to fix build with multilib, where PN is lib32-lirc, but S is correctly set as ${WORKDIR}/${BP} and do_install fails with: mkdir: cannot create directory ‘lib32-lirc/0.10.1-r0/lib32-lirc-0.10.1/python-pkg/dist/’:

[oe] [meta-oe][mickledore][PATCH 2/2] dleyna-{server,renderer}: fix dev-so QA issue with multilib

2023-04-11 Thread Martin Jansa
* the libdir is arch specific, but the subdirectory is always BPN * fixes: lib32-dleyna-server-0.6.0+gitAUTOINC+eb895ae827: non -dev/-dbg/nativesdk- package lib32-dleyna-server contains symlink .so '/usr/lib/dleyna-server/libdleyna-server-1.0.so' [dev-so] lib32-dleyna-renderer-0.6.0: non -dev

[oe] [meta-oe][kirkstone][PATCH] zsh: fix installed-vs-shipped with multilib

2023-04-11 Thread Martin Jansa
From: Martin Jansa * fixes: lib32-zsh-5.8: lib32-zsh: Files/directories were installed but not shipped in any package: /usr/share/lib32-zsh /usr/share/lib32-zsh/5.8 /usr/share/lib32-zsh/site-functions /usr/share/lib32-zsh/5.8/functions /usr/share/lib32-zsh/5.8/functions/_selinux_users

[oe] [meta-oe][langdale][PATCH] zsh: fix installed-vs-shipped with multilib

2023-04-11 Thread Martin Jansa
From: Martin Jansa * fixes: lib32-zsh-5.8: lib32-zsh: Files/directories were installed but not shipped in any package: /usr/share/lib32-zsh /usr/share/lib32-zsh/5.8 /usr/share/lib32-zsh/site-functions /usr/share/lib32-zsh/5.8/functions /usr/share/lib32-zsh/5.8/functions/_selinux_users

[oe] [meta-python][PATCH] python3-gpiod: don't hardcode the project version in recipe

2023-04-11 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Use the provided PV variable when referring to project's version. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-gpiod_2.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/py

[oe] [meta-oe][PATCH 1/4] libgpiod: enable all features for ptest

2023-04-11 Thread Bartosz Golaszewski
From: Bartosz Golaszewski We will fail to install or run all the tests if we don't enable all the features exposed by the libgpiod project. Signed-off-by: Bartosz Golaszewski --- meta-oe/recipes-support/libgpiod/libgpiod_2.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --

[oe] [meta-oe][PATCH 2/4] libgpiod: drop unneeded S assignment

2023-04-11 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Assigning a value to S is not necessary and it will in fact break the recipe when updating the version so drop it. Signed-off-by: Bartosz Golaszewski --- meta-oe/recipes-support/libgpiod/libgpiod_2.0.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-oe/reci

[oe] [meta-oe][PATCH 4/4] libgpiod: update to v2.0.1

2023-04-11 Thread Bartosz Golaszewski
From: Bartosz Golaszewski This is a bug-fix release addressing bugs discovered since the release of v2.0. Signed-off-by: Bartosz Golaszewski --- .../libgpiod/{libgpiod_2.0.bb => libgpiod_2.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support

[oe] [meta-oe][PATCH 3/4] libgpiod: generalize the local files directories

2023-04-11 Thread Bartosz Golaszewski
From: Bartosz Golaszewski In order to avoid having to rename the directories containing ptest scripts on every update, use a more generic, per-major-release name and extend the FILESEXTRAPATHS. Signed-off-by: Bartosz Golaszewski --- .../libgpiod/{libgpiod-1.6.4 => libgpiod-1.x}/run-ptest