pthread-stubs: bump version
authorWill Wagner <will_wagner@carallon.com>
Thu, 1 Apr 2010 12:46:36 +0000 (13:46 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 8 Apr 2010 19:44:01 +0000 (21:44 +0200)
Signed-off-by: Will Wagner <will_wagner@carallon.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/x11r7/pthread-stubs/pthread-stubs.mk

diff --git a/CHANGES b/CHANGES
index 4886a686773274ff244196bd3eb0d8b650730813..1e68d4b6e7f5d4b4a3122332f9c332ea17b6cd9a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -15,8 +15,8 @@
        e2fsprogs, fbv, freetype, iperf, iptables, iw, less, libdrm,
        libgcrypt, libglib2, libpng, libxml2, matchbox, mdadm,
        memstat, mesa3d, mtd-utils, nano, openssl, php, pixman, pppd,
-       qt, radvd, setserial, squashfs, usb_modeswith, wget,
-       xlib_libX11, xlib_libXfont
+       pthread-stubs, qt, radvd, setserial, squashfs, usb_modeswith,
+       wget, xlib_libX11, xlib_libXfont
 
        Issues resolved (http://bugs.uclibc.org):
 
index b62084b17339673fddb40ab93e22101118604207..f40332a970f57b5a17dfa1c1b62f6e076f9eb0d5 100644 (file)
@@ -3,10 +3,11 @@
 # pthread-stubs
 #
 #############################################################
-PTHREAD_STUBS_VERSION = 0.1
+PTHREAD_STUBS_VERSION = 0.3
 PTHREAD_STUBS_SOURCE = libpthread-stubs-$(PTHREAD_STUBS_VERSION).tar.bz2
 PTHREAD_STUBS_SITE = http://xcb.freedesktop.org/dist/
 
+PTHREAD_STUBS_LIBTOOL_PATCH = NO
 PTHREAD_STUBS_INSTALL_STAGING = YES
 
 $(eval $(call AUTOTARGETS,package/x11r7,pthread-stubs))