summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/mtd/mtd-utils/remove-ubi.patch
diff options
context:
space:
mode:
authorJames Limbouris <james@digitalmatter.com.au>2012-02-28 14:25:46 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-13 23:18:46 +0000
commitd074b8ad6f1c6b10af79b6ed8db3b08298255a72 (patch)
tree265208f08a5fa6f315f8fefad5116e4f0bcf2636 /meta/recipes-devtools/mtd/mtd-utils/remove-ubi.patch
parent7e4871729574ac7a0cb2eb9fd6a5c264548f56d2 (diff)
downloadpoky-d074b8ad6f1c6b10af79b6ed8db3b08298255a72.tar.gz
mtd-utils: clean up old files
(From OE-Core rev: d3657fbd3e6cdfa0cfd355de446b474fb2f72e81) Signed-off-by: James Limbouris <james@digitalmatter.com.au> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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