summaryrefslogtreecommitdiffstats
path: root/meta/packages/mtd/mtd-utils/more-verbosity.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-07-25 09:21:49 +0000
committerRichard Purdie <richard@openedhand.com>2007-07-25 09:21:49 +0000
commit3e02bc13efe1a4e23451a4e25bbbd9efa51c1504 (patch)
treeb68df230c56a7e5eae1b9814ab1596cb20c9e572 /meta/packages/mtd/mtd-utils/more-verbosity.patch
parent511c8d77401366324656058529640d58497fe6f3 (diff)
downloadpoky-3e02bc13efe1a4e23451a4e25bbbd9efa51c1504.tar.gz
mtd-utils: Remove stale files
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2223 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/mtd/mtd-utils/more-verbosity.patch')
-rw-r--r--meta/packages/mtd/mtd-utils/more-verbosity.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/packages/mtd/mtd-utils/more-verbosity.patch b/meta/packages/mtd/mtd-utils/more-verbosity.patch
deleted file mode 100644
index cdc842a8f9..0000000000
--- a/meta/packages/mtd/mtd-utils/more-verbosity.patch
+++ /dev/null
@@ -1,17 +0,0 @@
1
2#
3# Patch managed by http://www.holgerschurig.de/patcher.html
4#
5
6--- mtd/util/mkfs.jffs2.c~more-verbosity.patch
7+++ mtd/util/mkfs.jffs2.c
8@@ -374,6 +374,9 @@
9 struct filesystem_entry *entry;
10 struct ignorepath_entry* element = ignorepath;
11
12+ if (verbose) {
13+ printf( "mkfs.jffs2: scanning '%s'...\n", targetpath );
14+ }
15
16 if (lstat(hostpath, &sb)) {
17 perror_msg_and_die("%s", hostpath);