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/ne10 | |
| parent | 1ae1f276066baf24ab85a4b05571c776b52cf16a (diff) | |
| download | buildroot-e6ea6b78658b4c8bdf51c5bc45547065ae27f17b.tar.gz buildroot-e6ea6b78658b4c8bdf51c5bc45547065ae27f17b.zip | |
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/ne10')
| -rw-r--r-- | package/ne10/ne10.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ne10/ne10.mk b/package/ne10/ne10.mk index 9c78c451ed..bb5259f849 100644 --- a/package/ne10/ne10.mk +++ b/package/ne10/ne10.mk @@ -6,7 +6,7 @@ # We use a Git commit ID because the last tagged version is more than # one year old. -NE10_VERSION = 88c18f0 +NE10_VERSION = 88c18f02199947b2c8b57796f5a3ca53160aff96 NE10_SITE = http://github.com/projectNe10/Ne10/tarball/$(NE10_VERSION) NE10_LICENSE = BSD-3c or Apache 2.0 NE10_LICENSE_FILES = doc/LICENSE |

