From 0f03228d0c0a8eb22b088e7ba06fe7b0321b1a19 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Wed, 17 Sep 2025 16:06:53 +0200 Subject: [PATCH] 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 Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- documentation/migration-guides/migration-5.3.rst | 6 +++--- 1 file 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 The following recipes have been removed in this release: -- ``libsoup``: The last user in :term:`OpenEmbedded-Core (OE-Core)` was - ``gst-examples``, which has been upgraded with its ``libsoup`` dependency - dropped. +- ``libsoup-2.4``: The last user in :term:`OpenEmbedded-Core (OE-Core)` was + ``gst-examples``, which has been upgraded with its ``libsoup-2.4`` dependency + dropped. The recipe has been moved to ``meta-oe``. - ``glibc-y2038-tests``: removed as the recipe only provides tests which are now provided by ``glibc-testsuite``.