From 21dd5de819251a611a8fe206b2d4bc390008c4f5 Mon Sep 17 00:00:00 2001 From: Laurentiu Palcu Date: Wed, 23 May 2012 11:24:32 +0300 Subject: xf86-video-vesa: upgrade to 2.3.1 Also, licence checksum has changed because a new copyright line from Red Hat has been added. The rest of licence file, however, is unchanged. Signed-off-by: Laurentiu Palcu --- .../xorg-driver/xf86-video-vesa_2.3.0.bb | 24 ---------------------- .../xorg-driver/xf86-video-vesa_2.3.1.bb | 24 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb create mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.1.bb (limited to 'meta/recipes-graphics') diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb b/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb deleted file mode 100644 index f0c0167581..0000000000 --- a/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb +++ /dev/null @@ -1,24 +0,0 @@ -require xorg-driver-video.inc - -LIC_FILES_CHKSUM = "file://COPYING;md5=e5418e7a75e21268637984e70265e146" - -EXTRA_OECONF += "--disable-xvmc" - -SUMMARY = "X.Org X server -- Generic Vesa video driver" - -DESCRIPTION = "vesa is an Xorg driver for generic VESA video cards. It \ -can drive most VESA-compatible video cards, but only makes use of the \ -basic standard VESA core that is common to these cards. The driver \ -supports depths 8, 15 16 and 24." - -PR = "${INC_PR}.1" - -DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \ - virtual/libgl xineramaproto xf86driproto libpciaccess" - -COMPATIBLE_HOST = '(i.86|x86_64).*-linux' - -RRECOMMENDS_${PN} += "xserver-xorg-module-libint10" - -SRC_URI[md5sum] = "07fa32958aff9b463dd3af5481ef6626" -SRC_URI[sha256sum] = "8ed85a0e94523539d81d5ae6639fa22ceb1c1e3baf89128915db65d4d2900d7a" diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.1.bb b/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.1.bb new file mode 100644 index 0000000000..bc7fb2e38d --- /dev/null +++ b/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.1.bb @@ -0,0 +1,24 @@ +require xorg-driver-video.inc + +LIC_FILES_CHKSUM = "file://COPYING;md5=a1f0610ebdc6f314a9fa5102a8c5c1b0" + +EXTRA_OECONF += "--disable-xvmc" + +SUMMARY = "X.Org X server -- Generic Vesa video driver" + +DESCRIPTION = "vesa is an Xorg driver for generic VESA video cards. It \ +can drive most VESA-compatible video cards, but only makes use of the \ +basic standard VESA core that is common to these cards. The driver \ +supports depths 8, 15 16 and 24." + +PR = "${INC_PR}.1" + +DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \ + virtual/libgl xineramaproto xf86driproto libpciaccess" + +COMPATIBLE_HOST = '(i.86|x86_64).*-linux' + +RRECOMMENDS_${PN} += "xserver-xorg-module-libint10" + +SRC_URI[md5sum] = "02e6eacc2d1e07ac893b62481905d6f0" +SRC_URI[sha256sum] = "e4a1038d5bc8884de461737f68f963651ef91137976388e1db4efc3991d01573" -- cgit 1.2.3-korg