summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/mtd/mtd-utils/remove-ubi.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/mtd/mtd-utils/remove-ubi.patch')
-rw-r--r--meta/recipes-devtools/mtd/mtd-utils/remove-ubi.patch35
1 files changed, 0 insertions, 35 deletions
diff --git a/meta/recipes-devtools/mtd/mtd-utils/remove-ubi.patch b/meta/recipes-devtools/mtd/mtd-utils/remove-ubi.patch
deleted file mode 100644
index 24a4697222..0000000000
--- a/meta/recipes-devtools/mtd/mtd-utils/remove-ubi.patch
+++ /dev/null
@@ -1,35 +0,0 @@
1Upstream-Status: Inappropriate [configuration]
2
3---
4 Makefile | 3 ---
5 1 file changed, 3 deletions(-)
6
7--- git.orig/Makefile
8+++ git/Makefile
9@@ -41,19 +41,17 @@ $(BUILDDIR)/%.o: %.c
10 $(CC) $(CFLAGS) -g -c -o $@ $< -g -Wp,-MD,$(BUILDDIR)/.$(<F).dep
11
12 .SUFFIXES:
13
14 all: $(TARGETS)
15- make -C $(BUILDDIR)/ubi-utils
16
17 IGNORE=${wildcard $(BUILDDIR)/.*.c.dep}
18 -include ${IGNORE}
19
20 clean:
21 rm -f $(BUILDDIR)/*.o $(TARGETS) $(BUILDDIR)/.*.c.dep $(SYMLINKS)
22 if [ "$(BUILDDIR)x" != ".x" ]; then rm -rf $(BUILDDIR); fi
23- make -C $(BUILDDIR)/ubi-utils clean
24
25 $(SYMLINKS):
26 ln -sf ../fs/jffs2/$@ $@
27
28 $(BUILDDIR)/mkfs.jffs2: $(BUILDDIR)/crc32.o \
29@@ -91,6 +89,5 @@ $(BUILDDIR)/fectest: $(BUILDDIR)/fectest
30 install: ${TARGETS}
31 mkdir -p ${DESTDIR}/${SBINDIR}
32 install -m0755 ${TARGETS} ${DESTDIR}/${SBINDIR}/
33 mkdir -p ${DESTDIR}/${MANDIR}/man1
34 gzip -9c mkfs.jffs2.1 > ${DESTDIR}/${MANDIR}/man1/mkfs.jffs2.1.gz
35- make -C $(BUILDDIR)/ubi-utils install