cjdns: use git instead of https to download
cjdns as of 6ca269f4becc77dd9a30d8eaa0ae2d56e4cb0bc5 expects to be build in a git repository so it can look up its version Signed-off-by: Charles Lehner <cel@celehner.com>
This commit is contained in:
parent
4f8207064a
commit
1c8566d6cc
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ PKG_NAME:=cjdns
|
|||
PKG_VERSION:=0.17
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_URL:=https://github.com/hyperboria/cjdns.git
|
||||
PKG_SOURCE_URL:=git://github.com/hyperboria/cjdns.git
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_VERSION:=1cf53a812a9b19e5ce883c16d40ac183f61d43f6
|
||||
PKG_LICENSE:=GPL-3.0
|
||||
|
|
Loading…
Reference in a new issue