treewide: replace LEDE_GIT with PROJECT_GIT

Remove LEDE_GIT references in favor to the new name-agnostic
PROJECT_GIT variable.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich
2018-01-05 10:46:06 +01:00
parent 4700544e40
commit fe920d01bb
25 changed files with 25 additions and 25 deletions

View File

@@ -11,7 +11,7 @@ PKG_NAME:=rpcd
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(LEDE_GIT)/project/rpcd.git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/rpcd.git
PKG_SOURCE_DATE:=2017-12-07
PKG_SOURCE_VERSION:=cfe1e75c91bc1bac82e6caab3e652b0ebee59524
PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>