uci: fix variable declaration
authorPaul Spooren <mail@aparcar.org>
Sat, 16 Mar 2024 17:30:37 +0000 (18:30 +0100)
committerPaul Spooren <mail@aparcar.org>
Sun, 17 Mar 2024 17:24:04 +0000 (18:24 +0100)
Using := doesn't fly well when including other variables. In fact this
would cause the variable to be empty and break cloning of the git repo.

Fix: "c354c069b3 uci: fix Makefile formatting"

Signed-off-by: Paul Spooren <mail@aparcar.org>
package/system/uci/Makefile

index 86bfdfb978365d86d09fafc1668ad330cfa7962f..5d68b8905d9440ad32d62846dd695822a2ecef78 100644 (file)
@@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk
 PKG_NAME:=uci
 PKG_RELEASE:=1
 
-PKG_SOURCE_URL:=$(PROJECT_GIT)/project/uci.git
+PKG_SOURCE_URL=$(PROJECT_GIT)/project/uci.git
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_DATE:=2023-08-10
 PKG_SOURCE_VERSION:=5781664d5087ccc4b5ab58505883231212dbedbc