[packages] elfutils: update to 0.147, use PKG_INSTALL, add MD5SUM, fix URL, cleanup...
[openwrt/svn-archive/archive.git] / libs / libpthread-stubs / Makefile
index 980a6458838277f9d8757cf2bf338721333312fb..16d5fccffa148ada4f14725b142ca7a9229a2cf6 100644 (file)
@@ -4,7 +4,6 @@
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
 #
-# $Id$
 
 include $(TOPDIR)/rules.mk
 
@@ -24,6 +23,7 @@ define Package/libpthread-stubs
   CATEGORY:=Libraries
   TITLE:=libpthread-stubs
   URL:=http://xcb.freedesktop.org/
+  BUILDONLY:=1
 endef
 
 define Package/libpthread-stubs/description
@@ -45,8 +45,4 @@ define Build/InstallDev
                $(1)/usr/lib/pkgconfig/
 endef
 
-define Package/libpthread-stubs/install
-       true
-endef
-
 $(eval $(call BuildPackage,libpthread-stubs))