From e6ea6b78658b4c8bdf51c5bc45547065ae27f17b Mon Sep 17 00:00:00 2001 From: Thomas De Schampheleire Date: Sat, 2 Nov 2013 15:57:28 +0100 Subject: git packages: use full revision hash There is no benefit in using the shortened git revision hash. On the contrary: the shorter the hash, the higher the risk of having collisions with another commit. Signed-off-by: Thomas De Schampheleire Acked-by: Samuel Martin Acked-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- package/omap-u-boot-utils/omap-u-boot-utils.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/omap-u-boot-utils') diff --git a/package/omap-u-boot-utils/omap-u-boot-utils.mk b/package/omap-u-boot-utils/omap-u-boot-utils.mk index 7039d07abe..8e037186ab 100644 --- a/package/omap-u-boot-utils/omap-u-boot-utils.mk +++ b/package/omap-u-boot-utils/omap-u-boot-utils.mk @@ -4,7 +4,7 @@ # ################################################################################ -OMAP_U_BOOT_UTILS_VERSION = 8aff852 +OMAP_U_BOOT_UTILS_VERSION = 8aff852322c6f52bd09568bef7725ab509d81725 OMAP_U_BOOT_UTILS_SITE = http://github.com/nmenon/omap-u-boot-utils/tarball/$(OMAP_U_BOOT_UTILS_VERSION) OMAP_U_BOOT_UTILS_LICENSE = GPLv2, GPLv2+ OMAP_U_BOOT_UTILS_LICENSE_FILES = COPYING -- cgit v1.2.1