From 7eef95e87b36d56c240add362f977dd20e240a8a Mon Sep 17 00:00:00 2001 From: Roman I Khimov Date: Thu, 30 Apr 2009 23:42:34 +0400 Subject: bridge-utils: remove old versions Version 1.0.4 FTBFS and both with 0.9.7 are very old. No distro sets any version as preferred, so it's safe to assume that everyone is on 1.2 now. Acked-by: Otavio Salvador --- recipes/bridge-utils/bridge-utils-0.9.7/failout.patch | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 recipes/bridge-utils/bridge-utils-0.9.7/failout.patch (limited to 'recipes/bridge-utils/bridge-utils-0.9.7/failout.patch') diff --git a/recipes/bridge-utils/bridge-utils-0.9.7/failout.patch b/recipes/bridge-utils/bridge-utils-0.9.7/failout.patch deleted file mode 100644 index ca6e958637..0000000000 --- a/recipes/bridge-utils/bridge-utils-0.9.7/failout.patch +++ /dev/null @@ -1,16 +0,0 @@ - -# -# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher -# - ---- bridge-utils-0.9.7/Makefile.in~failout 2002-04-03 10:19:36.000000000 -0600 -+++ bridge-utils-0.9.7/Makefile.in 2004-06-03 14:17:35.000000000 -0500 -@@ -13,7 +13,7 @@ - SUBDIRS=libbridge brctl doc - - all: -- for x in $(SUBDIRS); do (cd $$x && $(MAKE) ); done -+ for x in $(SUBDIRS); do (cd $$x && $(MAKE) ) || exit 1; done - - clean: - for x in $(SUBDIRS); do (cd $$x && $(MAKE) clean ); done -- cgit v1.2.3