diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2009-12-23 10:41:36 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-12-23 14:49:54 +0100 |
commit | 9400c73582326c543fae82120af3904836145655 (patch) | |
tree | 3250d4200d424511c6e0e2bd1002b9fb22cc11ed /package/mtd/mtd-utils | |
parent | b21c77cc08eb8604011d1df6ac405fdacb46d1ad (diff) | |
download | buildroot-novena-9400c73582326c543fae82120af3904836145655.tar.gz buildroot-novena-9400c73582326c543fae82120af3904836145655.zip |
Bump mtd-utils to 1.2.0
Closes #827.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/mtd/mtd-utils')
-rw-r--r-- | package/mtd/mtd-utils/mtd-utils-1.1.0-all-mkfs.jffs2-device_table-fix.patch | 23 | ||||
-rw-r--r-- | package/mtd/mtd-utils/mtd-utils-1.2.0-all-acl.patch (renamed from package/mtd/mtd-utils/mtd-utils-1.1.0-all-acl.patch) | 0 | ||||
-rw-r--r-- | package/mtd/mtd-utils/mtd-utils-1.2.0-all-disable-ubi.patch | 24 | ||||
-rw-r--r-- | package/mtd/mtd-utils/mtd-utils-1.2.0-all-flashcp-npow2-erase.patch (renamed from package/mtd/mtd-utils/mtd-utils-1.1.0-all-flashcp-npow2-erase.patch) | 0 | ||||
-rw-r--r-- | package/mtd/mtd-utils/mtd-utils-1.2.0-all-no-errorh.patch | 22 | ||||
-rw-r--r-- | package/mtd/mtd-utils/mtd-utils-1.2.0-all-targets.patch (renamed from package/mtd/mtd-utils/mtd-utils-1.1.0-all-targets.patch) | 0 | ||||
-rw-r--r-- | package/mtd/mtd-utils/mtd.mk | 2 |
7 files changed, 47 insertions, 24 deletions
diff --git a/package/mtd/mtd-utils/mtd-utils-1.1.0-all-mkfs.jffs2-device_table-fix.patch b/package/mtd/mtd-utils/mtd-utils-1.1.0-all-mkfs.jffs2-device_table-fix.patch deleted file mode 100644 index 1fe23c8c0..000000000 --- a/package/mtd/mtd-utils/mtd-utils-1.1.0-all-mkfs.jffs2-device_table-fix.patch +++ /dev/null @@ -1,23 +0,0 @@ -mkfs.jffs2.c: fix device_table handling - -find_filesystem_entry would ignore device_table entries for existing elements -if the device type / permissions weren't exactly the same, effectively -rendering device_table useless. ---- - mkfs.jffs2.c | 3 +-- - 1 file changed, 1 insertion(+), 2 deletions(-) - -Index: mtd-utils-1.1.0/mkfs.jffs2.c -=================================================================== ---- mtd-utils-1.1.0.orig/mkfs.jffs2.c -+++ mtd-utils-1.1.0/mkfs.jffs2.c -@@ -246,8 +246,7 @@ - e = dir->files; - } - while (e) { -- /* Only bother to do the expensive strcmp on matching file types */ -- if (type == (e->sb.st_mode & S_IFMT)) { -+ if (1) { - if (S_ISDIR(e->sb.st_mode)) { - int len = strlen(e->fullname); - diff --git a/package/mtd/mtd-utils/mtd-utils-1.1.0-all-acl.patch b/package/mtd/mtd-utils/mtd-utils-1.2.0-all-acl.patch index 953786eb1..953786eb1 100644 --- a/package/mtd/mtd-utils/mtd-utils-1.1.0-all-acl.patch +++ b/package/mtd/mtd-utils/mtd-utils-1.2.0-all-acl.patch diff --git a/package/mtd/mtd-utils/mtd-utils-1.2.0-all-disable-ubi.patch b/package/mtd/mtd-utils/mtd-utils-1.2.0-all-disable-ubi.patch new file mode 100644 index 000000000..606cb46d7 --- /dev/null +++ b/package/mtd/mtd-utils/mtd-utils-1.2.0-all-disable-ubi.patch @@ -0,0 +1,24 @@ +diff -Nura mtd-utils-1.2.0/Makefile mtd-utils-1.2.0-noubi/Makefile +--- mtd-utils-1.2.0/Makefile 2008-06-27 13:21:28.000000000 -0300 ++++ mtd-utils-1.2.0-noubi/Makefile 2009-12-23 10:26:25.000000000 -0300 +@@ -45,7 +45,6 @@ + .SUFFIXES: + + all: $(TARGETS) +- make -C $(BUILDDIR)/ubi-utils + + IGNORE=${wildcard $(BUILDDIR)/.*.c.dep} + -include ${IGNORE} +@@ -53,7 +52,6 @@ + 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/$@ $@ +@@ -95,4 +93,3 @@ + 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 diff --git a/package/mtd/mtd-utils/mtd-utils-1.1.0-all-flashcp-npow2-erase.patch b/package/mtd/mtd-utils/mtd-utils-1.2.0-all-flashcp-npow2-erase.patch index b9a0a607c..b9a0a607c 100644 --- a/package/mtd/mtd-utils/mtd-utils-1.1.0-all-flashcp-npow2-erase.patch +++ b/package/mtd/mtd-utils/mtd-utils-1.2.0-all-flashcp-npow2-erase.patch diff --git a/package/mtd/mtd-utils/mtd-utils-1.2.0-all-no-errorh.patch b/package/mtd/mtd-utils/mtd-utils-1.2.0-all-no-errorh.patch new file mode 100644 index 000000000..1fde16b1e --- /dev/null +++ b/package/mtd/mtd-utils/mtd-utils-1.2.0-all-no-errorh.patch @@ -0,0 +1,22 @@ +diff -Nura mtd-utils-1.2.0/recv_image.c mtd-utils-1.2.0-noerror/recv_image.c +--- mtd-utils-1.2.0/recv_image.c 2008-06-27 13:21:28.000000000 -0300 ++++ mtd-utils-1.2.0-noerror/recv_image.c 2009-12-23 10:19:22.000000000 -0300 +@@ -2,7 +2,6 @@ + #define _XOPEN_SOURCE 500 + + #include <errno.h> +-#include <error.h> + #include <stdio.h> + #define __USE_GNU + #include <netdb.h> +diff -Nura mtd-utils-1.2.0/serve_image.c mtd-utils-1.2.0-noerror/serve_image.c +--- mtd-utils-1.2.0/serve_image.c 2008-06-27 13:21:28.000000000 -0300 ++++ mtd-utils-1.2.0-noerror/serve_image.c 2009-12-23 10:19:33.000000000 -0300 +@@ -3,7 +3,6 @@ + #include <time.h> + + #include <errno.h> +-#include <error.h> + #include <netdb.h> + #include <stdio.h> + #include <stdlib.h> diff --git a/package/mtd/mtd-utils/mtd-utils-1.1.0-all-targets.patch b/package/mtd/mtd-utils/mtd-utils-1.2.0-all-targets.patch index e887118e2..e887118e2 100644 --- a/package/mtd/mtd-utils/mtd-utils-1.1.0-all-targets.patch +++ b/package/mtd/mtd-utils/mtd-utils-1.2.0-all-targets.patch diff --git a/package/mtd/mtd-utils/mtd.mk b/package/mtd/mtd-utils/mtd.mk index 664737391..9b114de68 100644 --- a/package/mtd/mtd-utils/mtd.mk +++ b/package/mtd/mtd-utils/mtd.mk @@ -3,7 +3,7 @@ # mtd provides jffs2 utilities # ############################################################# -MTD_VERSION:=1.1.0 +MTD_VERSION:=1.2.0 MTD_SOURCE:=mtd-utils-$(MTD_VERSION).tar.bz2 MTD_SITE:=ftp://ftp.infradead.org/pub/mtd-utils MTD_HOST_DIR:= $(TOOLCHAIN_DIR)/mtd_orig |