Sunil Dora
d5e460bcd9
layer.conf: add bpftrace to NON_MULTILIB_RECIPES
...
bpftrace need line up with kernel architecture type,
so add it to NON_MULTILIB_RECIPES.
bpftrace must be built with the same architecture (32-bit/64-bit) as the kernel
to ensure compatibility when tracing kernel functions and using eBPF features.
(cherry-picked from f8498f2699 in master )
Signed-off-by: Sunil Dora <sunilkumar.dora@windriver.com >
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:10 +02:00
zhengrq.fnst@fujitsu.com
8fe9b7cff1
yelp-tools: upgrade 42.0 -> 42.1
...
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit b0eeb48a28 )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:10 +02:00
zhengrq.fnst
fa77351ea1
yelp: upgrade 42.1 -> 42.2
...
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit bfa8892763 )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:10 +02:00
Wang Mingyu
b253d70f6d
tracker: upgrade 3.3.2 -> 3.3.3
...
Changelog:
Prepare D-Bus endpoint for cursor streams
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit b4a28c8c84 )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:10 +02:00
Mingli Yu
2ec4027053
nautilus: add opengl to REQUIRED_DISTRO_FEATURES
...
Fixes:
ERROR: Nothing PROVIDES 'gnome-desktop' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/nautilus/nautilus_42.2.bb DEPENDS on or otherwise requires it)
gnome-desktop was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES)
ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'nautilus', 'gnome-desktop']
Signed-off-by: Mingli Yu <mingli.yu@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit dd10f8edaa )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:10 +02:00
Wang Mingyu
a5daf7fd41
gvfs: upgrade 1.50.3 -> 1.50.4
...
Changelog:
===========
* dav: Prevent usage of NULL for nonexistent source file
* client: Fix copy/move operation from/to Flatpak sandbox
* http: Report original sizes regardless of compression usage
* Fix string comparison on various places
* Translation updates
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit 80534e1f99 )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:10 +02:00
Wang Mingyu
0c21dc9948
gvfs: upgrade 1.50.2 -> 1.50.3
...
0001-daemon-PATH-expand-the-sftp-backend-ssh-client.patch
included in 1.50.3
Changelog:
===========
* dav: Prevent usage of NULL when user is not specified
* ftp: Fix hangs when the connection is released
* fuse: Decrease file handle reference when open file fail
* sftp: PATH-expand the ssh client
* test: Several smaller enhancements
* backend: Add support for xx-large and x-large thumbnails
* goa: Prevent automounts when resuming from suspension
* Translation updates (GNOME Translation Project contributors)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit d11db37985 )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:10 +02:00
Alex Stewart
32265834a5
gvfs: obviate the ssh-client requirement for gvfs
...
The gvfs project meson configuration attempts to locate and resolve the
path to an ssh-client on the build host, then pass that full-path to the
gvfs sftp-backend as a constant string, to be used at runtime to fork
ssh subprocesses.
As a consequence, if the build machine's ssh client path differs from
the gvfs target's path - as is common for OE/buildroot builds - gvfs can
fail at runtime. Further, build machines cannot configure gvfs without
an ssh client, even though nothing *uses* the client during the build.
The .patch in this commit has been upstreamed with gvfs, and modifies
the configuration to instead pass the string-literal `ssh` to the sftp
backend. With this change, gvfs will instead rely on PATH-expansion to
locate the user's ssh-client at runtime.
This obviates the requirement that the build machine have an ssh-client.
Signed-off-by: Alex Stewart <alex.stewart@ni.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit b3ace96246 )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:10 +02:00
Markus Volk
771e52b8f0
gvfs: fix dependencies
...
Signed-off-by: Markus Volk <f_l_k@t-online.de >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit 216b7002cc )
Adapted for Kirkstone.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:10 +02:00
Markus Volk
d925fda759
gvfs: fix polkit homedir
...
- remove double slashes
Signed-off-by: Markus Volk <f_l_k@t-online.de >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit c6168d98ed )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:10 +02:00
Alex Stewart
77a5621e44
gvfs: stylize DEPENDS
...
Use multiline styling in the gvfs DEPENDS variable assignment, so that
diffs are easier to understand.
Also alpha-sort the DEPENDS, since their order isn't meaningful.
Signed-off-by: Alex Stewart <alex.stewart@ni.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit 9e725dfee3 )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:10 +02:00
wangmy
a03014e28c
gvfs: upgrade 1.50.0 -> 1.50.2
...
Changelog:
==========
* smb: Rework anonymous handling to avoid EINVAL
* http: Unescape prefix to fix handling of encoded URIs
* build: Fix build without Avahi support
* dav: Drop user from URI as a workaround for Nextcloud bug
* dav: Port DNS-SD resolver to async API to fix hangs when mounting
* smb: Ignore EINVAL for kerberos/ccache login
* dav: Rewrite to libsoup async API to fix crashes
* dav: Do not lose userinfo when copying URIs
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit 92d4a5374b )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:10 +02:00
wangmy
22713965aa
gnome-text-editor: upgrade 42.1 -> 42.2
...
Changelog:
==========
• Fix a crash at shutdown after saving state. This didn't cause any data
loss, but could be annoying.
• Spellcheck underline fixes for various languages
• Various robustness fixes for GTK 4
• Fixes for inconsistent line-endings
• Translation updates
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit 46fce3997b )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:10 +02:00
zhengrq.fnst
b55720e3ce
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 updates
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit 14452249d8 )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:10 +02:00
Mingli Yu
b9d885632a
gnome-font-viewer: add opengl to REQUIRED_DISTRO_FEATURES
...
Fixes:
ERROR: Nothing PROVIDES 'libadwaita' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer_43.0.bb DEPENDS on or otherwise requires it)
libadwaita was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES)
ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'gnome-font-viewer', 'libadwaita']
Signed-off-by: Mingli Yu <mingli.yu@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit 052866b196 )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:10 +02:00
wangmy
454f58b09a
gnome-commander: upgrade 1.14.2 -> 1.14.3
...
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit 4b2e46f257 )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:10 +02:00
Mingli Yu
51285d1dba
gnome-calendar: add opengl to REQUIRED_DISTRO_FEATURES
...
Fixes:
ERROR: Nothing PROVIDES 'libadwaita' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_42.0.bb DEPENDS on or otherwise requires it)
libadwaita was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES)
ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'gnome-calendar', 'libadwaita']
Signed-off-by: Mingli Yu <mingli.yu@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit 5192a8bfc3 )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:10 +02:00
Mingli Yu
a318ad7bae
gnome-calculator: add opengl to REQUIRED_DISTRO_FEATURES
...
gnome-calculator depends on gtk4 which depends on libepoxy(an opengl
related library) [1].
Fixes:
ERROR: Nothing PROVIDES 'gtk4-native' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_42.2.bb DEPENDS on or otherwise requires it)
gtk4-native was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES)
ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'gnome-calculator', 'gtk4-native']
[1] https://github.com/anholt/libepoxy/
Signed-off-by: Mingli Yu <mingli.yu@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit 8df9202524 )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:10 +02:00
wangmy
49ce710e00
gnome-calculator: upgrade 42.0 -> 42.2
...
Changelog:
==========
* Updated translations
* Fixed incorrect history with bits toggling #281
* Fixed crash when typing in variable popover #282
* Fixed incorrect libxml usage #283
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit d9d207bb44 )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:10 +02:00
wangmy
9ae476dece
gedit: upgrade 42.1 -> 42.2
...
Changelog:
==========
* Fix bug: text cut off at the bottom in certain situations.
* Translation updates.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit f550d1fe6a )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:10 +02:00
Wang Mingyu
bb1dffee05
gedit: upgrade 42.0 -> 42.1
...
Changelog:
Translation updates.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit e0462bfb13 )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:10 +02:00
Mingli Yu
5e6c83b852
evince: add opengl to REQUIRED_DISTRO_FEATURES
...
Add opengl to REQUIRED_DISTRO_FEATURES if x11 is enabled in DISTRO_FEATURES
as it needs gnome-desktop when x11 enabled.
Fixes:
ERROR: Nothing PROVIDES 'gnome-desktop' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/evince/evince_42.3.bb DEPENDS on or otherwise requires it)
gnome-desktop was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES)
ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'evince', 'gnome-desktop']
Signed-off-by: Mingli Yu <mingli.yu@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit 82fc8c534e )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:10 +02:00
wangmy
0327fd5066
evince: upgrade 42.2 -> 42.3
...
Changelog:
==========
shell:
* Disconnect signal handler to prevent invalid read
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit 1b59a88df5 )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:10 +02:00
Yi Zhao
e453214db0
evince: fix typo for RRECOMMENDS
...
RRECOMMMENDS_${PN} -> RRECOMMENDS:${PN}
Signed-off-by: Yi Zhao <yi.zhao@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit 783686ae9a )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:10 +02:00
Changqing Li
a8fc328ff4
libtimezonemap: correct package version
...
correct the package version in configure.ac
Signed-off-by: Changqing Li <changqing.li@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit adf3de70b2 )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:10 +02:00
Kai Kang
66b505eb13
libtimezonemap: rename downloaded file name
...
Add parameter 'downloadfilename' to SRC_URI to keep the downloaded file
name as same as before.
Signed-off-by: Kai Kang <kai.kang@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit 556b852163 )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:10 +02:00
Khem Raj
ad4b82293b
libtimezonemap: Point to a working SRC_URI
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit a3aea0b955 )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:10 +02:00
Mingli Yu
e271c958cd
gtksourceview5: add opengl to REQUIRED_DISTRO_FEATURES
...
Fixes:
ERROR: Nothing PROVIDES 'gtk4' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.4.2.bb DEPENDS on or otherwise requires it)
gtk4 was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES)
ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'gtksourceview5', 'gtk4']
Signed-off-by: Mingli Yu <mingli.yu@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit 259faa90f7 )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:10 +02:00
Mingli Yu
54ef0028aa
gnome-desktop: add opengl to REQUIRED_DISTRO_FEATURES
...
Fixes:
ERROR: Nothing PROVIDES 'gtk4' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_42.0.bb DEPENDS on or otherwise requires it)
gtk4 was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES)
ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'evince', 'gnome-desktop', 'gtk4']
Signed-off-by: Mingli Yu <mingli.yu@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit 681bd57755 )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:10 +02:00
Wang Mingyu
5d9935ff5c
gnome-bluetooth: upgrade 42.2 -> 42.3
...
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit 08304fa543 )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:10 +02:00
wangmy
ff7d866701
gnome-bluetooth: upgrade 42.1 -> 42.2
...
This version fixes duplicate devices appearing when bluetoothd restarts, as well
as the discovery not being updated correctly in that same situation.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit a30bc18ffd )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:10 +02:00
wangmy
d0eed20611
gnome-bluetooth: upgrade 42.0 -> 42.1
...
This version fixes the display of devices with '&' in their names, and contains
updated translations.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit 2687e9dbec )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:10 +02:00
Mingli Yu
e4a5fcc11b
gnome-bluetooth: add opengl to REQUIRED_DISTRO_FEATURES
...
Fixes:
ERROR: Nothing PROVIDES 'gtk4-native' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.4.bb DEPENDS on or otherwise requires it)
gtk4-native was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES)
ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'gnome-bluetooth', 'gtk4-native']
Signed-off-by: Mingli Yu <mingli.yu@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit 06fbe76348 )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:09 +02:00
Wang Mingyu
3cda04973f
gjs: upgrade 1.72.1 -> 1.72.2
...
Changelog:
==========
- Various fixes ported from the development branch.
- Closed bugs and merge requests:
* gi/arg-cache.cpp: Fix building on Visual Studio
* doc: Reflect support for constructor with GObject
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit 757dedbc81 )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:09 +02:00
wangmy
10d7864172
gjs: upgrade 1.72.0 -> 1.72.1
...
Changelog:
===========
- Various fixes ported from the development branch.
- Closed bugs and merge requests:
* Compilation error: call to deleted function 'js_value_to_c'
* jsapi-util-strings: Ignore locale to compute the upper case of a
char (i.e. fix implicit properties on Turkish locale)
* Fix memory leak when passing a "transfer none" GBytes parameter to a
native function
* arg-cache: Do not leak an interface info structures on Callbacks
* test-ci: Ignore safe directory errors on CI
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit 352fb4051f )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:09 +02:00
Khem Raj
9c452a8670
faenza-icon-theme: Switch to a valid download location for SRC_URI
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit d0e061bc72 )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:09 +02:00
Wang Mingyu
97a8081535
evolution-data-server: upgrade 3.44.1 -> 3.44.2
...
Changelog:
==========
Bug Fixes:
I#359 - CalDAV: Crash on calendar update
I#386 - e-webdav-discover: Fails to find Radicale calendars within collection account
I#388 - Google OAuth out-of-band (oob) flow will be deprecated
I#389 - IMAPx: Fails to create folder with NIL folder hierarchy delimiter
evo-I#1348 - WebDAVCollectionBackend: Removes sources on server error
Miscellaneous:
ERemindersWidget: Allow width shrink for small screens
Fix few memory leaks discovered by Coverity scan
GOA module: Prevent ESource removal on D-Bus reconnect or registry reload
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit 5851155197 )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:09 +02:00
wangmy
69cecb5632
evolution-data-server: upgrade 3.44.0 -> 3.44.1
...
Changelog:
https://download.gnome.org/sources/evolution-data-server/3.44/evolution-data-server-3.44.1.news
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit 1a9c78999b )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:09 +02:00
Mingli Yu
9f1f1dfcdb
network-manager-applet: add opengl to REQUIRED_DISTRO_FEATURES
...
Fixes:
ERROR: Nothing PROVIDES 'libnma' (but /build/layers/meta-openembedded/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.26.0.bb DEPENDS on or otherwise requires it)
libnma was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES)
ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'network-manager-applet', 'libnma']
Signed-off-by: Mingli Yu <mingli.yu@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit 9f8799d594 )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:09 +02:00
Mingli Yu
d260556297
libnma: add opengl to REQUIRED_DISTRO_FEATURES
...
libnma depends on gtk4 which needs opengl DISTRO_FEATURES enabled.
Fixes:
ERROR: Nothing PROVIDES 'gtk4' (but /build/layers/meta-openembedded/meta-gnome/recipes-connectivity/libnma/libnma_1.8.38.bb DEPENDS on or otherwise requires it)
gtk4 was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES)
ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'network-manager-applet', 'libnma', 'gtk4']
Signed-off-by: Mingli Yu <mingli.yu@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit a3eafe3698 )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:09 +02:00
Gyorgy Sarvari
9f303b4bbc
fatresize: set correct LICENSE
...
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit 86980f2df2 )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:09 +02:00
Yi Zhao
91c195f4e6
yaffs2-utils: update SRC_URI
...
The source repo has been moved to github.
Signed-off-by: Yi Zhao <yi.zhao@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit 49c7edb304 )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:09 +02:00
Wang Mingyu
14a438ac51
sshfs-fuse: upgrade 3.7.2 -> 3.7.3
...
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit f50cffbd02 )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:09 +02:00
Gyorgy Sarvari
e02fb92000
krb5: fix packaging with ldap PACKAGECONFIG
...
In case ldap PACKAGECONFIG is enabled, packaging fails with the following error:
ERROR: krb5-1.17.2-r0 do_package: QA Issue: krb5: Files/directories were installed but not shipped in any package:
/usr/lib/libkdb_ldap.so.1.0
/usr/lib/libkdb_ldap.so.1
Fix it by adding the file to the krb5-kdc-ldap package (the same that
Debian also uses to ship this file).
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:09 +02:00
Divya Chellam
4cf505e5e5
krb5: fix CVE-2025-24528
...
In MIT krb5 release 1.7 and later with incremental propagation
enabled, an authenticated attacker can cause kadmind to write beyond
the end of the mapped region for the iprop log file, likely causing a
process crash.
https://github.com/krb5/krb5/commit/78ceba024b64d49612375be4a12d1c066b0bfbd0
Reference:
https://security-tracker.debian.org/tracker/CVE-2025-24528
Upstream-patch:
https://github.com/krb5/krb5/commit/78ceba024b64d49612375be4a12d1c066b0bfbd0
Signed-off-by: Divya Chellam <divya.chellam@windriver.com >
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-26 13:17:09 +02:00
Shubham Pushpkar
24d495df72
cjson 1.7.18: Fix CVE-2025-57052
...
Upstream Repository: https://github.com/DaveGamble/cJSON.git
Bug Details: https://nvd.nist.gov/vuln/detail/CVE-2025-57052
Type: Security Fix
CVE: CVE-2025-57052
Score: 9.8
Patch: https://github.com/DaveGamble/cJSON/commit/74e1ff4994aa
Signed-off-by: Shubham Pushpkar <spushpka@cisco.com >
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-23 09:07:36 +02:00
Soumya Sambu
13130163ab
php: upgrade 8.1.31 -> 8.1.33
...
Includes fix for CVE-2025-1735, CVE-2025-6491, CVE-2025-1220, CVE-2025-1861,
CVE-2025-1219, CVE-2025-1217, CVE-2025-1734 and CVE-2025-1736.
Changelog:
https://www.php.net/ChangeLog-8.php#8.1.33
https://www.php.net/ChangeLog-8.php#8.1.32
Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com >
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-23 08:59:41 +02:00
Khem Raj
e7021d8f78
hddtemp: Add missing prototype for ata_get_powermode in sata.c
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit fdb8bc38b1 )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-19 15:58:31 +02:00
Mingli Yu
0b02a2b912
gnulib: Update SRC_URI
...
Update the SRC_URI to fix the do_fetch warning.
Signed-off-by: Mingli Yu <mingli.yu@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit 37d158db78 )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-19 15:58:31 +02:00
Yi Zhao
46a3fd1743
fltk: upgrade 1.3.8 -> 1.3.9
...
Release Notes:
https://www.fltk.org/articles.php?L1898
Signed-off-by: Yi Zhao <yi.zhao@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit 7e124168f9 )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-09-19 15:58:31 +02:00