aboutsummaryrefslogtreecommitdiffstats
path: root/package/system
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2021-06-13 23:40:00 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2021-06-13 23:58:15 +0200
commit65b0fe293aff687af679674a86414e26b50cf066 (patch)
treefb5f0d551baab9258e1d14d5b0315d1db69251fd /package/system
parent72cc44958ef4e0df1a152178514c92899d6a957a (diff)
downloadupstream-65b0fe293aff687af679674a86414e26b50cf066.tar.gz
upstream-65b0fe293aff687af679674a86414e26b50cf066.tar.bz2
upstream-65b0fe293aff687af679674a86414e26b50cf066.zip
opkg: Fix download over git
Set the PKG_SOURCE_URL using a lazy set to allow evaluating $(PROJECT_GIT) later. Without this change PKG_SOURCE_URL is evaluated immediately, before PROJECT_GIT is defined and the download over git is not working. Fixes: 6687a2483a09 ("opkg: use $(PROJECT_GIT), $(AUTORELEASE) and SPDX") Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/system')
-rw-r--r--package/system/opkg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/opkg/Makefile b/package/system/opkg/Makefile
index 99234978a1..cc295c12ba 100644
--- a/package/system/opkg/Makefile
+++ b/package/system/opkg/Makefile
@@ -11,7 +11,7 @@ PKG_RELEASE:=$(AUTORELEASE)
PKG_FLAGS:=essential
PKG_SOURCE_PROTO:=git
-PKG_SOURCE_URL:=$(PROJECT_GIT)/project/opkg-lede.git
+PKG_SOURCE_URL=$(PROJECT_GIT)/project/opkg-lede.git
PKG_SOURCE_DATE:=2021-03-15
PKG_SOURCE_VERSION:=5936c4f9660248284e8a9b040ea3153d3ea888de
PKG_MIRROR_HASH:=b873c209baaf4f150c89646d58e4a0072f807d24b02c320ab8c7ae9180c13240