Message ID | 20250828175323.858522-1-skandigraun@gmail.com |
---|---|
State | New |
Headers | show |
Series | xf86-input-mouse: stop checking for new versions | expand |
I guess the recipe should be removed rather? Alex On Thu 28. Aug 2025 at 19.53, Gyorgy Sarvari via lists.openembedded.org <skandigraun=gmail.com@lists.openembedded.org> wrote: > The application has dropped Linux support in their latest release[1]. > > Keep the recipe in the latest supported version. > > [1]: > https://gitlab.freedesktop.org/xorg/driver/xf86-input-mouse/-/commit/d719d0588c580ac0ffb8546e864c05c521b1ab9d > > Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> > --- > meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.5.bb | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.5.bb > b/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.5.bb > index 92e54d9701..6f578155e1 100644 > --- a/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.5.bb > +++ b/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.5.bb > @@ -12,3 +12,5 @@ LIC_FILES_CHKSUM = > "file://COPYING;md5=d213a69053dffe9bcab94abf60013d33" > > SRC_URI[sha256sum] = > "4fde8ae9b44352e2a208584c36528ee3ed13cf5fe4417208a9785daccefd9968" > XORG_DRIVER_COMPRESSOR = ".tar.xz" > + > +RECIPE_NO_UPDATE_REASON = "new version does not support Linux" > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#222584): > https://lists.openembedded.org/g/openembedded-core/message/222584 > Mute This Topic: https://lists.openembedded.org/mt/114939437/1686489 > Group Owner: openembedded-core+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [ > alex.kanavin@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- > >
On 8/28/25 20:02, Alexander Kanavin wrote: > I guess the recipe should be removed rather? > Okay, we can do that too. > Alex > > On Thu 28. Aug 2025 at 19.53, Gyorgy Sarvari via > lists.openembedded.org <http://lists.openembedded.org> > <skandigraun=gmail.com@lists.openembedded.org> wrote: > > The application has dropped Linux support in their latest release[1]. > > Keep the recipe in the latest supported version. > > [1]: > https://gitlab.freedesktop.org/xorg/driver/xf86-input-mouse/-/commit/d719d0588c580ac0ffb8546e864c05c521b1ab9d > > Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> > --- > meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.5.bb > <http://xf86-input-mouse_1.9.5.bb> | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git > a/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.5.bb > <http://xf86-input-mouse_1.9.5.bb> > b/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.5.bb > <http://xf86-input-mouse_1.9.5.bb> > index 92e54d9701..6f578155e1 100644 > --- a/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.5.bb > <http://xf86-input-mouse_1.9.5.bb> > +++ b/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.5.bb > <http://xf86-input-mouse_1.9.5.bb> > @@ -12,3 +12,5 @@ LIC_FILES_CHKSUM = > "file://COPYING;md5=d213a69053dffe9bcab94abf60013d33" > > SRC_URI[sha256sum] = > "4fde8ae9b44352e2a208584c36528ee3ed13cf5fe4417208a9785daccefd9968" > XORG_DRIVER_COMPRESSOR = ".tar.xz" > + > +RECIPE_NO_UPDATE_REASON = "new version does not support Linux" > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#222584): > https://lists.openembedded.org/g/openembedded-core/message/222584 > Mute This Topic: https://lists.openembedded.org/mt/114939437/1686489 > Group Owner: openembedded-core+owner@lists.openembedded.org > <mailto:openembedded-core%2Bowner@lists.openembedded.org> > Unsubscribe: > https://lists.openembedded.org/g/openembedded-core/unsub > [alex.kanavin@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- >
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.5.bb b/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.5.bb index 92e54d9701..6f578155e1 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.5.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.5.bb @@ -12,3 +12,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d213a69053dffe9bcab94abf60013d33" SRC_URI[sha256sum] = "4fde8ae9b44352e2a208584c36528ee3ed13cf5fe4417208a9785daccefd9968" XORG_DRIVER_COMPRESSOR = ".tar.xz" + +RECIPE_NO_UPDATE_REASON = "new version does not support Linux"
The application has dropped Linux support in their latest release[1]. Keep the recipe in the latest supported version. [1]: https://gitlab.freedesktop.org/xorg/driver/xf86-input-mouse/-/commit/d719d0588c580ac0ffb8546e864c05c521b1ab9d Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> --- meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.5.bb | 2 ++ 1 file changed, 2 insertions(+)