EXTRA_DEPENDS with comma and space

So with the commas only, it installed without complaining. Which is
weird, because what does it recognise as dependency that it think is
fulfilled? The long name with all the commas?
This commit is contained in:
Tobias Mueller 2023-10-16 14:16:09 +02:00
parent e02de82dba
commit 8327c706d6

View File

@ -12,7 +12,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/blue-merle
SECTION:=utils
CATEGORY:=Utilities
EXTRA_DEPENDS:=luci-base,gl-sdk4-mcu,bash,coreutils-shred,python3,python3-pyserial,patch
EXTRA_DEPENDS:=luci-base, gl-sdk4-mcu, bash, coreutils-shred, python3, python3-pyserial, patch
TITLE:=Anonymity Enhancements for GL-E750 Mudi
endef