diff options
| author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2016-12-12 12:11:44 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-13 22:55:21 +0000 |
| commit | d185fcda6f2c3915b8bb5ab310ffb961386bf211 (patch) | |
| tree | b95083bd68e592276bf655527a09503575131ce1 /meta | |
| parent | 9dee6398ab7d7269dd5987f40a91c47b61eee01b (diff) | |
| download | poky-d185fcda6f2c3915b8bb5ab310ffb961386bf211.tar.gz | |
xf86-input-mouse: Remove git recipe
Last used revision is from 8 years ago.
(From OE-Core rev: 51807a74a0504e8ff3e0eb67f951316d3b418bab)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-input-mouse_git.bb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-mouse_git.bb b/meta/recipes-graphics/xorg-driver/xf86-input-mouse_git.bb deleted file mode 100644 index d79a2e4dde..0000000000 --- a/meta/recipes-graphics/xorg-driver/xf86-input-mouse_git.bb +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | require xorg-driver-input.inc | ||
| 2 | |||
| 3 | SUMMARY = "X.Org X server -- mouse input driver" | ||
| 4 | |||
| 5 | DESCRIPTION = "mouse is an Xorg input driver for mice. The driver \ | ||
| 6 | supports most available mouse types and interfaces. The mouse driver \ | ||
| 7 | functions as a pointer input device, and may be used as the X server's \ | ||
| 8 | core pointer. Multiple mice are supported by multiple instances of this \ | ||
| 9 | driver." | ||
| 10 | |||
| 11 | SRCREV = "ea5cfe804e112f320f14ad896c7802d53551d3e6" | ||
| 12 | PV = "1.3.0+git${SRCPV}" | ||
| 13 | PR = "${INC_PR}.0" | ||
| 14 | |||
| 15 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-mouse \ | ||
| 16 | file://unbreak.patch" | ||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | |||
