diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-03-16 00:02:55 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-24 11:35:48 +0100 |
commit | 647078a9213f5a1c80c8fa25a5e06c271f5f6e8c (patch) | |
tree | 27eb90c893b677faa6e571e336232fe32dadd7c0 /meta/recipes-graphics | |
parent | fd989e1bceef6df36619ba8944c8141abefd282e (diff) | |
download | openembedded-core-647078a9213f5a1c80c8fa25a5e06c271f5f6e8c.tar.gz openembedded-core-647078a9213f5a1c80c8fa25a5e06c271f5f6e8c.tar.bz2 openembedded-core-647078a9213f5a1c80c8fa25a5e06c271f5f6e8c.zip |
xf86-video-vmware: Upgrade to 12.0.1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-video-vmware_12.0.1.bb (renamed from meta/recipes-graphics/xorg-driver/xf86-video-vmware_11.0.3.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-vmware_11.0.3.bb b/meta/recipes-graphics/xorg-driver/xf86-video-vmware_12.0.1.bb index 9dc5e61545..a5655fcf46 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-vmware_11.0.3.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-vmware_12.0.1.bb @@ -11,12 +11,12 @@ DEPENDS += "virtual/libx11 libxvmc drm glproto \ PR = "${INC_PR}.1" -COMPATIBLE_HOST = '(i.86.*-linux|x86_64.*-linux)' +SRC_URI[md5sum] = "08101a9b09774ec2f432db5118928c53" +SRC_URI[sha256sum] = "ded644af1f74ca0ebdc759e3db715519c476b341c1783c3d92c93a76591ed496" -SRC_URI[md5sum] = "579bee487309b1bdc8329bf627d43413" -SRC_URI[sha256sum] = "b24a7cb2d87e416561e25122eab2cd48fc64a2ba105238456eefef16f29f38a3" +COMPATIBLE_HOST = '(i.86.*-linux|x86_64.*-linux)' do_install_append () { # Remove useless empty directory rmdir ${D}${bindir} -}
\ No newline at end of file +} |