]> code.ossystems Code Review - openembedded-core.git/commitdiff
mtd-utils: update to newer snapshot
authorMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 14 May 2008 11:05:37 +0000 (11:05 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 14 May 2008 11:05:37 +0000 (11:05 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4469 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/mtd/mtd-utils/add-exclusion-to-mkfs-jffs2-git.patch
meta/packages/mtd/mtd-utils/remove-ubi.patch
meta/packages/mtd/mtd-utils_1.1.0+git.bb

index 2789fcc531a66cb109e382762d3765dfae75f87a..555565449020790f81f3cf03fa7064bfc71adc5e 100644 (file)
@@ -81,9 +81,7 @@
        char *compr_name = NULL;
        int compr_prior  = -1;
        int warn_page_size = 0;
-+      struct ignorepath_entry* element = ignorepath;
-       jffs2_compressors_init();
++      struct ignorepath_entry* element = ignorepath;
  
        page_size = sysconf(_SC_PAGESIZE);
        if (page_size < 0) /* System doesn't know so ... */
        if (page_size != 4096)
                warn_page_size = 1; /* warn user if page size not 4096 */
  
+       jffs2_compressors_init();
        while ((opt = getopt_long(argc, argv,
 -                                      "D:d:r:s:o:qUPfh?vVe:lbp::nc:m:x:X:Lty:i:", long_options, &c)) >= 0)
-+                                      "D:d:r:s:I:o:qUPfh?vVe:lbp::nc:m:x:X:Lty:i:", long_options, &c)) >= 0)
++                                      "D:d:r:s:I:o:qUPfh?vVe:lbp::nc:m:x:X:Lty:i:", long_options, &c)) >= 0)
        {
                switch (opt) {
                        case 'D':
index a788fd0fd578f71ce0416f533cbfcb98919af4f8..4928db00beea3598011aac5243168b3cee331ad0 100644 (file)
@@ -29,5 +29,5 @@
        mkdir -p ${DESTDIR}/${SBINDIR}
        install -m0755 ${TARGETS} ${DESTDIR}/${SBINDIR}/
        mkdir -p ${DESTDIR}/${MANDIR}/man1
-       gzip -c mkfs.jffs2.1 > ${DESTDIR}/${MANDIR}/man1/mkfs.jffs2.1.gz
+       gzip -9c mkfs.jffs2.1 > ${DESTDIR}/${MANDIR}/man1/mkfs.jffs2.1.gz
 -      make -C $(BUILDDIR)/ubi-utils install
index ce1477ee70a54e69248dfde0be7b9e8f68302708..2281a8096128a2c4be4b42dffd3e6541733fb82c 100644 (file)
@@ -4,7 +4,7 @@ DEPENDS = "zlib lzo"
 HOMEPAGE = "http://www.linux-mtd.infradead.org/"
 LICENSE = "GPLv2"
 
-SRC_URI = "git://git.infradead.org/mtd-utils.git;protocol=git;tag=e6088d987c545d60a86e1f44836ab8ba072fffd9 \
+SRC_URI = "git://git.infradead.org/mtd-utils.git;protocol=git;tag=d9f463a49600b60f313a94d8765da261aabf867a \
            file://add-exclusion-to-mkfs-jffs2-git.patch;patch=1 \
           file://remove-ubi.patch;patch=1 \
           file://fix-ignoreerrors-git.patch;patch=1"