diff options
author | Roman I Khimov <khimov@altell.ru> | 2009-04-30 23:42:34 +0400 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2009-05-02 09:22:42 +0400 |
commit | 7eef95e87b36d56c240add362f977dd20e240a8a (patch) | |
tree | 5eac171d552e1880f1f588ec7fb1ab106169d21a /recipes/bridge-utils/bridge-utils-0.9.7/failout.patch | |
parent | 2dc6e0a959d3affe8f9d10e7808acb6d45f7d2fa (diff) |
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 <otavio@ossystems.com.br>
Diffstat (limited to 'recipes/bridge-utils/bridge-utils-0.9.7/failout.patch')
-rw-r--r-- | recipes/bridge-utils/bridge-utils-0.9.7/failout.patch | 16 |
1 files changed, 0 insertions, 16 deletions
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 |