|
[meta-multimedia][kirkstone][PATCH] libcamera: fix packaging
libcamera.so.0 and libcamera-base.so.0 are packaged in ${PN}-dev although
they should be packaged in ${PN}. See poky/meta/conf/bitbake.conf.
This trigger the following error when trying to run the
libcamera.so.0 and libcamera-base.so.0 are packaged in ${PN}-dev although
they should be packaged in ${PN}. See poky/meta/conf/bitbake.conf.
This trigger the following error when trying to run the
|
By
Julien Stephan
·
#97034
·
|
|
[meta-oe][PATCH v2] wxwidgets: enable to use private fonts
From: Kai Kang <kai.kang@...>
Enable option wxUSE_PRIVATE_FONTS of wxwidgets if build with gtk. It
allows application to use the font from the given file even if it is
not globally
From: Kai Kang <kai.kang@...>
Enable option wxUSE_PRIVATE_FONTS of wxwidgets if build with gtk. It
allows application to use the font from the given file even if it is
not globally
|
By
Kai Kang
·
#97033
·
|
|
[meta-oe][PATCH] wxwidgets: enable to use private fonts
From: Kai Kang <kai.kang@...>
Enable option wxUSE_PRIVATE_FONTS of wxwidgets if build with gtk. It
allows application to use the font from the given file even if it is
not globally
From: Kai Kang <kai.kang@...>
Enable option wxUSE_PRIVATE_FONTS of wxwidgets if build with gtk. It
allows application to use the font from the given file even if it is
not globally
|
By
Kai Kang
·
#97032
·
|
|
[meta-oe][PATCH] zabbix: upgrade 5.2.6 -> 6.0.4
From: Changqing Li <changqing.li@...>
This upgrade can fix following CVEs:
CVE-2022-24349
CVE-2022-24917
CVE-2022-24918
CVE-2022-24919
Signed-off-by: Changqing Li
From: Changqing Li <changqing.li@...>
This upgrade can fix following CVEs:
CVE-2022-24349
CVE-2022-24917
CVE-2022-24918
CVE-2022-24919
Signed-off-by: Changqing Li
|
By
Changqing Li
·
#97031
·
|
|
Re: Question about Fluentbit upgrade
Sound good! Let me work on it.
Thanks,
Lekshmi
Sound good! Let me work on it.
Thanks,
Lekshmi
|
By
Lekshmi Ravindran
·
#97030
·
|
|
Re: Question about Fluentbit upgrade
nothing prohibiting, someone has to work on it and send upgrade to mailing list.
nothing prohibiting, someone has to work on it and send upgrade to mailing list.
|
By
Khem Raj
·
#97029
·
|
|
Question about Fluentbit upgrade
Hello,
The current fluentbit version with oe is very old (1.3.5), whereas the latest is 1.9.3. Wondering if there is anything prohibiting us from upgrading the recipe to the latest version.
Thanks for
Hello,
The current fluentbit version with oe is very old (1.3.5), whereas the latest is 1.9.3. Wondering if there is anything prohibiting us from upgrading the recipe to the latest version.
Thanks for
|
By
Lekshmi Ravindran
·
#97028
·
|
|
[dunfell][PATCH] python3-cryptography: backport 3 changes to fix CVE-2020-36242
* backport the actual code change from
https://github.com/pyca/cryptography/pull/5747
without the docs and CI changes (which aren't applicable on old 2.8
version) and backport 2 older changes to
* backport the actual code change from
https://github.com/pyca/cryptography/pull/5747
without the docs and CI changes (which aren't applicable on old 2.8
version) and backport 2 older changes to
|
By
Martin Jansa
·
#97027
·
|
|
[master][kirkstone][meta-oe][PATCH] libwebsockets: Avoid absolute paths in *.cmake files in the sysroot
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@...>
---
.../recipes-connectivity/libwebsockets/libwebsockets_4.2.2.bb | 3 +++
1 file changed, 3 insertions(+)
diff --git
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@...>
---
.../recipes-connectivity/libwebsockets/libwebsockets_4.2.2.bb | 3 +++
1 file changed, 3 insertions(+)
diff --git
|
By
Peter Kjellerstedt
·
#97026
·
|
|
Re: [meta-oe][PATCH] bats: Add patch to fix false-negatives caused by teardown code
Hi,
As the bug is occurring on kirkstone, could this patch also be backported to kirkstone please?
Thanks,
Richard
Hi,
As the bug is occurring on kirkstone, could this patch also be backported to kirkstone please?
Thanks,
Richard
|
By
Richard Neill <richard.neill@...>
·
#97025
·
|
|
[meta-oe][PATCH] imlib2: update SRC_URI
The upstream repo location has changed, it's now
https://git.enlightenment.org/old/legacy-imlib2
It's not clear when or why it happened, but the the commit hash we use
in SRCREV exists in the 'new'
The upstream repo location has changed, it's now
https://git.enlightenment.org/old/legacy-imlib2
It's not clear when or why it happened, but the the commit hash we use
in SRCREV exists in the 'new'
|
By
Nicolas Dechesne <nicolas.dechesne@...>
·
#97024
·
|
|
[meta-networking][PATCH] conntrack-tools: fix postinst script
From: Kai Kang <kai.kang@...>
Fix error caused by postinst script of conntrack-tools:
| /var/tmp/rpm-tmp.or09Iq: line 4: unexpected EOF while looking for matching `"'
|
From: Kai Kang <kai.kang@...>
Fix error caused by postinst script of conntrack-tools:
| /var/tmp/rpm-tmp.or09Iq: line 4: unexpected EOF while looking for matching `"'
|
|
By
Kai Kang
·
#97023
·
|
|
Re: [meta-oe][PATCH] intel-speed-select: Add libnl dependency and extend CFLAGS
Hi Bruce,
I'm working with Randy as a summer intern. We figured you may be interested in this commit. It's a simple change to add a dependency but strangely, it used to work for linux-yocto but
Hi Bruce,
I'm working with Randy as a summer intern. We figured you may be interested in this commit. It's a simple change to add a dependency but strangely, it used to work for linux-yocto but
|
By
Aryaman Gupta
·
#97022
·
|
|
[meta-oe][PATCH] intel-speed-select: Add libnl dependency and extend CFLAGS
From: Randy MacLeod <Randy.MacLeod@...>
Add libnl dependency and extend CFLAGS to include the libnl3 directory.
Signed-off-by: Randy MacLeod <Randy.MacLeod@...>
Signed-off-by:
From: Randy MacLeod <Randy.MacLeod@...>
Add libnl dependency and extend CFLAGS to include the libnl3 directory.
Signed-off-by: Randy MacLeod <Randy.MacLeod@...>
Signed-off-by:
|
By
Aryaman Gupta
·
#97021
·
|
|
[meta-oe][PATCH] bats: Add patch to fix false-negatives caused by teardown code
BATS v1.6.0 has a regression which can result in test case failures being
ignored when teardown code executes successfully. This patch applies the
accepted bug-fix until the next BATS release.
Also,
BATS v1.6.0 has a regression which can result in test case failures being
ignored when teardown code executes successfully. This patch applies the
accepted bug-fix until the next BATS release.
Also,
|
By
Richard Neill <richard.neill@...>
·
#97020
·
|
|
[meta-gnome] [PATCH] gtk4: upgrade 4.6.2 -> 4.6.3
Overview of Changes in 4.6.3, 21-04-2022
========================================
* GtkOverlay:
- Bring back positional style classes
* GtkFileChooser:
- Prevent unwanted completion popups
- Fix
Overview of Changes in 4.6.3, 21-04-2022
========================================
* GtkOverlay:
- Bring back positional style classes
* GtkFileChooser:
- Prevent unwanted completion popups
- Fix
|
By
zhengruoqin
·
#97019
·
|
|
[meta-oe] [PATCH] mbw: upgrade 1.4 -> 1.5
License-Update: Version of mbw updated to 1.5
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@...>
---
meta-oe/recipes-benchmark/mbw/mbw_git.bb | 6 +++---
1 file changed, 3 insertions(+), 3
License-Update: Version of mbw updated to 1.5
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@...>
---
meta-oe/recipes-benchmark/mbw/mbw_git.bb | 6 +++---
1 file changed, 3 insertions(+), 3
|
By
zhengruoqin
·
#97018
·
|
|
[meta-oe] [PATCH] libconfig-general-perl: upgrade 2.63 -> 2.65
License-Update: updated to Artistic-2.0
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@...>
---
...general-perl_2.63.bb => libconfig-general-perl_2.65.bb} | 7 +++----
1 file changed, 3
License-Update: updated to Artistic-2.0
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@...>
---
...general-perl_2.63.bb => libconfig-general-perl_2.65.bb} | 7 +++----
1 file changed, 3
|
By
zhengruoqin
·
#97017
·
|
|
[meta-oe] [PATCH] gpsd: upgrade 3.23.1 -> 3.24
3.24: 2022-04-22
NTRIP 2.0 now works. But still only plain HTML, not RTP, etc.
Remove ntrip option and NTRIP_ENABLE. Always build.
Remove passthrough option and PASSTHROUGH_ENABLE. Always
3.24: 2022-04-22
NTRIP 2.0 now works. But still only plain HTML, not RTP, etc.
Remove ntrip option and NTRIP_ENABLE. Always build.
Remove passthrough option and PASSTHROUGH_ENABLE. Always
|
By
zhengruoqin
·
#97016
·
|
|
[meta-gnome] [PATCH] gnome-text-editor: upgrade 42.0 -> 42.1
Changelog:
==========
• Improved preference dialog styling for libadwaita
• Build system fixes
• Fix icons for zoom controls
• Fix titles in save-changes dialog
• Translation
Changelog:
==========
• Improved preference dialog styling for libadwaita
• Build system fixes
• Fix icons for zoom controls
• Fix titles in save-changes dialog
• Translation
|
By
zhengruoqin
·
#97015
·
|