[Buildroot] [PATCH] mtd-utils: bump version number

Daniel Mack daniel at caiaq.de
Fri Dec 11 23:55:25 UTC 2009


The upstream git commit used by mtd.mk is not valid anymore, for unclear
reasons. Use the current HEAD as new anchor.

Also, the name inside the generated tarball now contains a shortened
version of the commit ID. Follow that change as well.

Signed-off-by: Daniel Mack <daniel at caiaq.de>
---
 Sorry, my previous patch was based on an outdated tree. This is a rebased
 version that applies to the current HEAD.

 package/mtd/mtd-utils.git/mtd.mk |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/mtd/mtd-utils.git/mtd.mk b/package/mtd/mtd-utils.git/mtd.mk
index b7e584e..51b0077 100644
--- a/package/mtd/mtd-utils.git/mtd.mk
+++ b/package/mtd/mtd-utils.git/mtd.mk
@@ -3,13 +3,13 @@
 # mtd provides jffs2 utilities
 #
 #############################################################
-MTD_VERSION:=fcb52ccc99679460640386c297023f852b108f68
+MTD_VERSION:=a4e502d99129da8ebba6d40b373a4422a175e9af
 MTD_SOURCE:=mtd-utils-$(MTD_VERSION).tar.gz
 MTD_URL:=http://git.infradead.org/mtd-utils.git?a=snapshot;h=$(MTD_VERSION);sf=tgz
 MTD_HOST_DIR:= $(TOOLCHAIN_DIR)/mtd-utils-$(MTD_VERSION)
 MTD_DIR:=$(BUILD_DIR)/mtd-utils-$(MTD_VERSION)
 MTD_CAT:=$(ZCAT)
-MTD_NAME:=mtd-utils
+MTD_NAME:=mtd-utils-a4e502d
 
 #############################################################
 #
-- 
1.6.3.3



More information about the buildroot mailing list