From: Koen Kooi Date: Wed, 15 Apr 2009 18:23:10 +0000 (+0200) Subject: xserver-xorg: make avr32 build go a bit further X-Git-Tag: Release-2010-05/1~3782^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abf92f42db81d9049e8e517354e7f3dd5ecb5f77;p=openembedded.git xserver-xorg: make avr32 build go a bit further --- diff --git a/recipes/xorg-xserver/xserver-xorg_1.5.3.bb b/recipes/xorg-xserver/xserver-xorg_1.5.3.bb index 79df5b3bf2..74ea3c41e5 100644 --- a/recipes/xorg-xserver/xserver-xorg_1.5.3.bb +++ b/recipes/xorg-xserver/xserver-xorg_1.5.3.bb @@ -4,10 +4,12 @@ DESCRIPTION = "the X.Org X server" DEPENDS += "pixman libpciaccess openssl" RDEPENDS += "hal" PE = "2" -PR = "r4" +PR = "r5" SRC_URI += "file://drmfix.patch;patch=1 \ - file://sysroot_fix.patch;patch=1" + file://sysroot_fix.patch;patch=1 \ + file://xorg-avr32-support.diff;patch=1 \ +" MESA_VER = "7.2"