Bump libpciaccess to 0.10.9
authorPaulius Zaleckas <paulius.zaleckas@gmail.com>
Sun, 28 Feb 2010 09:35:01 +0000 (11:35 +0200)
committerPaulius Zaleckas <paulius.zaleckas@gmail.com>
Sun, 28 Feb 2010 09:35:01 +0000 (11:35 +0200)
Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
package/x11r7/xlib_libpciaccess/Config.in
package/x11r7/xlib_libpciaccess/xlib_libpciaccess-0.10.3-fix_mtrr_check.patch [deleted file]
package/x11r7/xlib_libpciaccess/xlib_libpciaccess.mk

index 583c57b391c08e9f81527b7476d5f929ae57e886..2300822d2f2a828434bd2a513deb6920e679496a 100644 (file)
@@ -2,7 +2,7 @@ config BR2_PACKAGE_XLIB_LIBPCIACCESS
        bool "libpciaccess"
        depends on BR2_LARGEFILE
        help
-         libpciaccess 0.10.3
+         libpciaccess 0.10.9
          X.Org libpciaccess
 
 comment "libpciaccess requires a toolchain with LARGEFILE support"
diff --git a/package/x11r7/xlib_libpciaccess/xlib_libpciaccess-0.10.3-fix_mtrr_check.patch b/package/x11r7/xlib_libpciaccess/xlib_libpciaccess-0.10.3-fix_mtrr_check.patch
deleted file mode 100644 (file)
index 6608d0d..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -uNr xlib_libpciaccess-0.10.3.orig/configure.ac xlib_libpciaccess-0.10.3/configure.ac
---- xlib_libpciaccess-0.10.3.orig/configure.ac 2009-02-09 18:35:50.000000000 -0800
-+++ xlib_libpciaccess-0.10.3/configure.ac      2009-02-09 18:38:56.000000000 -0800
-@@ -91,10 +91,12 @@
- AM_CONDITIONAL(OPENBSD, [test "x$openbsd" = xyes])
- AM_CONDITIONAL(SOLARIS, [test "x$solaris" = xyes])
--AC_CHECK_FILE([/usr/include/asm/mtrr.h],
--              [have_mtrr_h="yes"], [have_mtrr_h="no"])
--if test "x$have_mtrr_h" = xyes; then
--    AC_DEFINE(HAVE_MTRR, 1, [Use MTRRs on mappings])
-+if test "$cross_compiling" != yes; then
-+AC_CHECK_FILE([/usr/include/asm/mtrr.h],
-+              [have_mtrr_h="yes"], [have_mtrr_h="no"])
-+if test "x$have_mtrr_h" = xyes; then
-+    AC_DEFINE(HAVE_MTRR, 1, [Use MTRRs on mappings])
-+fi
- fi
- AC_SUBST(PCIACCESS_CFLAGS)
index 94c52f194d3734efdea839b0d212d4ae42b45aa4..73a9642f8ccffd7e1c9b16893d7d5e04677a82d2 100644 (file)
@@ -4,10 +4,10 @@
 #
 ################################################################################
 
-XLIB_LIBPCIACCESS_VERSION = 0.10.3
+XLIB_LIBPCIACCESS_VERSION = 0.10.9
 XLIB_LIBPCIACCESS_SOURCE = libpciaccess-$(XLIB_LIBPCIACCESS_VERSION).tar.bz2
 XLIB_LIBPCIACCESS_SITE = http://xorg.freedesktop.org/releases/individual/lib
-XLIB_LIBPCIACCESS_AUTORECONF = YES
+XLIB_LIBPCIACCESS_AUTORECONF = NO
 XLIB_LIBPCIACCESS_INSTALL_STAGING = YES
 XLIB_LIBPCIACCESS_DEPENDENCIES =
 XLIB_LIBPCIACCESS_CONF_OPT = --enable-shared --disable-static