summaryrefslogtreecommitdiffstats
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:53:02 +0000
commit8043f458f52f28c414472764a664c31e2a62facf (patch)
tree3c1591431ba4ec26c2cc8092f54403dccc566102 /meta/recipes-graphics/xorg-driver/xf86-video-omap_git.bb
parent0d7d413d64bab8d3c758414c6c8c653ccc325653 (diff)
downloadpoky-8043f458f52f28c414472764a664c31e2a62facf.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. (From OE-Core rev: a7fe0d17c50d9b38ce33fe39e677da349d1d358c) 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"
14RREPLACES = "xf86-video-omapfb" 14RREPLACES = "xf86-video-omapfb"
15 15
16SRCREV = "ae0394e687f1a77e966cf72f895da91840dffb8f" 16SRCREV = "ae0394e687f1a77e966cf72f895da91840dffb8f"
17PR = "${INC_PR}.0" 17PR = "${INC_PR}.1"
18PV = "0.4.2+gitr${SRCPV}" 18PV = "0.4.2+gitr${SRCPV}"
19 19
20SRC_URI = "git://anongit.freedesktop.org/xorg/driver/xf86-video-omap;protocol=git \ 20SRC_URI = "git://anongit.freedesktop.org/xorg/driver/xf86-video-omap;protocol=git \
21 file://configure.patch \
21" 22"
22 23
23S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"