diff options
author | Marek Belisko <marek.belisko@open-nandra.com> | 2013-04-14 20:33:48 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-04-15 09:09:15 +0200 |
commit | c24e66a3ee4d8933d21fe0e6207a6a9aec12ba81 (patch) | |
tree | 73eab67439febb1a97ae6977d0167ccdffcb5633 /package | |
parent | ced147780401a3791a399dbf1d2f466572ad4ccf (diff) | |
download | buildroot-novena-c24e66a3ee4d8933d21fe0e6207a6a9aec12ba81.tar.gz buildroot-novena-c24e66a3ee4d8933d21fe0e6207a6a9aec12ba81.zip |
ne10: Use http instead of git method for package fetching.
Rework package fetching according official documentation:
http://buildroot.uclibc.org/downloads/manual/manual.html#github-download-url
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package')
-rw-r--r-- | package/ne10/ne10.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/ne10/ne10.mk b/package/ne10/ne10.mk index 184f0f873..64cd1a936 100644 --- a/package/ne10/ne10.mk +++ b/package/ne10/ne10.mk @@ -6,8 +6,8 @@ # We use a Git commit ID because the last tagged version is more than # one year old. -NE10_VERSION = 88c18f02199947b2c8b57796f5a3ca53160aff96 -NE10_SITE = git://github.com/projectNe10/Ne10.git +NE10_VERSION = 88c18f0 +NE10_SITE = http://github.com/projectNe10/Ne10/tarball/master NE10_LICENSE = BSD-3c or Apache 2.0 NE10_LICENSE_FILES = doc/LICENSE |