summaryrefslogtreecommitdiffstats
path: root/openwrt/package/libpthread
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-10-07 11:57:20 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-10-07 11:57:20 +0000
commit725611a466f2edf12f809d22339b22223af4afe7 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /openwrt/package/libpthread
parentf4dd5a6d7c4ebea48cd6292744cb9def6037de80 (diff)
move old kamikaze out of trunk - will put buildroot-ng in there as soon as all the developers are ready
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@4944 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/libpthread')
-rw-r--r--openwrt/package/libpthread/Config.in7
-rw-r--r--openwrt/package/libpthread/Makefile32
-rw-r--r--openwrt/package/libpthread/ipkg/libpthread.control4
3 files changed, 0 insertions, 43 deletions
diff --git a/openwrt/package/libpthread/Config.in b/openwrt/package/libpthread/Config.in
deleted file mode 100644
index fb6cb5841..000000000
--- a/openwrt/package/libpthread/Config.in
+++ /dev/null
@@ -1,7 +0,0 @@
-config BR2_PACKAGE_LIBPTHREAD
- prompt "libpthread........................ POSIX threads library"
- tristate
- default m if CONFIG_DEVEL
- help
- POSIX threads library
-
diff --git a/openwrt/package/libpthread/Makefile b/openwrt/package/libpthread/Makefile
deleted file mode 100644
index 7e6b8d42e..000000000
--- a/openwrt/package/libpthread/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# $Id$
-
-include $(TOPDIR)/rules.mk
-
-PKG_NAME:=libpthread
-PKG_VERSION:=0.9.28
-PKG_RELEASE:=1
-
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
-PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
-
-include $(TOPDIR)/package/rules.mk
-
-$(eval $(call PKG_template,LIBPTHREAD,libpthread,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
-
-$(PKG_BUILD_DIR)/.prepared:
- mkdir -p $(PKG_BUILD_DIR)
- touch $@
-
-$(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared
- touch $@
-
-$(PKG_BUILD_DIR)/.built: $(PKG_BUILD_DIR)/.configured
- touch $@
-
-$(IPKG_LIBPTHREAD): $(PKG_BUILD_DIR)/.built
- mkdir -p $(IDIR_LIBPTHREAD)/lib
- $(CP) $(STAGING_DIR)/lib/libpthread.so.* $(IDIR_LIBPTHREAD)/lib/
- $(CP) $(STAGING_DIR)/lib/libpthread-*.so $(IDIR_LIBPTHREAD)/lib/
- $(RSTRIP) $(IDIR_LIBPTHREAD)
- $(IPKG_BUILD) $(IDIR_LIBPTHREAD) $(PACKAGE_DIR)
-
diff --git a/openwrt/package/libpthread/ipkg/libpthread.control b/openwrt/package/libpthread/ipkg/libpthread.control
deleted file mode 100644
index 73978c2cc..000000000
--- a/openwrt/package/libpthread/ipkg/libpthread.control
+++ /dev/null
@@ -1,4 +0,0 @@
-Package: libpthread
-Priority: optional
-Section: libs
-Description: POSIX threads library