[packages] mark packages that failed to build on more that 3/4 -rc1 targets as BROKEN

git-svn-id: svn://svn.openwrt.org/openwrt/packages@20404 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2010-03-24 16:25:10 +00:00
parent c7ab103efe
commit 74188be4b5
4 changed files with 4 additions and 2 deletions

View File

@ -27,7 +27,7 @@ define Package/mako
CATEGORY:=Languages
TITLE:=Mako Templates for Python
URL:=http://www.makotemplates.org/
DEPENDS:=+python
DEPENDS:=+python @BROKEN
endef
define Package/mako/description

View File

@ -26,7 +26,7 @@ define Package/twisted/default
SECTION:=lang
CATEGORY:=Languages
URL:=http://twistedmatrix.com/
DEPENDS:=+python-mini
DEPENDS:=+python-mini @BROKEN
endef
define Package/twisted/default/description

View File

@ -26,6 +26,7 @@ define Package/classpath
TITLE:=GNU Classpath
URL:=http://www.gnu.org/software/classpath/
MAINTAINER:=Roberto Riggio (roberto.riggio@create-net.org)
DEPENDS:=@BROKEN
endef
define Package/classpath/Description

View File

@ -22,6 +22,7 @@ define Package/libpfm
CATEGORY:=Libraries
TITLE:=Perfmon2 Kernel performance monitoring interface
URL:=http://perfmon2.sourceforge.net/
DEPENDS:=@BROKEN
endef
define Build/Compile