From: Peter Korsgaard Date: Mon, 14 Dec 2009 12:31:50 +0000 (+0100) Subject: package/mtd-utils: fix git build after gitweb update X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a2d833bf34a7a3a10d24956cd27d02958e2cca38;p=buildroot.git package/mtd-utils: fix git build after gitweb update Reported by Daniel Mack The gitweb installation of infradead.org has been updated, and gitweb >= 1.6.6-rc1 adds the first 7 characters of the git SHA1 to the snapshot tarball directory name. Signed-off-by: Peter Korsgaard --- diff --git a/CHANGES b/CHANGES index b31d5dc186..5217452cf9 100644 --- a/CHANGES +++ b/CHANGES @@ -4,7 +4,7 @@ Updated/fixed packages: autoconf, bind, binutils, busybox, directfb, gst-plugins-bad, iw, libfuse, libpcap, lighttpd, - mesa, pcre, sshfs, tremor, usbutils + mesa, mtd-utils, pcre, sshfs, tremor, usbutils Issues resolved (http://bugs.uclibc.org): diff --git a/package/mtd/mtd-utils.git/mtd.mk b/package/mtd/mtd-utils.git/mtd.mk index b7e584ea5b..6cb45c29e4 100644 --- a/package/mtd/mtd-utils.git/mtd.mk +++ b/package/mtd/mtd-utils.git/mtd.mk @@ -4,12 +4,14 @@ # ############################################################# MTD_VERSION:=fcb52ccc99679460640386c297023f852b108f68 +# gitweb >= 1.6.6-rc1 uses first 7 chars of git SHA1 as dir suffix +MTD_SHORT_VERSION=$(shell echo $(MTD_VERSION)|cut -c -7) 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-$(MTD_SHORT_VERSION) ############################################################# #