|
[meta-oe][PATCH] layer.conf: Post release codename changes
Isn't it a bit premature to claim langdale compatibility when we don't know what changes langdale will need? I think it makes more sense to add this at the end of cycle, not at the beginning. Regards,
Isn't it a bit premature to claim langdale compatibility when we don't know what changes langdale will need? I think it makes more sense to add this at the end of cycle, not at the beginning. Regards,
|
By
Martin Jansa
· #96815
·
|
|
[meta-oe][PATCH v2] nodejs: add option to use openssl legacy providers again
We have such bbclass already: https://github.com/webosose/meta-webosose/blob/master/meta-webos/classes/webos_npm_env.bbclass but I didn't want to enable legacy providers globally, so I was adding it o
We have such bbclass already: https://github.com/webosose/meta-webosose/blob/master/meta-webos/classes/webos_npm_env.bbclass but I didn't want to enable legacy providers globally, so I was adding it o
|
By
Martin Jansa
· #96809
·
|
|
[meta-oe][PATCH v2] nodejs: add option to use openssl legacy providers again
export OPENSSL_MODULES="${STAGING_LIBDIR_NATIVE}/ossl-modules" export NODE_OPTIONS="--openssl-legacy-provider" is what I'm doing in recipes which need it now. > you should have a legacy libraries in l
export OPENSSL_MODULES="${STAGING_LIBDIR_NATIVE}/ossl-modules" export NODE_OPTIONS="--openssl-legacy-provider" is what I'm doing in recipes which need it now. > you should have a legacy libraries in l
|
By
Martin Jansa
· #96801
·
|
|
[meta-oe][PATCH v2] nodejs: add option to use openssl legacy providers again
Hi, does this work correctly for you with nodejs-native? Here it fails to load legacy module: recipe-sysroot-native/usr/bin/node -p 'crypto.createHash("md4")' --openssl-legacy-provider Unable to load
Hi, does this work correctly for you with nodejs-native? Here it fails to load legacy module: recipe-sysroot-native/usr/bin/node -p 'crypto.createHash("md4")' --openssl-legacy-provider Unable to load
|
By
Martin Jansa
· #96799
·
|
|
[meta-oe][hardknott][PATCH 2/3] abseil-cpp: Fix build with glibc 2.34
Just like the .patch file in master branch, does hardknott have stricter rules than master branch?
Just like the .patch file in master branch, does hardknott have stricter rules than master branch?
|
By
Martin Jansa
· #96466
·
|
|
[meta-oe][hardknott][PATCH 3/3] htop: switch branch from master to main
* the branch was renamed in upstream * it's already resolved in meta-oe/kirkstone since this commit: commit cef2d1429bedbc256c5fac7a1a336842865dc2d3 Author: Robert Joslyn <robert.joslyn@...
* the branch was renamed in upstream * it's already resolved in meta-oe/kirkstone since this commit: commit cef2d1429bedbc256c5fac7a1a336842865dc2d3 Author: Robert Joslyn <robert.joslyn@...
|
By
Martin Jansa
· #96427
·
|
|
[meta-oe][hardknott][PATCH 2/3] abseil-cpp: Fix build with glibc 2.34
From: Khem Raj <raj.khem@...> * based on commit from honister, but without the upgrade: commit 8691de2580dd872e3d001d67c8455108b3bd627c Author: Khem Raj <raj.khem@...> Date: Sat May 8 14:3
From: Khem Raj <raj.khem@...> * based on commit from honister, but without the upgrade: commit 8691de2580dd872e3d001d67c8455108b3bd627c Author: Khem Raj <raj.khem@...> Date: Sat May 8 14:3
|
By
Martin Jansa
· #96426
·
|
|
[meta-oe][hardknott][PATCH 1/3] packagegroup-meta-multimedia: include x265 only with commercial in LICENSE_FLAGS_WHITELIST
* fixes: ERROR: Nothing RPROVIDES 'x265' (but meta-openembedded/meta-multimedia/recipes-multimedia/packagegroups/packagegroup-meta-multimedia.bb RDEPENDS on or otherwise requires it) x265 was skipped:
* fixes: ERROR: Nothing RPROVIDES 'x265' (but meta-openembedded/meta-multimedia/recipes-multimedia/packagegroups/packagegroup-meta-multimedia.bb RDEPENDS on or otherwise requires it) x265 was skipped:
|
By
Martin Jansa
· #96425
·
|
|
[meta-oe][honister][PATCH] htop: switch branch from master to main
* the branch was renamed in upstream * it's already resolved in meta-oe/kirkstone since this commit: commit cef2d1429bedbc256c5fac7a1a336842865dc2d3 Author: Robert Joslyn <robert.joslyn@...
* the branch was renamed in upstream * it's already resolved in meta-oe/kirkstone since this commit: commit cef2d1429bedbc256c5fac7a1a336842865dc2d3 Author: Robert Joslyn <robert.joslyn@...
|
By
Martin Jansa
· #96384
·
|
|
[meta-python2][PATCH 3/3] layer.conf: update LAYERSERIES_COMPAT for kirkstone
Signed-off-by: Martin Jansa <Martin.Jansa@...> --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index c91335d..38ef579 1006
Signed-off-by: Martin Jansa <Martin.Jansa@...> --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index c91335d..38ef579 1006
|
By
Martin Jansa
· #95447
·
|
|
[meta-python2][PATCH 2/3] meta: update license names
* openembedded-core/scripts/contrib/convert-spdx-licenses.py . ... All files processed with version 0.01 Signed-off-by: Martin Jansa <Martin.Jansa@...> --- recipes-connectivity/gateone/gateone_g
* openembedded-core/scripts/contrib/convert-spdx-licenses.py . ... All files processed with version 0.01 Signed-off-by: Martin Jansa <Martin.Jansa@...> --- recipes-connectivity/gateone/gateone_g
|
By
Martin Jansa
· #95446
·
|
|
[meta-python2][PATCH 1/3] meta: update variable names
* openembedded-core/scripts/contrib/convert-variable-renames.py meta-* ... All files processed with version 0.1 Signed-off-by: Martin Jansa <Martin.Jansa@...> --- conf/distro/include/python2-tar
* openembedded-core/scripts/contrib/convert-variable-renames.py meta-* ... All files processed with version 0.1 Signed-off-by: Martin Jansa <Martin.Jansa@...> --- conf/distro/include/python2-tar
|
By
Martin Jansa
· #95445
·
|
|
[meta-oe][PATCH] Fix DeprecationWarning about regexps
* fixes: meta-oe/meta-networking/recipes-support/strongswan/strongswan_5.9.4.bb:125: DeprecationWarning: invalid escape sequence \. meta-oe/meta-networking/recipes-support/strongswan/strongswan_5.9.4.
* fixes: meta-oe/meta-networking/recipes-support/strongswan/strongswan_5.9.4.bb:125: DeprecationWarning: invalid escape sequence \. meta-oe/meta-networking/recipes-support/strongswan/strongswan_5.9.4.
|
By
Martin Jansa
· #95392
·
|
|
[honister][PATCH] insane.bbclass: Correct package_qa_check_empty_dirs()
This should be sent to oe-core ML.
This should be sent to oe-core ML.
|
By
Martin Jansa
· #95265
·
|
|
[meta-python2][PATCH] distutils-base: stop using distutils-common-base which now triggers warning about distutils removal in Python 3.12
* distutils removal in Python 3.12 doesn't affect already EOL Python2 recipes Signed-off-by: Martin Jansa <Martin.Jansa@...> --- classes/distutils-base.bbclass | 32 +++++++++++++++++++++++++++++
* distutils removal in Python 3.12 doesn't affect already EOL Python2 recipes Signed-off-by: Martin Jansa <Martin.Jansa@...> --- classes/distutils-base.bbclass | 32 +++++++++++++++++++++++++++++
|
By
Martin Jansa
· #94910
·
|
|
[meta-oe][dunfell][PATCH 1/2] nodejs_12.21.0.bb: only handle npm if configured
agreed, with dash nodejs do_install fails with dash: tmp-glibc/work/x86_64-linux/nodejs-native/16.11.1-r0/temp/run.do_install.2837733:169: [[: not found but unfortunately it doesn't cause do_install t
agreed, with dash nodejs do_install fails with dash: tmp-glibc/work/x86_64-linux/nodejs-native/16.11.1-r0/temp/run.do_install.2837733:169: [[: not found but unfortunately it doesn't cause do_install t
|
By
Martin Jansa
· #94846
·
|
|
[meta-oe][PATCH] simple-mtpfs: add dependency on autoconf-archive
This version fails to build here with: | ../git/configure: line 3778: syntax error near unexpected token `noext' | ../git/configure: line 3778: `AX_CXX_COMPILE_STDCXX_17(noext)' switching back to olde
This version fails to build here with: | ../git/configure: line 3778: syntax error near unexpected token `noext' | ../git/configure: line 3778: `AX_CXX_COMPILE_STDCXX_17(noext)' switching back to olde
|
By
Martin Jansa
· #94556
·
|
|
[meta-filesystems][PATCH] simple-mtpfs: update to 0.4.0
This version fails to build here with:| ../git/configure: line 3778: syntax error near unexpected token `noext' | ../git/configure: line 3778: `AX_CXX_COMPILE_STDCXX_17(noext)' switching back to older
This version fails to build here with:| ../git/configure: line 3778: syntax error near unexpected token `noext' | ../git/configure: line 3778: `AX_CXX_COMPILE_STDCXX_17(noext)' switching back to older
|
By
Martin Jansa
· #94555
·
|
|
[meta-oe][PATCH] freerdp: Use DEPENDS:append
> The build system might have put something into DEPENDS already There is only copyright notice before this chunk, so this doesn't make much sense to me (and no other recipe does this).
> The build system might have put something into DEPENDS already There is only copyright notice before this chunk, so this doesn't make much sense to me (and no other recipe does this).
|
By
Martin Jansa
· #94230
·
|
|
Unable to build image with qt examples
most likely to enable the PACKAGECONFIG to build them recipes-qt/qt5/qt5.inc:PACKAGECONFIG[examples] = "" recipes-qt/qt5/qt5.inc:EXTRA_QMAKEVARS_PRE += "${@bb.utils.contains('PACKAGECONFIG', 'examples
most likely to enable the PACKAGECONFIG to build them recipes-qt/qt5/qt5.inc:PACKAGECONFIG[examples] = "" recipes-qt/qt5/qt5.inc:EXTRA_QMAKEVARS_PRE += "${@bb.utils.contains('PACKAGECONFIG', 'examples
|
By
Martin Jansa
· #94196
·
|