xlib_libpciaccess: bump version
authorWill Wagner <will_wagner@carallon.com>
Thu, 1 Apr 2010 12:46:40 +0000 (13:46 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 8 Apr 2010 19:57:33 +0000 (21:57 +0200)
[Peter: remove version from Config.in help]
Signed-off-by: Will Wagner <will_wagner@carallon.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/x11r7/xlib_libpciaccess/Config.in
package/x11r7/xlib_libpciaccess/xlib_libpciaccess.mk

diff --git a/CHANGES b/CHANGES
index 12e66a2ba23095da844656350937693d4d2efa0a..e8ca5b78cbd82471c6e8d03e95cf16f9ae1b89ba 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -16,8 +16,8 @@
        libgcrypt, libglib2, libpng, libxml2, matchbox, mdadm,
        memstat, mesa3d, mtd-utils, nano, openssl, php, pixman, pppd,
        pthread-stubs, qt, radvd, setserial, squashfs, usb_modeswith,
-       wget, xlib_libX11, xlib_libXfont, xproto_dri2proto,
-       xproto_fontcacheproto, xproto_xf86miscproto
+       wget, xlib_libX11, xlib_libXfont, xlib_libpciaccess,
+       xproto_dri2proto, xproto_fontcacheproto, xproto_xf86miscproto
 
        Issues resolved (http://bugs.uclibc.org):
 
index 2300822d2f2a828434bd2a513deb6920e679496a..b53aa313e04689a1a9d1ec3888639f834d4bc2d9 100644 (file)
@@ -2,7 +2,6 @@ config BR2_PACKAGE_XLIB_LIBPCIACCESS
        bool "libpciaccess"
        depends on BR2_LARGEFILE
        help
-         libpciaccess 0.10.9
          X.Org libpciaccess
 
 comment "libpciaccess requires a toolchain with LARGEFILE support"
index 73a9642f8ccffd7e1c9b16893d7d5e04677a82d2..9bb15767b71612e2264ce5f266d250a71f58758c 100644 (file)
@@ -4,12 +4,11 @@
 #
 ################################################################################
 
-XLIB_LIBPCIACCESS_VERSION = 0.10.9
+XLIB_LIBPCIACCESS_VERSION = 0.11.0
 XLIB_LIBPCIACCESS_SOURCE = libpciaccess-$(XLIB_LIBPCIACCESS_VERSION).tar.bz2
 XLIB_LIBPCIACCESS_SITE = http://xorg.freedesktop.org/releases/individual/lib
-XLIB_LIBPCIACCESS_AUTORECONF = NO
+XLIB_LIBPCIACCESS_LIBTOOL_PATCH = NO
 XLIB_LIBPCIACCESS_INSTALL_STAGING = YES
-XLIB_LIBPCIACCESS_DEPENDENCIES =
 XLIB_LIBPCIACCESS_CONF_OPT = --enable-shared --disable-static
 
 $(eval $(call AUTOTARGETS,package/x11r7,xlib_libpciaccess))