mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
Change links from git://github.com to https://github.com
I got into troubles to be behind a proxy and my build then fails because it cannot connect to git://github.com urls To avoid such problems for others I think it is useful to replace them for the whole repo. This changes make it work for me again. Signed-off-by: Matthias Kesler <krombel@krombel.de>
This commit is contained in:
@@ -11,7 +11,7 @@ PKG_VERSION:=2.4.3_b24
|
||||
PKG_RELEASE:=$(PKG_SOURCE_VERSION)
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=git://github.com/tomojitakasu/RTKLIB.git
|
||||
PKG_SOURCE_URL:=https://github.com/tomojitakasu/RTKLIB.git
|
||||
PKG_SOURCE_VERSION:=1cec90a9ffa424908ad1a4ca3d52f33f9b94d1f7
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
|
||||
Reference in New Issue
Block a user