Browse Source

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>
Jo-Philipp Wich 10 years ago
parent
commit
3505f198bb
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      net/ola/Makefile

+ 1
- 1
net/ola/Makefile View File

13
 PKG_RELEASE:=1
13
 PKG_RELEASE:=1
14
 
14
 
15
 PKG_SOURCE_PROTO:=git
15
 PKG_SOURCE_PROTO:=git
16
-PKG_SOURCE_URL:=git@github.com:OpenLightingProject/ola.git
16
+PKG_SOURCE_URL:=https://github.com/OpenLightingProject/ola.git
17
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
17
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
18
 PKG_SOURCE_VERSION:=d949ab88ab2c12d4d94b50a0a0df633d634f08fd
18
 PKG_SOURCE_VERSION:=d949ab88ab2c12d4d94b50a0a0df633d634f08fd
19
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
19
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz