summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* gssdp: check opengl is enabled or notMingli Yu2025-09-261-2/+4
| | | | | | | | | | | | | | | | | | | The sniffer PACKAGECONFIG will make gssdp depend on gtk4 as below. PACKAGECONFIG[sniffer] = "-Dsniffer=true,-Dsniffer=false,gtk4," But gtk4 needs the opengl DISTRO_FEATURES enabled, so also check opengl in gssdp recipe to keep consistent. Fixes: ERROR: Nothing PROVIDES 'gtk4' (but /build/layers/meta-openembedded/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.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', 'gssdp', 'gtk4'] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 491a703c41644b6ab4db62920774e6ea23bc8308) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* dracut: Do not undefine _FILE_OFFSET_BITSKhem Raj2025-09-262-0/+33
| | | | | | | | Fixes build with 64bit time_t Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 944e9dcdc8a05294f79a69c2f2b6ed8c5bdb0819) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* grubby: fix syntax for ALTERNATIVEYi Zhao2025-09-261-1/+1
| | | | | | | | | ALTERNATIVE_${PN} -> ALTERNATIVE:${PN} Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit ee4b6b21133e089fcb62fd82c1b058ff9a4f7227) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* colord-gtk: upgrade 0.3.0 -> 0.3.1Wang Mingyu2025-09-261-1/+1
| | | | | | | | | | Bugfixes: - Fix the callback signature to fix a crash Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 4ccf3d41ce1c83ac9cb3d68321a8fef24a5f89c5) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* keybinder: set correct licenseGyorgy Sarvari2025-09-261-1/+1
| | | | | | | | | | This package uses MIT license, which is very similar to X11, except that X11 license has an advertisement clause, which is missing from the MIT. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit d2b5523333b762c32e70de36237e2d8e93096189) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* ibus: missing installed file w/ gtk2 PACKAGECONFIGGyorgy Sarvari2025-09-261-0/+1
| | | | | | | | | | | | | | | In case gtk2 PACKAGECONFIG is enabled, do_package task fails with the following error: ERROR: ibus-1.5.26-r0 do_package: QA Issue: ibus: Files/directories were installed but not shipped in any package: /usr/lib/gtk-2.0/2.10.0/immodules/im-ibus.so This patch adds the missing folder to the FILES variable. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit c87c5d5614bf5d5255e031abe32ea681968a6d75) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* ibus: Point python interpreter to target locationKhem Raj2025-09-262-1/+4
| | | | | | | | | | | | it encoded PYTHON variable during build which otherwise points to python on build host which is not correct for cross compiled packages. Add missing dependency on python3-core which is needed for ibus-setup script to run Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit fe0e3d77eb1a992c487038e64b734b2b8b395647) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* ibus: add opengl related checkMingli Yu2025-09-261-1/+3
| | | | | | | | | | | | | | | | Add opengl to REQUIRED_DISTRO_FEATURES when gtk4 is configured in PACKAGECONFIG. Fixes: ERROR: Nothing PROVIDES 'gtk4' (but /build/layers/meta-openembedded/meta-gnome/recipes-support/ibus/ibus.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', 'ibus', 'gtk4'] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 35dd6f4833fc6895cb281f5e6dfcc5469d8a6b04) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* zenity: upgrade 3.42.0 -> 3.42.1wangmy2025-09-261-1/+1
| | | | | | | | | | | | | | Changelog: ========== - scale: Make OK button default (allows pressing Enter to accept selected value) - Fix maximum width of message dialogs to 60 characters, and make message dialogs non-resizable (fixes regression from 3b64d05e) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit abe91b6f51cd2237e0a8243bcde3dbb7e5fd21cb) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* tokyocabinet: fix licenseGyorgy Sarvari2025-09-261-1/+1
| | | | | | The application is distributed under the LGPL license, not GPL. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* tokyocabinet: switch to working SRC_URIGyorgy Sarvari2025-09-261-1/+1
| | | | | | The original source seems to be long gone. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* layer.conf: add bpftrace to NON_MULTILIB_RECIPESSunil Dora2025-09-261-1/+1
| | | | | | | | | | | | | 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 f8498f26991fbd8ea996dcf7c63d1c79e9c034a7 in master ) Signed-off-by: Sunil Dora <sunilkumar.dora@windriver.com> Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* yelp-tools: upgrade 42.0 -> 42.1zhengrq.fnst@fujitsu.com2025-09-261-1/+1
| | | | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit b0eeb48a28070f75aa16437e599a46ebbb5e2ebf) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* yelp: upgrade 42.1 -> 42.2zhengrq.fnst2025-09-261-1/+1
| | | | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit bfa889276382370324532438dfc9962c0fb2bf05) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* tracker: upgrade 3.3.2 -> 3.3.3Wang Mingyu2025-09-261-1/+1
| | | | | | | | | | 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 b4a28c8c84366744a39a0dacdf782e3d6b0d51d2) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* nautilus: add opengl to REQUIRED_DISTRO_FEATURESMingli Yu2025-09-261-1/+1
| | | | | | | | | | | | | 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 dd10f8edaae118f8fc1e51c89efb006826a40769) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gvfs: upgrade 1.50.3 -> 1.50.4Wang Mingyu2025-09-261-1/+1
| | | | | | | | | | | | | | | 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 80534e1f99b980c1591208dfb9260df3b3097337) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gvfs: upgrade 1.50.2 -> 1.50.3Wang Mingyu2025-09-262-65/+2
| | | | | | | | | | | | | | | | | | | | | 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 d11db37985f0b28ed8a5e95cf22876a17646ca45) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gvfs: obviate the ssh-client requirement for gvfsAlex Stewart2025-09-262-1/+64
| | | | | | | | | | | | | | | | | | | | | | | | 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 b3ace96246ed13320e8fc21b59ce92512aa8c843) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gvfs: fix dependenciesMarkus Volk2025-09-261-1/+2
| | | | | | | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 216b7002ccc6e861de0d267468b4e1ba22cde86a) Adapted for Kirkstone. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gvfs: fix polkit homedirMarkus Volk2025-09-261-3/+3
| | | | | | | | | - 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 c6168d98ed4b672f959c48f7abecce2d33bce327) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gvfs: stylize DEPENDSAlex Stewart2025-09-261-2/+9
| | | | | | | | | | | | 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 9e725dfee3a6fa6d8efef9522a787b9b4893bafc) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gvfs: upgrade 1.50.0 -> 1.50.2wangmy2025-09-261-1/+1
| | | | | | | | | | | | | | | | | | 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 92d4a5374b3100aed5606c2e759cacab9273c62e) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gnome-text-editor: upgrade 42.1 -> 42.2wangmy2025-09-261-1/+1
| | | | | | | | | | | | | | | | 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 46fce3997be65a3895ed6619d32131c1e63aeac9) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gnome-text-editor: upgrade 42.0 -> 42.1zhengrq.fnst2025-09-261-1/+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 14452249d84b1d94f66c3fd01b01fbc671c0cef8) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gnome-font-viewer: add opengl to REQUIRED_DISTRO_FEATURESMingli Yu2025-09-261-1/+1
| | | | | | | | | | | | | 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 052866b19632d0cce1c7295b3a94cf570a3f887e) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gnome-commander: upgrade 1.14.2 -> 1.14.3wangmy2025-09-261-1/+1
| | | | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 4b2e46f2574cb073b13480c654210b7c2083cdba) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gnome-calendar: add opengl to REQUIRED_DISTRO_FEATURESMingli Yu2025-09-261-1/+1
| | | | | | | | | | | | | 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 5192a8bfc3418acdfde44c7e463bc0ce9151d96c) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gnome-calculator: add opengl to REQUIRED_DISTRO_FEATURESMingli Yu2025-09-261-1/+1
| | | | | | | | | | | | | | | | | | 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 8df920252454762a1c84e2d899c8971dd2ca7342) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gnome-calculator: upgrade 42.0 -> 42.2wangmy2025-09-261-1/+1
| | | | | | | | | | | | | | 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 d9d207bb44da6dc2c33b8880e46d5f501b1e2c16) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gedit: upgrade 42.1 -> 42.2wangmy2025-09-261-1/+1
| | | | | | | | | | | | 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 f550d1fe6a149b88f610b1a57493aa0d3a77693f) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gedit: upgrade 42.0 -> 42.1Wang Mingyu2025-09-261-1/+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 e0462bfb13d571e8ee55b5cff2d0fca7aee98393) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* evince: add opengl to REQUIRED_DISTRO_FEATURESMingli Yu2025-09-261-1/+3
| | | | | | | | | | | | | | | | 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 82fc8c534ee62095df3bb0d382c9db3e6bee5bb1) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* evince: upgrade 42.2 -> 42.3wangmy2025-09-261-1/+1
| | | | | | | | | | | | 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 1b59a88df5ac37a286e3bc7b0c2ed8fd7868e06e) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* evince: fix typo for RRECOMMENDSYi Zhao2025-09-261-1/+1
| | | | | | | | | 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 783686ae9ad9407f71ec6f8d7e50b7a15bc46166) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* libtimezonemap: correct package versionChangqing Li2025-09-262-1/+31
| | | | | | | | | 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 adf3de70b24092ff3fe618cde3fee7226fb26522) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* libtimezonemap: rename downloaded file nameKai Kang2025-09-261-1/+1
| | | | | | | | | | 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 556b85216342b10510ac8230471e450086851a84) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* libtimezonemap: Point to a working SRC_URIKhem Raj2025-09-261-2/+1
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit a3aea0b955285cd5e2898c6ca3874861667573b8) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gtksourceview5: add opengl to REQUIRED_DISTRO_FEATURESMingli Yu2025-09-261-0/+1
| | | | | | | | | | | | | 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 259faa90f703d6d3528b5392b813c772c1f995c3) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gnome-desktop: add opengl to REQUIRED_DISTRO_FEATURESMingli Yu2025-09-261-1/+1
| | | | | | | | | | | | | 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 681bd57755004f25831ca456ee9e0177bb5fedea) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gnome-bluetooth: upgrade 42.2 -> 42.3Wang Mingyu2025-09-261-1/+1
| | | | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 08304fa543b081f0ac36a175cd8d3afcac510c0c) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gnome-bluetooth: upgrade 42.1 -> 42.2wangmy2025-09-261-1/+1
| | | | | | | | | | 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 a30bc18ffdc137823d13824af5400bf0e8517309) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gnome-bluetooth: upgrade 42.0 -> 42.1wangmy2025-09-261-1/+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 2687e9dbec14776ab4a1a6747cdfd12316767311) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gnome-bluetooth: add opengl to REQUIRED_DISTRO_FEATURESMingli Yu2025-09-261-1/+1
| | | | | | | | | | | | | 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 06fbe76348f801d28785d8898c79c6c93ec33490) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gjs: upgrade 1.72.1 -> 1.72.2Wang Mingyu2025-09-261-1/+1
| | | | | | | | | | | | | | | 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 757dedbc811bf3f09e259353a943effd1ae16733) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gjs: upgrade 1.72.0 -> 1.72.1wangmy2025-09-261-1/+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 352fb4051f2584e4f28fc60348772dc99df29b7d) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* faenza-icon-theme: Switch to a valid download location for SRC_URIKhem Raj2025-09-261-2/+1
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit d0e061bc72cd776aba847dac564af3c7e8384a5e) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* evolution-data-server: upgrade 3.44.1 -> 3.44.2Wang Mingyu2025-09-261-2/+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 5851155197453483eb933601297d94fa0c01899a) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* evolution-data-server: upgrade 3.44.0 -> 3.44.1wangmy2025-09-261-2/+2
| | | | | | | | | | 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 1a9c78999b224ca9f47f031e336c69e79f7b1678) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* network-manager-applet: add opengl to REQUIRED_DISTRO_FEATURESMingli Yu2025-09-261-1/+1
| | | | | | | | | | | | | 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 9f8799d59471459fa1d79a001c999c47503701d5) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>