meta-emenlow: update xserver-psb with xorg name change

The underlying xserverxorg-dri-lite that xserver-psb is based on
changed its name and implementation, so change xserver-psb to reflect
the changes.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
Tom Zanussi 2011-10-14 18:38:14 -05:00
parent 5b7438e46e
commit 3b1b878754
2 changed files with 24 additions and 20 deletions

View File

@ -0,0 +1,21 @@
PR = "r4"
PROTO_DEPS += "xf86driproto dri2proto"
DEPENDS += "font-util"
SRC_URI += "file://nodolt.patch \
file://crosscompile.patch \
file://libdrm-poulsbo.patch"
# Misc build failure for master HEAD
SRC_URI += "file://fix_open_max_preprocessor_error.patch"
EXTRA_OECONF += "--enable-dri --enable-dri2 --enable-dga --enable-glx"
RDEPENDS_${PN} += "xserver-xorg-video-psb psb-firmware xpsb-glx \
libdrm-poulsbo libva"
COMPATIBLE_MACHINE = "emenlow"
LIC_FILES_CHKSUM = "file://COPYING;md5=3dd2bbe3563837f80ed8926b06c1c353"

View File

@ -1,21 +1,4 @@
require recipes-graphics/xorg-xserver/xserver-xf86-dri-lite.inc
require recipes-graphics/xorg-xserver/xserver-xorg.inc
require xserver-psb-${PV}.inc
PR = "r3"
PROTO_DEPS += "xf86driproto dri2proto"
DEPENDS += "font-util"
SRC_URI += "file://nodolt.patch \
file://crosscompile.patch \
file://libdrm-poulsbo.patch"
# Misc build failure for master HEAD
SRC_URI += "file://fix_open_max_preprocessor_error.patch"
EXTRA_OECONF += "--enable-dri --enable-dri2 --enable-dga --enable-glx"
RDEPENDS_${PN} += "xserver-xorg-video-psb psb-firmware xpsb-glx \
libdrm-poulsbo libva"
COMPATIBLE_MACHINE = "emenlow"
PE = "1"