summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorPeter Kjellerstedt <pkj@axis.com>2025-09-17 16:06:53 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-09-26 16:40:40 +0100
commit0f03228d0c0a8eb22b088e7ba06fe7b0321b1a19 (patch)
tree660a3473ca458415a990057a1ab9ec6285ac3dc3 /documentation
parent5cf84801b78b6c3f1794afcf6e43c171dba2d514 (diff)
downloadpoky-0f03228d0c0a8eb22b088e7ba06fe7b0321b1a19.tar.gz
migration-5.3.rst: Correct info about the removed libsoup-2.4 recipe
It is the libsoup-2.4 recipe that has been removed, not libsoup. Also add that it has been moved to meta-oe. (From yocto-docs rev: ac2896c89df7e5dfa91b18a5e1681019f17182d3) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/migration-guides/migration-5.3.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/migration-guides/migration-5.3.rst b/documentation/migration-guides/migration-5.3.rst
index ae5cd150e2..985712cb22 100644
--- a/documentation/migration-guides/migration-5.3.rst
+++ b/documentation/migration-guides/migration-5.3.rst
@@ -179,9 +179,9 @@ Removed recipes
179 179
180The following recipes have been removed in this release: 180The following recipes have been removed in this release:
181 181
182- ``libsoup``: The last user in :term:`OpenEmbedded-Core (OE-Core)` was 182- ``libsoup-2.4``: The last user in :term:`OpenEmbedded-Core (OE-Core)` was
183 ``gst-examples``, which has been upgraded with its ``libsoup`` dependency 183 ``gst-examples``, which has been upgraded with its ``libsoup-2.4`` dependency
184 dropped. 184 dropped. The recipe has been moved to ``meta-oe``.
185 185
186- ``glibc-y2038-tests``: removed as the recipe only provides tests which are 186- ``glibc-y2038-tests``: removed as the recipe only provides tests which are
187 now provided by ``glibc-testsuite``. 187 now provided by ``glibc-testsuite``.