diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-27 11:17:03 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-27 11:25:19 +0200 |
commit | 3b039e5c54265c5e1e254736687ad1cefed8f534 (patch) | |
tree | 02ad3b2a6e4661b12d1f1e19495f550daea27060 /recipes/xorg-driver/xf86-input-vmmouse_12.4.0.bb | |
parent | c7e19744c13a4d5e7e9739cc2d8827b4d88fa4ac (diff) |
xorg-driver: oe-stylize
* please note that COMPATIBLE_HOST = 'value' is oe-stylized to
"'value'", should be fixed in oe-stylize script
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-driver/xf86-input-vmmouse_12.4.0.bb')
-rw-r--r-- | recipes/xorg-driver/xf86-input-vmmouse_12.4.0.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/xorg-driver/xf86-input-vmmouse_12.4.0.bb b/recipes/xorg-driver/xf86-input-vmmouse_12.4.0.bb index c9b07d5c16..8b58d0d634 100644 --- a/recipes/xorg-driver/xf86-input-vmmouse_12.4.0.bb +++ b/recipes/xorg-driver/xf86-input-vmmouse_12.4.0.bb @@ -1,10 +1,9 @@ require xorg-driver-input.inc -PE = "1" - DESCRIPTION = "The VMMouse driver enables support for the special VMMouse protocol \ that is provided by VMware virtual machines to give absolute pointer \ positioning. " +PE = "1" +PR = "${INC_PR}.0" SRC_URI[archive.md5sum] = "313e403e56702f6c38d1a5c830b60dc2" SRC_URI[archive.sha256sum] = "383e0973aad0e96812fc019cb579abaf016f97427fc07466b150fe15739ba63c" -PR = "${INC_PR}.0" |