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>
This commit is contained in:
parent
ced1477804
commit
c24e66a3ee
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user