mark libpthread-stubs as build-only to get rid of the empty ipk dummy
authorFelix Fietkau <nbd@openwrt.org>
Thu, 3 Sep 2009 00:02:28 +0000 (00:02 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 3 Sep 2009 00:02:28 +0000 (00:02 +0000)
SVN-Revision: 17489

libs/libpthread-stubs/Makefile

index 70cae9fad0945342f23e8d58f26a29876462b772..16d5fccffa148ada4f14725b142ca7a9229a2cf6 100644 (file)
@@ -23,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
@@ -44,8 +45,4 @@ define Build/InstallDev
                $(1)/usr/lib/pkgconfig/
 endef
 
-define Package/libpthread-stubs/install
-       true
-endef
-
 $(eval $(call BuildPackage,libpthread-stubs))