summaryrefslogtreecommitdiffstats
path: root/package/x11r7/pthread-stubs
diff options
context:
space:
mode:
Diffstat (limited to 'package/x11r7/pthread-stubs')
-rw-r--r--package/x11r7/pthread-stubs/Config.in7
-rw-r--r--package/x11r7/pthread-stubs/pthread-stubs.mk14
2 files changed, 0 insertions, 21 deletions
diff --git a/package/x11r7/pthread-stubs/Config.in b/package/x11r7/pthread-stubs/Config.in
deleted file mode 100644
index c17f7da2a..000000000
--- a/package/x11r7/pthread-stubs/Config.in
+++ /dev/null
@@ -1,7 +0,0 @@
-config BR2_PACKAGE_PTHREAD_STUBS
- bool "pthread-stubs"
- help
- This library provides weak aliases for pthread functions not
- provided in libc or otherwise available by default.
-
- http://xcb.freedesktop.org/
diff --git a/package/x11r7/pthread-stubs/pthread-stubs.mk b/package/x11r7/pthread-stubs/pthread-stubs.mk
deleted file mode 100644
index e7032de84..000000000
--- a/package/x11r7/pthread-stubs/pthread-stubs.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-#############################################################
-#
-# pthread-stubs
-#
-#############################################################
-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_INSTALL_STAGING = YES
-
-$(eval $(autotools-package))
-$(eval $(host-autotools-package))
-