ola: use https:// urls for cloning
The SSH transport can trigger interactive prompts during the build, this is failing all build bots atm. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
parent
b252299069
commit
3505f198bb
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ PKG_VERSION:=0.9.3
|
|||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=git@github.com:OpenLightingProject/ola.git
|
||||
PKG_SOURCE_URL:=https://github.com/OpenLightingProject/ola.git
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE_VERSION:=d949ab88ab2c12d4d94b50a0a0df633d634f08fd
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
|
|
Loading…
Reference in a new issue