Message ID | 20250902061722.2226405-1-skandigraun@gmail.com |
---|---|
State | Under Review |
Headers | show |
Series | migration-5.3.rst: update removed recipes list | expand |
On Tue Sep 2, 2025 at 8:17 AM CEST, Gyorgy Sarvari via lists.yoctoproject.org wrote: > Add a note about the removed xf86-input-mouse and xf86-input-vmmouse recipes. > > Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> > --- > documentation/migration-guides/migration-5.3.rst | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/documentation/migration-guides/migration-5.3.rst b/documentation/migration-guides/migration-5.3.rst > index 97e41605f4..2d2f8d91ad 100644 > --- a/documentation/migration-guides/migration-5.3.rst > +++ b/documentation/migration-guides/migration-5.3.rst > @@ -174,6 +174,11 @@ The following recipes have been removed in this release: > removed in May 2024 with dfa482f1998 ("python3-requests: cleanup RDEPENDS"), > and there is no other user of this variable. > > +- ``xf86-input-mouse``: The project has stopped supporting Linux. > + > +- ``xf86-input-vmmouse``: It has a runtime dependency on ``xf86-input-mouse``, > + which stopped supporting Linux. > + > Removed :term:`PACKAGECONFIG` entries > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > Thanks for taking the time to update the release notes! I will merge this once your patch makes it to master in OE-Core. Antonin
diff --git a/documentation/migration-guides/migration-5.3.rst b/documentation/migration-guides/migration-5.3.rst index 97e41605f4..2d2f8d91ad 100644 --- a/documentation/migration-guides/migration-5.3.rst +++ b/documentation/migration-guides/migration-5.3.rst @@ -174,6 +174,11 @@ The following recipes have been removed in this release: removed in May 2024 with dfa482f1998 ("python3-requests: cleanup RDEPENDS"), and there is no other user of this variable. +- ``xf86-input-mouse``: The project has stopped supporting Linux. + +- ``xf86-input-vmmouse``: It has a runtime dependency on ``xf86-input-mouse``, + which stopped supporting Linux. + Removed :term:`PACKAGECONFIG` entries ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Add a note about the removed xf86-input-mouse and xf86-input-vmmouse recipes. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> --- documentation/migration-guides/migration-5.3.rst | 5 +++++ 1 file changed, 5 insertions(+)