[oe-commits] Graeme Gregory : xf86-video-vesa_2.0.0.bb : new version for X11R7. 4 with some more

GIT User account git at amethyst.openembedded.net
Wed Nov 12 15:31:06 UTC 2008


Module: openembedded.git
Branch: shared/xorg-7.4-update
Commit: b72baf9c0d6125c1aeace4ddb1aa2722d8b45484
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b72baf9c0d6125c1aeace4ddb1aa2722d8b45484

Author: Graeme Gregory <dp at xora.org.uk>
Date:   Thu Nov  6 16:21:40 2008 +0000

xf86-video-vesa_2.0.0.bb : new version for X11R7.4 with some more
include path fixes

---

 .../xf86-video-vesa/fix-configure-includes.patch   |   13 +++++++++++++
 packages/xorg-driver/xf86-video-vesa_2.0.0.bb      |    9 +++++++++
 2 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/packages/xorg-driver/xf86-video-vesa/fix-configure-includes.patch b/packages/xorg-driver/xf86-video-vesa/fix-configure-includes.patch
new file mode 100644
index 0000000..a886e6c
--- /dev/null
+++ b/packages/xorg-driver/xf86-video-vesa/fix-configure-includes.patch
@@ -0,0 +1,13 @@
+Index: xf86-video-vesa-2.0.0/configure.ac
+===================================================================
+--- xf86-video-vesa-2.0.0.orig/configure.ac	2008-11-06 15:13:02.000000000 +0000
++++ xf86-video-vesa-2.0.0/configure.ac	2008-11-06 15:13:16.000000000 +0000
+@@ -69,7 +69,7 @@
+ AM_CONDITIONAL(XSERVER_LIBPCIACCESS, test "x$XSERVER_LIBPCIACCESS" = xyes)
+ 
+ CFLAGS="$CFLAGS $XORG_CFLAGS "' -I$(top_srcdir)/src'
+-INCLUDES="$XORG_INCS -I${sdkdir} "'-I$(top_srcdir)/src'
++INCLUDES="$XORG_INCS "'-I$(top_srcdir)/src'
+ AC_SUBST([CFLAGS])
+ AC_SUBST([INCLUDES])
+ 
diff --git a/packages/xorg-driver/xf86-video-vesa_2.0.0.bb b/packages/xorg-driver/xf86-video-vesa_2.0.0.bb
new file mode 100644
index 0000000..bd2f7cf
--- /dev/null
+++ b/packages/xorg-driver/xf86-video-vesa_2.0.0.bb
@@ -0,0 +1,9 @@
+require xorg-driver-video.inc
+PE = "1"
+
+SRC_URI += "file://fix-includepath.patch;patch=1 \
+            file://fix-configure-includes.patch;patch=1"
+
+#DESCRIPTION = ""
+
+#DEPENDS += " "





More information about the Openembedded-commits mailing list