<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-gnome/recipes-connectivity, branch master</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=master</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2026-03-17T20:25:22+00:00</updated>
<entry>
<title>gtk-vnc: add x11 to REQUIRED_DISTRO_FEATURES</title>
<updated>2026-03-17T20:25:22+00:00</updated>
<author>
<name>Changqing Li</name>
<email>changqing.li@windriver.com</email>
</author>
<published>2026-03-11T05:05:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=16027d4c7dcc22de61884861a08834b035e30231'/>
<id>urn:sha1:16027d4c7dcc22de61884861a08834b035e30231</id>
<content type='text'>
Fix world build failure:
ERROR: Nothing PROVIDES 'libx11' (but /build/layers/meta-openembedded/meta-gnome/recipes-connectivity/gtk-vnc/gtk-vnc_1.5.0.bb DEPENDS on or otherwise requires it)
libx11 was skipped: using DISTRO 'poky', which is missing required DISTRO_FEATURES: 'x11'

Signed-off-by: Changqing Li &lt;changqing.li@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libnma: remove x11 from REQUIRED_DISTRO_FEATURES</title>
<updated>2026-01-27T19:58:27+00:00</updated>
<author>
<name>Markus Volk</name>
<email>f_l_k@t-online.de</email>
</author>
<published>2026-01-23T08:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=4f5846a28041c5c8dbbc28d86a8cab7556c561e0'/>
<id>urn:sha1:4f5846a28041c5c8dbbc28d86a8cab7556c561e0</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>folks: upgrade 0.15.9 -&gt; 0.15.12</title>
<updated>2026-01-23T06:01:04+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2026-01-21T11:29:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=838d7e506fc1e4e3f7b29f67f99655f4eb7a5bdf'/>
<id>urn:sha1:838d7e506fc1e4e3f7b29f67f99655f4eb7a5bdf</id>
<content type='text'>
Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>network-manager-applet: Fixing builds when x11 is not included in DISTRO_FEATURES</title>
<updated>2025-11-10T15:50:05+00:00</updated>
<author>
<name>Eric Meyers</name>
<email>eric.meyers15310@gmail.com</email>
</author>
<published>2025-11-10T14:29:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=64440b3aaeef576d697d349e8aa85e1a31fe2d92'/>
<id>urn:sha1:64440b3aaeef576d697d349e8aa85e1a31fe2d92</id>
<content type='text'>
Commit c466cb9 (https://github.com/openembedded/meta-openembedded/commit/c466cb9)
switched to using ANY_OF_DISTRO_FEATURES, so theoretically users can have either
x11 or wayland in their DISTRO_FEATURES. In the case that only wayland is specified,
this build error is seen:

| In file included from ../sources/network-manager-applet-1.36.0/src/applet.c:25:
| ../sources/network-manager-applet-1.36.0/src/applet.h:14:10: fatal error: gdk/gdkx.h: No such file or directory
|    14 | #include &lt;gdk/gdkx.h&gt;
|       |          ^~~~~~~~~~~~
| compilation terminated.

gdkx.h is brought in via including x11 in DISTRO_FEATURES - so this patch removes
the incompatible headers in the case of x11 not being specified in DISTRO_FEATURES.

Signed-off-by: Eric Meyers &lt;eric.meyers@arthrex.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>meta-openembedded/all: adapt to UNPACKDIR changes</title>
<updated>2025-06-25T13:44:52+00:00</updated>
<author>
<name>Alexander Kanavin</name>
<email>alex@linutronix.de</email>
</author>
<published>2025-06-20T14:06:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=fc78d37ff0ce9e0d60455465851dbe4e86d7a8b3'/>
<id>urn:sha1:fc78d37ff0ce9e0d60455465851dbe4e86d7a8b3</id>
<content type='text'>
Please see
https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265
for what changes are needed, and sed commands that can be used to make them en masse.

I've verified that bitbake -c patch world works with these, but did not run a world
build; the majority of recipes shouldn't need further fixups, but if there are
some that still fall out, they can be fixed in followups.

Signed-off-by: Alexander Kanavin &lt;alex@linutronix.de&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>gtk-vnc: upgrade 1.4.0 -&gt; 1.5.0</title>
<updated>2025-02-26T16:30:49+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2025-02-25T23:23:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=0ff3aaee6d7c03ac75cbbed93ff199afad43f0e9'/>
<id>urn:sha1:0ff3aaee6d7c03ac75cbbed93ff199afad43f0e9</id>
<content type='text'>
Changelog:
=============
- Add API to allow forcing a visible cursor when remote
  cursor is empty/fully transparent
- Fix regression handling unknown auth types which should
  be ignored
- Fix double free in SASL auth error path
- Fix alpha cursor encoding by reversing pre-multiplication
  of alpha channel
- Preserve colour map across desktop resizes
- Remove undefined symbols from linker version script
- Remove obsolete wiki links
- Expand refusal to use ucontext to all macOS platforms
- Improve debug messages for pixel encoding
- Fix compiler complaint about overflow in challenge
  buffer in test suite.
- Add testing of cursor encodings (temporarily disabled
  on big endian systems due to undiagnosed failures)

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>folks: add missing dependency</title>
<updated>2025-02-12T17:16:07+00:00</updated>
<author>
<name>Gyorgy Sarvari</name>
<email>skandigraun@gmail.com</email>
</author>
<published>2025-02-10T10:58:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=f7aa588db9a0657c00039daee968fd7994c6e111'/>
<id>urn:sha1:f7aa588db9a0657c00039daee968fd7994c6e111</id>
<content type='text'>
"inspect_tool" PACKAGECONFIG failed to compile with the following
error message:

 ../folks-0.15.9/meson.build:132:9: ERROR: C shared or static library 'readline' not found

This change adds the missing dependency.

Signed-off-by: Gyorgy Sarvari &lt;skandigraun@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>gtk-vnc: upgrade 1.3.1 -&gt; 1.4.0</title>
<updated>2025-01-14T16:52:04+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2025-01-14T08:28:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=5aad510837d7f95b98ead7d08dbfa123dbd4c875'/>
<id>urn:sha1:5aad510837d7f95b98ead7d08dbfa123dbd4c875</id>
<content type='text'>
Changelog:
=========
- Support g_autoptr for exported allocated types
- Require meson &gt;= 0.56
- Replace gtk-doc with gi-docgen for API docs
- Add missing vnc_color_map_lookup method sym to exports
- Speed up coroutine switching with setjmp/longjmp
- Improve valgrind compatibility with coroutines
- Add native winfiber coroutine for Windows
- Add support for libucontext coroutines
- Refuse to use broken native ucontext support on macOS aarch64
- Raise fatal error on impossible conditions / OOM in coroutines
- Many other misc coroutine bugs / improvements
- Add support to pass CA cert data for TLS
- Allow ungrabbing keyboard in gvncviewer demo
- Fix leak of socket address in SASL auth
- Avoid mandating SASL SSF over UNIX sockets
- Don't assume SASL out data is NUL terminated
- Fix rendering artifacts on HiDPI displays
- Don't expose server auth types to apps that are not implemented
- Convert more code to use GNUTLS for ciphers/hashes
- Replace remaining use of gcrypt with gmp
- Add unit testing of VNC, ARD, MS logon auth types

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>geary: build with libpeas-1</title>
<updated>2024-12-19T17:41:27+00:00</updated>
<author>
<name>Markus Volk</name>
<email>f_l_k@t-online.de</email>
</author>
<published>2024-12-16T22:26:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=71653ae9ed4590f6f7ba5c1285c8ac54115c3918'/>
<id>urn:sha1:71653ae9ed4590f6f7ba5c1285c8ac54115c3918</id>
<content type='text'>
Signed-off-by: Markus Volk &lt;f_l_k@t-online.de&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>geary: Specify iso codes xml file locations</title>
<updated>2024-11-22T16:23:52+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2024-11-22T08:50:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=73c46b265d1cb35c43956d1723c338a137f6ef56'/>
<id>urn:sha1:73c46b265d1cb35c43956d1723c338a137f6ef56</id>
<content type='text'>
Do not check for these files to exist during build time, they are
needed during runtime.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Cc: Markus Volk &lt;f_l_k@t-online.de&gt;
</content>
</entry>
</feed>
