aboutsummaryrefslogtreecommitdiffstats
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:15:31 +0000
commitd3657fbd3e6cdfa0cfd355de446b474fb2f72e81 (patch)
treeb8a7c12a8fe8e3a83600102361c9ff77909633ff /meta/recipes-devtools/mtd/mtd-utils/remove-ubi.patch
parent04ab1fb8cc38da6c8a8b1474cf0060402f814a76 (diff)
downloadopenembedded-core-contrib-d3657fbd3e6cdfa0cfd355de446b474fb2f72e81.tar.gz
mtd-utils: clean up old files
Signed-off-by: James Limbouris <james@digitalmatter.com.au>
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 @@
-Upstream-Status: Inappropriate [configuration]
-
----
- Makefile | 3 ---
- 1 file changed, 3 deletions(-)
-
---- git.orig/Makefile
-+++ git/Makefile
-@@ -41,19 +41,17 @@ $(BUILDDIR)/%.o: %.c
- $(CC) $(CFLAGS) -g -c -o $@ $< -g -Wp,-MD,$(BUILDDIR)/.$(<F).dep
-
- .SUFFIXES:
-
- all: $(TARGETS)
-- make -C $(BUILDDIR)/ubi-utils
-
- IGNORE=${wildcard $(BUILDDIR)/.*.c.dep}
- -include ${IGNORE}
-
- clean:
- rm -f $(BUILDDIR)/*.o $(TARGETS) $(BUILDDIR)/.*.c.dep $(SYMLINKS)
- if [ "$(BUILDDIR)x" != ".x" ]; then rm -rf $(BUILDDIR); fi
-- make -C $(BUILDDIR)/ubi-utils clean
-
- $(SYMLINKS):
- ln -sf ../fs/jffs2/$@ $@
-
- $(BUILDDIR)/mkfs.jffs2: $(BUILDDIR)/crc32.o \
-@@ -91,6 +89,5 @@ $(BUILDDIR)/fectest: $(BUILDDIR)/fectest
- install: ${TARGETS}
- mkdir -p ${DESTDIR}/${SBINDIR}
- install -m0755 ${TARGETS} ${DESTDIR}/${SBINDIR}/
- mkdir -p ${DESTDIR}/${MANDIR}/man1
- gzip -9c mkfs.jffs2.1 > ${DESTDIR}/${MANDIR}/man1/mkfs.jffs2.1.gz
-- make -C $(BUILDDIR)/ubi-utils install