[Buildroot] [PATCH 06/14] ne10: fix github tarball to use commit id

Spenser Gilliland spenser at gillilanding.com
Thu Jun 6 16:47:21 UTC 2013


Signed-off-by: Spenser Gilliland <spenser at gillilanding.com>
---
 package/ne10/ne10.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/ne10/ne10.mk b/package/ne10/ne10.mk
index 64cd1a9..27cf1bc 100644
--- a/package/ne10/ne10.mk
+++ b/package/ne10/ne10.mk
@@ -7,7 +7,7 @@
 # We use a Git commit ID because the last tagged version is more than
 # one year old.
 NE10_VERSION = 88c18f0
-NE10_SITE = http://github.com/projectNe10/Ne10/tarball/master
+NE10_SITE = http://github.com/projectNe10/Ne10/tarball/$(NE10_VERSION)
 NE10_LICENSE = BSD-3c or Apache 2.0
 NE10_LICENSE_FILES = doc/LICENSE
 
-- 
1.7.9.5




More information about the buildroot mailing list