aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-driver/xf86-video-omap_git.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-11-21 23:50:59 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-22 07:33:46 +0000
commita7fe0d17c50d9b38ce33fe39e677da349d1d358c (patch)
tree4ed7d47ea5e8d7fdd855e6d885d936f9952d7073 /meta/recipes-graphics/xorg-driver/xf86-video-omap_git.bb
parent654d5816f8ff696d42d72cfb881d5e51330a79b6 (diff)
downloadopenembedded-core-contrib-a7fe0d17c50d9b38ce33fe39e677da349d1d358c.tar.gz
xf86-video-omap: don't use AC_CHECK_FILE
Upstream uses AC_CHECK_FILE to find dri.h, but that errors out when cross-compiling. Until oe-core 1b0d9cb1801a8eb68c82dfcda5a1da420ac8dd83 this wasn't a problem because we patched AC_CHECK_FILE to always pass, which was a nasty hack. Patch configure.ac to use pkg-config like it should, and not AC_CHECK_FILE. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-driver/xf86-video-omap_git.bb')
-rw-r--r--meta/recipes-graphics/xorg-driver/xf86-video-omap_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-omap_git.bb b/meta/recipes-graphics/xorg-driver/xf86-video-omap_git.bb
index b3177ebb4d..2371f963de 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-video-omap_git.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-video-omap_git.bb
@@ -14,10 +14,11 @@ RCONFLICTS = "xf86-video-omapfb"
RREPLACES = "xf86-video-omapfb"
SRCREV = "ae0394e687f1a77e966cf72f895da91840dffb8f"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
PV = "0.4.2+gitr${SRCPV}"
SRC_URI = "git://anongit.freedesktop.org/xorg/driver/xf86-video-omap;protocol=git \
+ file://configure.patch \
"
S = "${WORKDIR}/git"