summaryrefslogtreecommitdiff
path: root/recipes/xorg-driver/xf86-input-vmmouse_12.5.1.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-06-27 11:17:03 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-06-27 11:25:19 +0200
commit3b039e5c54265c5e1e254736687ad1cefed8f534 (patch)
tree02ad3b2a6e4661b12d1f1e19495f550daea27060 /recipes/xorg-driver/xf86-input-vmmouse_12.5.1.bb
parentc7e19744c13a4d5e7e9739cc2d8827b4d88fa4ac (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.5.1.bb')
-rw-r--r--recipes/xorg-driver/xf86-input-vmmouse_12.5.1.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes/xorg-driver/xf86-input-vmmouse_12.5.1.bb b/recipes/xorg-driver/xf86-input-vmmouse_12.5.1.bb
index 0d5e1b0e22..b268d75937 100644
--- a/recipes/xorg-driver/xf86-input-vmmouse_12.5.1.bb
+++ b/recipes/xorg-driver/xf86-input-vmmouse_12.5.1.bb
@@ -1,10 +1,9 @@
require xorg-driver-input.inc
-
DESCRIPTION = "X.Org X server -- VMMouse input driver to use with VMWare"
PE = "1"
-
-COMPATIBLE_HOST = 'i.86.*-linux'
+PR = "${INC_PR}.0"
SRC_URI[archive.md5sum] = "1e2feafb8e4f1b670aeb39bcac9fbb18"
SRC_URI[archive.sha256sum] = "63608ba07138f01eadb9a02d8054c306501d907dd706ae61fdc030c50a7bfcfb"
-PR = "${INC_PR}.0"
+
+COMPATIBLE_HOST = "i.86.*-linux"