xf86-video-omapfb: Bump revision.

Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Enric Balletbo i Serra 2010-03-01 11:32:50 +01:00 committed by Richard Purdie
parent b8637a9ab1
commit 424375b94e
2 changed files with 2 additions and 3 deletions

View File

@ -184,7 +184,7 @@ SRCREV_pn-xcb-proto-native ?= "d81ca233e98be8fa59e8c90d262c0516944c5a66"
SRCREV_pn-libxext ?= "49563f5d76637e2ca28fe0b91ce3114271c0955d"
SRCREV_pn-xf86-video-intel ?= "87ea531c5dc5b39809395b277c330854aaaaf019"
SRCREV_pn-xf86-video-intel-dri2 = "3dd7f0f9423bb891bc99cd3b77dc3d57e057a7ef"
SRCREV_pn-xf86-video-omapfb = "5317aae587a2bf48f07a8c06bfaf7bcbfd23bafc"
SRCREV_pn-xf86-video-omapfb = "2ae9a57ebc3236cd0aec6534067b91a5c6916a3a"
SRCREV_pn-xf86-input-keyboard ?= "3e28d68b50d291938734e9684b8296ca864f3892"
SRCREV_pn-xf86-input-mouse ?= "ea5cfe804e112f320f14ad896c7802d53551d3e6"
SRCREV_pn-xf86-input-synaptics ?= "934bc0012f948c52aadc8eda912f7728fb7394a2"

View File

@ -4,7 +4,7 @@ DESCRIPTION = "X.Org X server -- OMAP display driver"
DEPENDS += "virtual/libx11"
PE = "1"
PR = "r0"
PR = "r1"
PV = "0.1.1+git${SRCPV}"
SRC_URI = "git://git.pingu.fi/xf86-video-omapfb.git;protocol=http \
@ -19,4 +19,3 @@ CFLAGS += " -I${STAGING_INCDIR}/xorg "
do_compile_prepend_armv7a () {
sed -i -e s:fb1:fb2:g ${S}/src/omapfb-xv.c
}