]> code.ossystems Code Review - openembedded-core.git/commitdiff
xserver-kdrive: Disable dolt to fix build failures
authorRichard Purdie <rpurdie@linux.intel.com>
Fri, 11 Jun 2010 10:36:37 +0000 (11:36 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 11 Jun 2010 10:37:33 +0000 (11:37 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/packages/xorg-xserver/xserver-kdrive-1.7.99.2/nodolt.patch [new file with mode: 0644]
meta/packages/xorg-xserver/xserver-kdrive_1.7.99.2.bb

diff --git a/meta/packages/xorg-xserver/xserver-kdrive-1.7.99.2/nodolt.patch b/meta/packages/xorg-xserver/xserver-kdrive-1.7.99.2/nodolt.patch
new file mode 100644 (file)
index 0000000..6b34032
--- /dev/null
@@ -0,0 +1,12 @@
+Index: git/configure.ac
+===================================================================
+--- git.orig/configure.ac      2009-01-15 20:35:31.000000000 +0000
++++ git/configure.ac   2009-01-15 20:35:38.000000000 +0000
+@@ -62,7 +62,6 @@
+ AC_LIBTOOL_WIN32_DLL
+ AC_DISABLE_STATIC
+ AC_PROG_LIBTOOL
+-DOLT
+ AC_PROG_MAKE_SET
+ PKG_PROG_PKG_CONFIG
+ AC_PROG_LEX
index f0fb6e2d1f2a2e5418c28ed63b1454ee2964f997..7ca88e64e2ef1c883b464d4e150d91bc03567365 100644 (file)
@@ -7,7 +7,7 @@ RDEPENDS_${PN} += "xkeyboard-config"
 EXTRA_OECONF += "--disable-glx"
 
 PE = "1"
-PR = "r24"
+PR = "r25"
 
 SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
        file://extra-kmodes.patch;patch=1 \
@@ -22,6 +22,7 @@ SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
        file://hide-cursor-and-ppm-root.patch;patch=1 \
        file://fbdev_xrandr_ioctl.patch;patch=1 \
        file://fix-newer-xorg-headers.patch;patch=1 \
-       file://crosscompile.patch;patch=1"
+       file://crosscompile.patch;patch=1 \
+       file://nodolt.patch;patch=1"
 
 S = "${WORKDIR}/xorg-server-${PV}"