|
Re: [meta-networking][PATCH 3/3] samba: fix buildpaths issue
I can not reproduce this on my host. I have sent a V2 patch without this change.
//Yi
I can not reproduce this on my host. I have sent a V2 patch without this change.
//Yi
|
By
Yi Zhao
·
#98492
·
|
|
[meta-networking][PATCH V2] samba: fix buildpaths issue
The test case tfork_cmd_send in smbtorture fails on target as it
requries a script located in the source directory:
$ smbtorture ncalrpc:localhost local.tfork.tfork_cmd_send
test:
The test case tfork_cmd_send in smbtorture fails on target as it
requries a script located in the source directory:
$ smbtorture ncalrpc:localhost local.tfork.tfork_cmd_send
test:
|
By
Yi Zhao
·
#98491
·
|
|
[meta-multimedia][PATCH] pipewire: improve runtime dependency settings
- set pipewire-jack to be runtime recommended if it is built
- make media-session and wireplumber conflicting each other
Signed-off-by: Markus Volk <f_l_k@...>
---
- set pipewire-jack to be runtime recommended if it is built
- make media-session and wireplumber conflicting each other
Signed-off-by: Markus Volk <f_l_k@...>
---
|
By
Markus Volk
·
#98490
·
|
|
[meta-oe][PATCH v3] protobuf: disable protoc binary for target
From: Vyacheslav Yurkov <Vyacheslav.Yurkov@...>
When applications want to use protoc during the build, the target binary
has to be disabled in order to avoid following error:
| The imported
From: Vyacheslav Yurkov <Vyacheslav.Yurkov@...>
When applications want to use protoc during the build, the target binary
has to be disabled in order to avoid following error:
| The imported
|
By
Vyacheslav Yurkov
·
#98489
·
|
|
Re: [meta-oe][PATCH v2] protobuf: disable protoc binary for target
Makes sense. Any suggestions about the name? So far only something like "compiler" comes to mind.
Vyacheslav
Makes sense. Any suggestions about the name? So far only something like "compiler" comes to mind.
Vyacheslav
|
By
Vyacheslav Yurkov
·
#98488
·
|
|
Re: [meta-oe][PATCH v2] protobuf: disable protoc binary for target
can we make it a packageconfig perhaps ?
can we make it a packageconfig perhaps ?
|
By
Khem Raj
·
#98487
·
|
|
[meta-oe][PATCH v2] protobuf: disable protoc binary for target
From: Vyacheslav Yurkov <Vyacheslav.Yurkov@...>
When applications want to use protoc during the build, the target binary
has to be disabled in order to avoid following error:
| The imported
From: Vyacheslav Yurkov <Vyacheslav.Yurkov@...>
When applications want to use protoc during the build, the target binary
has to be disabled in order to avoid following error:
| The imported
|
By
Vyacheslav Yurkov
·
#98486
·
|
|
Re: [meta-oe][PATCH] protobuf: disable protoc binary for targe
On master-next please
Thanks,
Vyacheslav
On master-next please
Thanks,
Vyacheslav
|
By
Vyacheslav Yurkov
·
#98485
·
|
|
[meta-oe][PATCH] protobuf: disable protoc binary for targe
From: Vyacheslav Yurkov <Vyacheslav.Yurkov@...>
When applications want to use protoc during the build, the target binary
has to be disabled in order to avoid following error:
| The imported
From: Vyacheslav Yurkov <Vyacheslav.Yurkov@...>
When applications want to use protoc during the build, the target binary
has to be disabled in order to avoid following error:
| The imported
|
By
Vyacheslav Yurkov
·
#98484
·
|
|
[meta-python][PATCH] Remove dead link and old information from the README.
Signed-off-by: Philip Balister <philip@...>
---
meta-python/README | 5 -----
1 file changed, 5 deletions(-)
diff --git a/meta-python/README b/meta-python/README
index 01c51dc88..36c193957
Signed-off-by: Philip Balister <philip@...>
---
meta-python/README | 5 -----
1 file changed, 5 deletions(-)
diff --git a/meta-python/README b/meta-python/README
index 01c51dc88..36c193957
|
By
Philip Balister
·
#98483
·
|
|
[meta-oe][PATCH] makeself: added makeself as new recipe
Based on the older recipe of intel-iot-refkit.
Signed-off-by: Jan Vermaete <jan.vermaete@...>
---
.../makeself/makeself_2.4.5.bb | 29 +++++++++++++++++++
1 file changed, 29
Based on the older recipe of intel-iot-refkit.
Signed-off-by: Jan Vermaete <jan.vermaete@...>
---
.../makeself/makeself_2.4.5.bb | 29 +++++++++++++++++++
1 file changed, 29
|
By
Jan Vermaete
·
#98482
·
|
|
[meta-python][PATCH] python3-pybind11: Update to Version 2.10.0.
* Dropped patch for cross compile. 918d4481a4f69c7a4cbb4282acbabd28e2433039
fixes this upstream.
* This also fixing an issue building gnuradio where pybind looked for
something in
* Dropped patch for cross compile. 918d4481a4f69c7a4cbb4282acbabd28e2433039
fixes this upstream.
* This also fixing an issue building gnuradio where pybind looked for
something in
|
By
Philip Balister
·
#98481
·
|
|
[meta-oe] [kirkstone] recipes-support/pidgin: no rdepends on python3
Hi,
I was going through pidgin recipe and found that it depends on python3 but does not rdepend on it.
Pidgin provides finch which required python3 at runtime and fails to run on target if python3 is
Hi,
I was going through pidgin recipe and found that it depends on python3 but does not rdepend on it.
Pidgin provides finch which required python3 at runtime and fails to run on target if python3 is
|
By
Muhammad Hamza
·
#98480
·
|
|
Re: [meta-networking][PATCH 3/3] samba: fix buildpaths issue
this means that private libs installed in /usr/lib/samba are not
detected by dependent packages anymore
try to build meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb
It errors like
this means that private libs installed in /usr/lib/samba are not
detected by dependent packages anymore
try to build meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb
It errors like
|
By
Khem Raj
·
#98479
·
|
|
[meta-oe][PATCH v2 2/2] protobuf: change build system to cmake
From: Vyacheslav Yurkov <Vyacheslav.Yurkov@...>
Autotools support has been removed and replaced completely by CMake.
See related issues for
From: Vyacheslav Yurkov <Vyacheslav.Yurkov@...>
Autotools support has been removed and replaced completely by CMake.
See related issues for
|
By
Vyacheslav Yurkov
·
#98478
·
|
|
[meta-oe][PATCH v2 1/2] protobuf: 3.19.4 -> 3.21.5 upgrade
From: Vyacheslav Yurkov <Vyacheslav.Yurkov@...>
Drop the patch that was accepted upstream
Signed-off-by: Vyacheslav Yurkov <Vyacheslav.Yurkov@...>
---
From: Vyacheslav Yurkov <Vyacheslav.Yurkov@...>
Drop the patch that was accepted upstream
Signed-off-by: Vyacheslav Yurkov <Vyacheslav.Yurkov@...>
---
|
By
Vyacheslav Yurkov
·
#98477
·
|
|
Re: [meta-networking][RESEND PATCH v4 1/1] mdio-tools: add recipes
I apologize that I didn't realize the patch already merged.
Sorry for causing any confusion.
Potin
I apologize that I didn't realize the patch already merged.
Sorry for causing any confusion.
Potin
|
By
Potin Lai
·
#98476
·
|
|
Re: [meta-networking][RESEND PATCH v4 1/1] mdio-tools: add recipes
this recipe is now in master already, please check w.r.t. this version
and if any changes are pending send an incremental patch.
this recipe is now in master already, please check w.r.t. this version
and if any changes are pending send an incremental patch.
|
By
Khem Raj
·
#98475
·
|
|
Re: [meta-python] [PATCH] python3-awesomeversion: Upgrade 22.6.0 -> 22.8.0
there is an upgrade already send here
https://patchwork.yoctoproject.org/project/oe/patch/20220823110204.2685251-1-leon.anavi@.../
so I will drop this patch, please see whats in master-next
there is an upgrade already send here
https://patchwork.yoctoproject.org/project/oe/patch/20220823110204.2685251-1-leon.anavi@.../
so I will drop this patch, please see whats in master-next
|
By
Khem Raj
·
#98474
·
|
|
Re: [PATCH] [oe] [meta-python] [PATCH] python3-jsonrpcserver: upgrade 5.0.7 -> 5.0.8
This part I have rebased on top of master-next
This part I have rebased on top of master-next
|
By
Khem Raj
·
#98473
·
|