|
[meta-python][PATCH] recipes-devtools: python: add support for Kivy
This RDEPENDS_ syntax is no longer valid, please update to RDEPENDS:.
This RDEPENDS_ syntax is no longer valid, please update to RDEPENDS:.
|
By
Martin Jansa
· #93488
·
|
|
[meta-networking][PATCH v2] bluepy_git.bb: Added recipe for BluePy Python interface to Bluetooth LE on Linux (v2)
well and also set SRCREV instead of rev in SRC_URI and use correct RDEPENDS syntax. There is another recipe where old RDEPENDS syntax sneaked in :/ meta-oe$ git grep ^RDEPENDS_ meta-networking/recipes
well and also set SRCREV instead of rev in SRC_URI and use correct RDEPENDS syntax. There is another recipe where old RDEPENDS syntax sneaked in :/ meta-oe$ git grep ^RDEPENDS_ meta-networking/recipes
|
By
Martin Jansa
· #93487
·
|
|
[meta-networking][PATCH v2] bluepy_git.bb: Added recipe for BluePy Python interface to Bluetooth LE on Linux (v2)
Also please use some more meaningful PV than "git" from the filename.
Also please use some more meaningful PV than "git" from the filename.
|
By
Martin Jansa
· #93485
·
|
|
[meta-networking][PATCH v2] bluepy_git.bb: Added recipe for BluePy Python interface to Bluetooth LE on Linux (v2)
FWIW: I'm seeing the same error now. Marco: is the user you're building under having UID 1000? Try under different UID to reproduce this.
FWIW: I'm seeing the same error now. Marco: is the user you're building under having UID 1000? Try under different UID to reproduce this.
|
By
Martin Jansa
· #93484
·
|
|
[PATCH 23/24] luaposix: update 33.4.0 -> 35.1
Any idea why it fails? luaposix/35.1-r0/git$ build-aux/lukeluke: fatal: required symbol 'crypt' not found in any of libc, libcrypt I already have a fix from Khem: https://git.openembedded.org/meta-ope
Any idea why it fails? luaposix/35.1-r0/git$ build-aux/lukeluke: fatal: required symbol 'crypt' not found in any of libc, libcrypt I already have a fix from Khem: https://git.openembedded.org/meta-ope
|
By
Martin Jansa
· #93483
·
|
|
[meta-oe][PATCH 2/2] grpc: revert GRPCPP_ABSEIL_SYNC change from 1.40.0 to fix undefined references to absl::lts_20210324::Mutex::~Mutex()
Signed-off-by: Martin Jansa <Martin.Jansa@...> --- ...RPCPP_ABSEIL_SYNC-to-GPR_ABSEIL_SYNC.patch | 60 +++++++++++++++++++ meta-oe/recipes-devtools/grpc/grpc_1.41.0.bb | 1 + 2 files changed, 61 i
Signed-off-by: Martin Jansa <Martin.Jansa@...> --- ...RPCPP_ABSEIL_SYNC-to-GPR_ABSEIL_SYNC.patch | 60 +++++++++++++++++++ meta-oe/recipes-devtools/grpc/grpc_1.41.0.bb | 1 + 2 files changed, 61 i
|
By
Martin Jansa
· #93470
·
|
|
[meta-oe][PATCH 1/2] protobuf: import a patch from meta-webosose to fix building protobuf-c with gold linker
* imported from: https://github.com/webosose/meta-webosose/commit/9250cad447658cc6cc431572= cb3b2c606e3fe257 * fixes: | make[1]: Entering directory '/OE/build/oe-core/tmp-glibc/work/core2-64-oe= -linu
* imported from: https://github.com/webosose/meta-webosose/commit/9250cad447658cc6cc431572= cb3b2c606e3fe257 * fixes: | make[1]: Entering directory '/OE/build/oe-core/tmp-glibc/work/core2-64-oe= -linu
|
By
Martin Jansa
· #93469
·
|
|
[meta-oe][PATCH] grpc: upgrade 1.38.1 -> 1.41.0
Looks like the https://github.com/grpc/grpc/pull/25681 is the root cause, it's also reproducible with sysdig recipe in meta-oe. I'll send revert of this commit.
Looks like the https://github.com/grpc/grpc/pull/25681 is the root cause, it's also reproducible with sysdig recipe in meta-oe. I'll send revert of this commit.
|
By
Martin Jansa
· #93468
·
|
|
[meta-oe][PATCH 1/3] protobuf-c: Do not use gold linker
I'm seeing the same failure now, but it fails with bfd (with this fix) as well: | make[1]: Entering directory '/OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/protobuf-c/1.4.0-r0/build' | ./x86_64-
I'm seeing the same failure now, but it fails with bfd (with this fix) as well: | make[1]: Entering directory '/OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/protobuf-c/1.4.0-r0/build' | ./x86_64-
|
By
Martin Jansa
· #93466
·
|
|
[meta-oe][PATCH] grpc: upgrade 1.38.1 -> 1.41.0
With this upgrade I see 2 recipes failing with: /usr/include/grpcpp/impl/codegen/completion_queue.h:119: error: undefined reference to 'absl::lts_20210324::Mutex::~Mutex()' CMakeFiles/googleAssistant_
With this upgrade I see 2 recipes failing with: /usr/include/grpcpp/impl/codegen/completion_queue.h:119: error: undefined reference to 'absl::lts_20210324::Mutex::~Mutex()' CMakeFiles/googleAssistant_
|
By
Martin Jansa
· #93465
·
|
|
[meta-python2][PATCH] python-cryptography: fix build with openssl-3
Signed-off-by: Martin Jansa <Martin.Jansa@...> --- ...me-more-constants-we-don-t-need-5361.patch | 25 +++++++++++++ ...or-we-don-t-use-in-cryptography-or-p.patch | 32 +++++++++++++++++ ...erties
Signed-off-by: Martin Jansa <Martin.Jansa@...> --- ...me-more-constants-we-don-t-need-5361.patch | 25 +++++++++++++ ...or-we-don-t-use-in-cryptography-or-p.patch | 32 +++++++++++++++++ ...erties
|
By
Martin Jansa
· #93409
·
|
|
[meta-oe][PATCH] apitrace: Conditionally enable X11 support
Why not use PACKAGECONFIG for this? It won't set the EXTRA_OECMAKE automatically, but will handle the depends correctly (and will be easy to switch of if someone with x1 and opengl in DISTRO_FEATURES
Why not use PACKAGECONFIG for this? It won't set the EXTRA_OECMAKE automatically, but will handle the depends correctly (and will be easy to switch of if someone with x1 and opengl in DISTRO_FEATURES
|
By
Martin Jansa
· #93313
·
|
|
[meta-oe][PATCH] nodejs: add -fpermissive also to BUILD_CXXFLAGS to fix build with openssl-native-3
Signed-off-by: Martin Jansa <Martin.Jansa@...> --- meta-oe/recipes-devtools/nodejs/nodejs_14.17.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_14.1
Signed-off-by: Martin Jansa <Martin.Jansa@...> --- meta-oe/recipes-devtools/nodejs/nodejs_14.17.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_14.1
|
By
Martin Jansa
· #93302
·
|
|
[PATCH 14/24] nodejs: use -fpermissive
This doesn't seem to cover nodejs-native build where it still fails with: | ../src/node_crypto.cc:4585:37: error: invalid conversion from ‘const dsa_st*’ to ‘DSA*’ {aka ‘dsa_st*’} [-fpermissive] | 458
This doesn't seem to cover nodejs-native build where it still fails with: | ../src/node_crypto.cc:4585:37: error: invalid conversion from ‘const dsa_st*’ to ‘DSA*’ {aka ‘dsa_st*’} [-fpermissive] | 458
|
By
Martin Jansa
· #93300
·
|
|
honister merge request Oct 10th
Hi, is there a reason why you've skipped the first (oldest) commit from master which isn't in honister? This one https://git.openembedded.org/meta-openembedded/commit/?id=3630c30185dd5a3dc29b10a3ccbe4
Hi, is there a reason why you've skipped the first (oldest) commit from master which isn't in honister? This one https://git.openembedded.org/meta-openembedded/commit/?id=3630c30185dd5a3dc29b10a3ccbe4
|
By
Martin Jansa
· #93210
·
|
|
Honister branch created for meta-openembedded
Can we please merge master into honister branch? The gattlib fix is needed there as well to fix: ERROR: gattlib-0.2+gitAUTOINC+5c7ee43bd7-r0 do_package_qa: QA Issue: gattlib rdepends on glib-2.0-dev [
Can we please merge master into honister branch? The gattlib fix is needed there as well to fix: ERROR: gattlib-0.2+gitAUTOINC+5c7ee43bd7-r0 do_package_qa: QA Issue: gattlib rdepends on glib-2.0-dev [
|
By
Martin Jansa
· #93203
·
|
|
[meta-oe][PATCH] pahole: use MACHINE_ARCH
* depends on MACHINE_ARCH libbpf causing: oe-core$ openembedded-core/scripts/sstate-diff-machines.sh --tmpdir=tmp-glibc --machines="qemux86 qemux86copy qemuarm" --targets=pahole --analyze === Comparin
* depends on MACHINE_ARCH libbpf causing: oe-core$ openembedded-core/scripts/sstate-diff-machines.sh --tmpdir=tmp-glibc --machines="qemux86 qemux86copy qemuarm" --targets=pahole --analyze === Comparin
|
By
Martin Jansa
· #93185
·
|
|
[meta-oe][PATCH] gpsd: inherit pkgconfig
Newer oe-core doesn't pull many default dependencies anymore: https://lists.openembedded.org/g/openembedded-core/message/156185 add explicit dependency on pkgconfig through pkgconfig.bbclass as we're
Newer oe-core doesn't pull many default dependencies anymore: https://lists.openembedded.org/g/openembedded-core/message/156185 add explicit dependency on pkgconfig through pkgconfig.bbclass as we're
|
By
Martin Jansa
· #93183
·
|
|
[meta-oe][PATCH] README: mention linux-libc-dev:i386 for luajit on ubuntu-21.10
* for host* parts you need to install linux-libc-dev:i386 on ubuntu-21.10 (not pulled by gcc-multilib already mentioned in meta-oe/README), otherwise build for 32bit target will fail like this: cortex
* for host* parts you need to install linux-libc-dev:i386 on ubuntu-21.10 (not pulled by gcc-multilib already mentioned in meta-oe/README), otherwise build for 32bit target will fail like this: cortex
|
By
Martin Jansa
· #93180
·
|
|
[meta-oe][PATCH] libeigen: backport fix for -Werror=class-memaccess issues when NEON is enabled
Signed-off-by: Martin Jansa <Martin.Jansa@...> --- ...ult-eigen_packet_wrapper-constructor.patch | 72 +++++++++++++++++++ .../libeigen/libeigen_3.4.0.bb | 4 +- 2 files changed, 75 insertions(+),
Signed-off-by: Martin Jansa <Martin.Jansa@...> --- ...ult-eigen_packet_wrapper-constructor.patch | 72 +++++++++++++++++++ .../libeigen/libeigen_3.4.0.bb | 4 +- 2 files changed, 75 insertions(+),
|
By
Martin Jansa
· #93174
·
|