meta-intel: /common xserver-xorg name change

xserver-xf86-dri-lite changed its name to xorg-xserver, so update the
version in /common.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
Tom Zanussi 2011-10-11 22:58:08 -05:00
parent bad1e2b61e
commit 4744a12437
6 changed files with 10 additions and 10 deletions

View File

@ -1,19 +1,15 @@
require recipes-graphics/xorg-xserver/xserver-xf86-dri-lite.inc
PROTO_DEPS += "xf86driproto dri2proto"
DEPENDS += "font-util"
PE = "1"
PR = "r0"
SRC_URI += "file://nodolt.patch \
file://crosscompile.patch"
# Misc build failure for master HEAD
SRC_URI += "file://fix_open_max_preprocessor_error.patch"
PROTO_DEPS += "xf86driproto dri2proto"
DEPENDS += "font-util"
EXTRA_OECONF += "--enable-dri --enable-dri2 --enable-dga"
LIC_FILES_CHKSUM = "file://COPYING;md5=3dd2bbe3563837f80ed8926b06c1c353"
SRC_URI[md5sum] = "5bef6839a76d029204ab31aa2fcb5201"
SRC_URI[sha256sum] = "864831f51e841ff37f2445d1c85b86b559c8860a435fb496aead4f256a2b141d"
EXTRA_OECONF += "--enable-dri --enable-dri2 --enable-dga"

View File

@ -0,0 +1,4 @@
require recipes-graphics/xorg-xserver/xserver-xorg.inc
require xserver-xorg-${PV}.inc
PE = "1"