From afa2599f3c2d0428714f947814a25db4ce245caf Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Wed, 16 May 2012 17:27:01 +0300 Subject: xf86-video-vmware: update package to 12.0.2 This patch updates the package version for the vmware xorg driver to 12.0.2, following upstream. No other changes made beside updating the checksums. --- .../xorg-driver/xf86-video-vmware_12.0.1.bb | 22 ---------------------- .../xorg-driver/xf86-video-vmware_12.0.2.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-vmware_12.0.1.bb create mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-vmware_12.0.2.bb diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-vmware_12.0.1.bb b/meta/recipes-graphics/xorg-driver/xf86-video-vmware_12.0.1.bb deleted file mode 100644 index a5655fcf4..000000000 --- a/meta/recipes-graphics/xorg-driver/xf86-video-vmware_12.0.1.bb +++ /dev/null @@ -1,22 +0,0 @@ -require xorg-driver-video.inc - -SUMMARY = "X.Org X server -- VMware SVGA display driver" - -DESCRIPTION = "vmware is an Xorg driver for VMware virtual video cards." - -LIC_FILES_CHKSUM = "file://COPYING;md5=5fcd7d437a959a15fbee8707747c6b53" - -DEPENDS += "virtual/libx11 libxvmc drm glproto \ - virtual/libgl xineramaproto libpciaccess" - -PR = "${INC_PR}.1" - -SRC_URI[md5sum] = "08101a9b09774ec2f432db5118928c53" -SRC_URI[sha256sum] = "ded644af1f74ca0ebdc759e3db715519c476b341c1783c3d92c93a76591ed496" - -COMPATIBLE_HOST = '(i.86.*-linux|x86_64.*-linux)' - -do_install_append () { - # Remove useless empty directory - rmdir ${D}${bindir} -} diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-vmware_12.0.2.bb b/meta/recipes-graphics/xorg-driver/xf86-video-vmware_12.0.2.bb new file mode 100644 index 000000000..71f0339a4 --- /dev/null +++ b/meta/recipes-graphics/xorg-driver/xf86-video-vmware_12.0.2.bb @@ -0,0 +1,22 @@ +require xorg-driver-video.inc + +SUMMARY = "X.Org X server -- VMware SVGA display driver" + +DESCRIPTION = "vmware is an Xorg driver for VMware virtual video cards." + +LIC_FILES_CHKSUM = "file://COPYING;md5=5fcd7d437a959a15fbee8707747c6b53" + +DEPENDS += "virtual/libx11 libxvmc drm glproto \ + virtual/libgl xineramaproto libpciaccess" + +PR = "${INC_PR}.0" + +SRC_URI[md5sum] = "0743ec7c479603fba60d118858fd5783" +SRC_URI[sha256sum] = "c827875fd94805ec9b925fe09aaa973e7e3f9096c7ef311d449c3f134ae75147" + +COMPATIBLE_HOST = '(i.86.*-linux|x86_64.*-linux)' + +do_install_append () { + # Remove useless empty directory + rmdir ${D}${bindir} +} -- cgit v1.2.3