mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/googlefontdirectory: silence false positive check-package warning
check-package OverriddenVariable check believes we are overriding the value of GOOGLEFONTDIRECTORY_LICENSE, but in fact we are not. Let's tell check-package not to complain about this. Fixes: package/googlefontdirectory/googlefontdirectory.mk:28: unconditional override of variable GOOGLEFONTDIRECTORY_LICENSE previously conditionally set Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
@@ -25,6 +25,7 @@ GOOGLEFONTDIRECTORY_LICENSE += UFL-1.1
|
||||
GOOGLEFONTDIRECTORY_LICENSE_FILES += $(addsuffix /LICENCE.txt,$(filter ufl/%,$(GOOGLEFONTDIRECTORY_FONTS)))
|
||||
endif
|
||||
|
||||
# check-package OverriddenVariable
|
||||
GOOGLEFONTDIRECTORY_LICENSE := $(subst $(space),$(comma)$(space),$(GOOGLEFONTDIRECTORY_LICENSE))
|
||||
|
||||
define GOOGLEFONTDIRECTORY_INSTALL_TARGET_CMDS
|
||||
|
||||
Reference in New Issue
Block a user