diff options
author | Peter Kjellerstedt <pkj@axis.com> | 2025-09-17 16:06:53 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-09-26 16:40:40 +0100 |
commit | 0f03228d0c0a8eb22b088e7ba06fe7b0321b1a19 (patch) | |
tree | 660a3473ca458415a990057a1ab9ec6285ac3dc3 /documentation | |
parent | 5cf84801b78b6c3f1794afcf6e43c171dba2d514 (diff) | |
download | poky-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.rst | 6 |
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 | ||
180 | The following recipes have been removed in this release: | 180 | The 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``. |