mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
package/flare-game: really use LICENSE.txt as license file
The previous version bump [1] added the hash of LICENSE.txt but forgot to update FLARE_GAME_LICENSE_FILES. [1]4d09d1b476Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commit7684604188) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
27b6400b3f
commit
f81703f466
@@ -8,7 +8,7 @@ FLARE_GAME_VERSION = 1.11
|
||||
FLARE_GAME_SITE = $(call github,flareteam,flare-game,v$(FLARE_GAME_VERSION))
|
||||
FLARE_GAME_LICENSE = CC-BY-SA-3.0 (data files), GPL-2.0 (GNU Unifont), \
|
||||
OFL-1.1 (Liberation Sans)
|
||||
FLARE_GAME_LICENSE_FILES = README
|
||||
FLARE_GAME_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
FLARE_GAME_DEPENDENCIES = flare-engine
|
||||
|
||||
|
||||
Reference in New Issue
Block a user