[oe-commits] Denis 'Gnutoo' Carikli : xf86-video-intel 2.9.1 : removed dolt

git version control git at git.openembedded.org
Sat Jan 2 16:15:15 UTC 2010


Module: openembedded.git
Branch: shr/merge
Commit: 29c63b640c4e4c852cf3084232ef67c8fd9d3214
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=29c63b640c4e4c852cf3084232ef67c8fd9d3214

Author: Denis 'Gnutoo' Carikli <GNUtoo at no-log.org>
Date:   Sat Jan  2 15:37:32 2010 +0100

xf86-video-intel 2.9.1 : removed dolt

Fixed compilation removing DOLT (from ttp://dolt.freedesktop.org/)
  from configure.in, else it would file like this(output stripped):
  .../doltlibtool: exec: .../libtool: cannot execute: No such file or directory
  note that it looks for libtool and not
  ${TARGET_ARCH}-angstrom-linux-libtool in my case,more informations
  are disponible reading the m4 dolt file here:
  http://cgit.freedesktop.org/dolt/tree/dolt.m4

Note that we don't bump pr as it was a compile failure and that we
  didn't modify things that would create a modified binary

---

 recipes/xorg-driver/xf86-video-intel/nodolt.patch |   12 ++++++++++++
 recipes/xorg-driver/xf86-video-intel_2.9.1.bb     |    2 ++
 2 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/recipes/xorg-driver/xf86-video-intel/nodolt.patch b/recipes/xorg-driver/xf86-video-intel/nodolt.patch
new file mode 100644
index 0000000..c5c0e7b
--- /dev/null
+++ b/recipes/xorg-driver/xf86-video-intel/nodolt.patch
@@ -0,0 +1,12 @@
+Index: xf86-video-intel-2.9.1/configure.ac
+===================================================================
+--- xf86-video-intel-2.9.1.orig/configure.ac
++++ xf86-video-intel-2.9.1/configure.ac
+@@ -42,7 +42,6 @@ AC_CONFIG_FILES([
+ # Checks for programs.
+ AC_DISABLE_STATIC
+ AC_PROG_LIBTOOL
+-DOLT
+ AC_PROG_CC
+ AM_PROG_CC_C_O
+ 
diff --git a/recipes/xorg-driver/xf86-video-intel_2.9.1.bb b/recipes/xorg-driver/xf86-video-intel_2.9.1.bb
index eed1fcb..a8faf54 100644
--- a/recipes/xorg-driver/xf86-video-intel_2.9.1.bb
+++ b/recipes/xorg-driver/xf86-video-intel_2.9.1.bb
@@ -3,3 +3,5 @@ require xorg-driver-video.inc
 DESCRIPTION = "X.Org X server -- Intel i8xx, i9xx display driver"
 DEPENDS += " virtual/libx11 libxvmc drm xf86driproto"
 PE = "1"
+
+SRC_URI += " file://nodolt.patch;patch=1 "





More information about the Openembedded-commits mailing list