diff options
author | Thomas De Schampheleire <patrickdepinguin@gmail.com> | 2013-11-02 15:57:28 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-11-02 16:16:54 +0100 |
commit | e6ea6b78658b4c8bdf51c5bc45547065ae27f17b (patch) | |
tree | 5f6a49731ae8fc6b1f13122425d585c0cd961ee9 /package/ti-utils | |
parent | 1ae1f276066baf24ab85a4b05571c776b52cf16a (diff) |
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 <thomas.de.schampheleire@gmail.com>
Acked-by: Samuel Martin <s.martin49@gmail.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/ti-utils')
-rw-r--r-- | package/ti-utils/ti-utils.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ti-utils/ti-utils.mk b/package/ti-utils/ti-utils.mk index a76fde1b5..8c720b2d7 100644 --- a/package/ti-utils/ti-utils.mk +++ b/package/ti-utils/ti-utils.mk @@ -4,7 +4,7 @@ # ################################################################################ -TI_UTILS_VERSION = 06dbdb2 +TI_UTILS_VERSION = 06dbdb2727354b5f3ad7c723897f40051fddee49 TI_UTILS_SITE = http://github.com/gxk/ti-utils/tarball/$(TI_UTILS_VERSION) TI_UTILS_DEPENDENCIES = libnl |