From 7c86172b7353b17ffbf8f277c1b8cc082a73c6a9 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Thu, 28 Aug 2025 20:17:48 +0200 Subject: [PATCH] xf86-input-vmmouse, xf86-input-mouse: drop recipes xf86-input-mouse has dropped Linux support[1], so drop the obsolete recipe. Only xf86-input-vmmouse is dependent on this recipe, so drop that also. Could not find recipes depending on on xf86-input-vmmouse. [1]: https://gitlab.freedesktop.org/xorg/driver/xf86-input-mouse/-/commit/d719d0588c580ac0ffb8546e864c05c521b1ab9d Signed-off-by: Gyorgy Sarvari Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/conf/distro/include/maintainers.inc | 2 -- .../xorg-driver/xf86-input-mouse_1.9.5.bb | 14 ---------- .../xorg-driver/xf86-input-vmmouse_13.2.0.bb | 27 ------------------- 3 files changed, 43 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.5.bb delete mode 100644 meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.2.0.bb diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index a875ce8176a..8f230912567 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc @@ -904,9 +904,7 @@ RECIPE_MAINTAINER:pn-xev = "Unassigned " RECIPE_MAINTAINER:pn-xeyes = "Unassigned " RECIPE_MAINTAINER:pn-xf86-input-evdev = "Unassigned " RECIPE_MAINTAINER:pn-xf86-input-libinput = "Unassigned " -RECIPE_MAINTAINER:pn-xf86-input-mouse = "Unassigned " RECIPE_MAINTAINER:pn-xf86-input-synaptics = "Unassigned " -RECIPE_MAINTAINER:pn-xf86-input-vmmouse = "Unassigned " RECIPE_MAINTAINER:pn-xf86-video-cirrus = "Unassigned " RECIPE_MAINTAINER:pn-xf86-video-fbdev = "Unassigned " RECIPE_MAINTAINER:pn-xf86-video-intel = "Unassigned " 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 deleted file mode 100644 index 92e54d97014..00000000000 --- a/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.5.bb +++ /dev/null @@ -1,14 +0,0 @@ -require xorg-driver-input.inc - -SUMMARY = "X.Org X server -- mouse input driver" - -DESCRIPTION = "mouse is an Xorg input driver for mice. The driver \ -supports most available mouse types and interfaces. The mouse driver \ -functions as a pointer input device, and may be used as the X server's \ -core pointer. Multiple mice are supported by multiple instances of this \ -driver." - -LIC_FILES_CHKSUM = "file://COPYING;md5=d213a69053dffe9bcab94abf60013d33" - -SRC_URI[sha256sum] = "4fde8ae9b44352e2a208584c36528ee3ed13cf5fe4417208a9785daccefd9968" -XORG_DRIVER_COMPRESSOR = ".tar.xz" diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.2.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.2.0.bb deleted file mode 100644 index 7567b1ef2b6..00000000000 --- a/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.2.0.bb +++ /dev/null @@ -1,27 +0,0 @@ -require xorg-driver-input.inc - -SUMMARY = "X.Org X server -- VMWare mouse input driver" -DESCRIPTION = "The vmmouse driver enables support for the special VMMouse \ -protocol that is provided by VMware virtual machines to give absolute \ -pointer positioning. The vmmouse driver is capable of falling back to the \ -standard 'mouse' driver if a VMware virtual machine is not detected." - -XORG_DRIVER_COMPRESSOR = ".tar.xz" - -SRC_URI[sha256sum] = "56f077580ab8f02e2f40358c5c46b0ae3e1828fc77744526b24adf1ceea339b8" - -RDEPENDS:${PN} += "xf86-input-mouse" - -LIC_FILES_CHKSUM = "file://COPYING;md5=622841c068a9d7625fbfe7acffb1a8fc" - -COMPATIBLE_HOST = '(i.86|x86_64).*-linux' - -do_install:append () { - # We don't care about hal - rm -rf ${D}${datadir}/hal/ - rm -rf ${D}${libdir}/hal/ -} - -EXTRA_OECONF = "--with-udev-rules-dir=${nonarch_base_libdir}/udev/rules.d" - -FILES:${PN} += "${datadir}/X11/xorg.conf.d" -- 2.47.3