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 +++
* 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/’:
* 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
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
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
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
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 --
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
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
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
10 matches
Mail list logo