From b700840ef9b3348d24fa94d6c09309e3dce388f9 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Wed, 24 Mar 2010 16:25:10 +0000 Subject: [PATCH] [packages] mark packages that failed to build on more that 3/4 -rc1 targets as BROKEN SVN-Revision: 20404 --- lang/mako/Makefile | 2 +- lang/twisted/Makefile | 2 +- libs/classpath/Makefile | 1 + libs/libpfm/Makefile | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/mako/Makefile b/lang/mako/Makefile index 7a69d9b98b..ad8f1f7c83 100644 --- a/lang/mako/Makefile +++ b/lang/mako/Makefile @@ -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 diff --git a/lang/twisted/Makefile b/lang/twisted/Makefile index 2dd39421ff..f0b7557271 100644 --- a/lang/twisted/Makefile +++ b/lang/twisted/Makefile @@ -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 diff --git a/libs/classpath/Makefile b/libs/classpath/Makefile index d78d248146..27484f513a 100644 --- a/libs/classpath/Makefile +++ b/libs/classpath/Makefile @@ -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 diff --git a/libs/libpfm/Makefile b/libs/libpfm/Makefile index cf1607b944..f9e25eedba 100644 --- a/libs/libpfm/Makefile +++ b/libs/libpfm/Makefile @@ -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 -- 2.30.2