diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-11-19 21:09:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-11-19 21:09:02 +0000 |
commit | bb0f65405f353accfc24856ddbeff3244947ce9b (patch) | |
tree | 79e83977f2fd4893d148ab587149ff16f98a9bff /sys-fs/mtd-utils/files | |
parent | Add dependency on dev-util/pkgconfig (#385835 and #387783). (diff) | |
download | gentoo-2-bb0f65405f353accfc24856ddbeff3244947ce9b.tar.gz gentoo-2-bb0f65405f353accfc24856ddbeff3244947ce9b.tar.bz2 gentoo-2-bb0f65405f353accfc24856ddbeff3244947ce9b.zip |
also delete old patch
Diffstat (limited to 'sys-fs/mtd-utils/files')
-rw-r--r-- | sys-fs/mtd-utils/files/mtd-utils-20100718-ubi-parallel.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/sys-fs/mtd-utils/files/mtd-utils-20100718-ubi-parallel.patch b/sys-fs/mtd-utils/files/mtd-utils-20100718-ubi-parallel.patch deleted file mode 100644 index a126083d7d9b..000000000000 --- a/sys-fs/mtd-utils/files/mtd-utils-20100718-ubi-parallel.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 05f56bf49ee0de8979c29c11f61a01e30e964444 Mon Sep 17 00:00:00 2001 -From: Mike Frysinger <vapier@gentoo.org> -Date: Tue, 20 Jul 2010 17:27:50 -0400 -Subject: [PATCH] fix parallel build between ubi-utils and mkfs.ubifs - -Signed-off-by: Mike Frysinger <vapier@gentoo.org> -Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com> ---- - Makefile | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) - -diff --git a/Makefile b/Makefile -index b558705..d315f39 100644 ---- a/Makefile -+++ b/Makefile -@@ -25,6 +25,9 @@ LDDEPS = $(BUILDDIR)/lib/libmtd.a - - include common.mk - -+# mkfs.ubifs needs -lubi which is in ubi-utils/ -+subdirs_mkfs.ubifs_all: subdirs_ubi-utils_all -+ - clean:: - -rm -f $(SYMLINKS) - ifneq ($(BUILDDIR)/.git,) --- -1.7.1.1 - |