<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-connectivity/libwebsockets, branch styhead</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=styhead</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=styhead'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2024-05-24T21:31:08+00:00</updated>
<entry>
<title>libwebsockets: remove STAGING_LIBDIR with /</title>
<updated>2024-05-24T21:31:08+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>martin.jansa@gmail.com</email>
</author>
<published>2024-05-24T18:28:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=17a1bb00de5b80db1a3779c7a735cecbeea5a9bb'/>
<id>urn:sha1:17a1bb00de5b80db1a3779c7a735cecbeea5a9bb</id>
<content type='text'>
* after buildpath warnings fix from:
  https://git.openembedded.org/meta-openembedded/commit/?id=eeef1fddd9052bed4b1a91565260518eb042fed2
  the LibwebsocketsTargets.cmake ends with:
  INTERFACE_LINK_LIBRARIES "ssl;crypto;ssl;crypto;/libcap.so;-lpthread"
  instead of:
  INTERFACE_LINK_LIBRARIES "ssl;crypto;ssl;crypto;/OE/build/.../libwebsockets/4.3.3/lib32-recipe-sysroot/usr/lib/libcap.so;-lpthread"
  which causes e.g. mosquitto to fail in do_compile with:
  ninja: error: '/libcap.so', needed by 'src/mosquitto', missing and no known rule to make it

* this happens only when libwebsocket is built with libcap enabled
  (by libcap in DEPENDS)

Signed-off-by: Martin Jansa &lt;martin.jansa@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libwebsockets: fix buildpath warnings</title>
<updated>2024-05-19T15:28:00+00:00</updated>
<author>
<name>Gerard Salvatella</name>
<email>gerard.salvatella@siemens.com</email>
</author>
<published>2024-05-16T16:30:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=eeef1fddd9052bed4b1a91565260518eb042fed2'/>
<id>urn:sha1:eeef1fddd9052bed4b1a91565260518eb042fed2</id>
<content type='text'>
In order to remove absolute paths from the cmake artifacts, paths from
the `$lib` folder should also be stripped off, otherwise internally
linked libraries (e.g. libz) may appear.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libwebsockets: upgrade 4.3.2 -&gt; 4.3.3</title>
<updated>2023-11-22T06:35:50+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2023-11-22T06:19:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=bc1674784b4a957bd47cca32ecd63129c330c123'/>
<id>urn:sha1:bc1674784b4a957bd47cca32ecd63129c330c123</id>
<content type='text'>
0001-Fix-Werror-enum-int-mismatch-in-lws_tls_server_abort.patch
removed since it's included in 4.3.3

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>libwebsockets: Support building for native</title>
<updated>2023-10-26T19:00:14+00:00</updated>
<author>
<name>Peter Kjellerstedt</name>
<email>pkj@axis.com</email>
</author>
<published>2023-10-26T18:43:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c083e0569ad80d11b4f5cfdfa89acdd4264d8152'/>
<id>urn:sha1:c083e0569ad80d11b4f5cfdfa89acdd4264d8152</id>
<content type='text'>
This is needed to be able to build mosquitto-native.

The dependency on libcap when building for native is needed because
cmake will pick up the existence of libcap from the host, but then the
build fails if it is not available in the sysroot. Unfortunately, there
does not seem to be any way to explicitly tell cmake to not build with
libcap.

Signed-off-by: Peter Kjellerstedt &lt;peter.kjellerstedt@axis.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libwebsockets: Fix reference to TMPDIR</title>
<updated>2023-05-20T00:11:37+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2023-05-19T04:17:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=317ee5bb13e795fd7036ae56c3746fefdfe6c915'/>
<id>urn:sha1:317ee5bb13e795fd7036ae56c3746fefdfe6c915</id>
<content type='text'>
.cmake files encoded absolute paths, fixed thusly

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libwebsockets: Fix build with gcc13</title>
<updated>2023-01-27T05:52:26+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2023-01-27T01:23:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=cc396c8e9a507e86c9fe2a040d1df80f8c8c93b5'/>
<id>urn:sha1:cc396c8e9a507e86c9fe2a040d1df80f8c8c93b5</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libwebsockets: add ipv6 in PACKAGECONFIG</title>
<updated>2022-12-13T17:18:18+00:00</updated>
<author>
<name>Livin Sunny</name>
<email>livinsunny519@gmail.com</email>
</author>
<published>2022-12-12T20:05:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c062df353c274fae782f9c03c62f9ce199efb9f0'/>
<id>urn:sha1:c062df353c274fae782f9c03c62f9ce199efb9f0</id>
<content type='text'>
Adds a PACKAGECONFIG if ipv6 is enabled in DISTRO_FEATURES.

Signed-off-by: Livin Sunny &lt;livinsunny519@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libwebsockets: add error check if PACKAGECONFIG contains systemd but DISTRO_FEATURES doesn't</title>
<updated>2022-10-03T06:59:48+00:00</updated>
<author>
<name>Lukas Rusak</name>
<email>lorusak@gmail.com</email>
</author>
<published>2022-10-03T03:51:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=f3fa2a5d5c02d8937ee5c866b827a9553c9dd351'/>
<id>urn:sha1:f3fa2a5d5c02d8937ee5c866b827a9553c9dd351</id>
<content type='text'>
Signed-off-by: Lukas Rusak &lt;lorusak@gmail.com&gt;
</content>
</entry>
<entry>
<title>libwebsockets: add optional support for sd-event loop</title>
<updated>2022-09-29T20:32:15+00:00</updated>
<author>
<name>Lukas Rusak</name>
<email>lorusak@gmail.com</email>
</author>
<published>2022-07-12T22:22:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=cdc175009d163509543d26867f8b0b1052471cb2'/>
<id>urn:sha1:cdc175009d163509543d26867f8b0b1052471cb2</id>
<content type='text'>
Signed-off-by: Lukas Rusak &lt;lorusak@gmail.com&gt;
</content>
</entry>
<entry>
<title>libwebsockets: update to version 4.3.2</title>
<updated>2022-07-24T13:28:56+00:00</updated>
<author>
<name>Radovan Scasny</name>
<email>radovan.scasny@siemens.com</email>
</author>
<published>2022-07-22T13:43:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=0c4f3404ef367ff3aa2a28947fc717215c735aa1'/>
<id>urn:sha1:0c4f3404ef367ff3aa2a28947fc717215c735aa1</id>
<content type='text'>
Signed-off-by: Radovan Scasny &lt;radovan.scasny@siemens.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
