summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-12-22 00:11:12 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-02 12:50:22 +0000
commit5d7d2ae4ce707124633345ff68cd8b87ea0795ff (patch)
tree78caba47d20474f217d65275adc9f2d3e0b859b6 /meta
parenta011d8af63a46367c6cf02bb99f7d58be7d723ca (diff)
downloadpoky-5d7d2ae4ce707124633345ff68cd8b87ea0795ff.tar.gz
xf86-input-vmmouse: set SUMMARY and DESCRIPTION
Set these consistent with other X.org input driver recipes. (From OE-Core rev: fe7c955e63672afebe2475a0f482ef1bdb766c24) Signed-off-by: Paul Eggleton <paul.eggleton@linux.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-vmmouse_13.0.0.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.0.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.0.0.bb
index 3290ed5216..35ef5991c3 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.0.0.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.0.0.bb
@@ -1,6 +1,11 @@
1require xorg-driver-input.inc 1require xorg-driver-input.inc
2 2
3DESCRIPTION = "X.Org X server -- VMWare mouse input driver" 3SUMMARY = "X.Org X server -- VMWare mouse input driver"
4DESCRIPTION = "The vmmouse driver enables support for the special VMMouse \
5protocol that is provided by VMware virtual machines to give absolute \
6pointer positioning. The vmmouse driver is capable of falling back to the \
7standard 'mouse' driver if a VMware virtual machine is not detected."
8
4PR = "${INC_PR}.0" 9PR = "${INC_PR}.0"
5 10
6SRC_URI[md5sum] = "34f9f64ee6a1a51fc8266a9af24e1e07" 11SRC_URI[md5sum] = "34f9f64ee6a1a51fc8266a9af24e1e07"