mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
mongoose: fix license info
License file is called LICENSE, not COPYING. Fixes http://autobuild.buildroot.net/results/b45499489abad2a089b47d8470632b4152862c89/build-end.log Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -8,7 +8,7 @@ MONGOOSE_VERSION = 3.7
|
||||
MONGOOSE_SOURCE = mongoose-$(MONGOOSE_VERSION).tgz
|
||||
MONGOOSE_SITE = https://mongoose.googlecode.com/files
|
||||
MONGOOSE_LICENSE = MIT
|
||||
MONGOOSE_LICENSE_FILES = COPYING
|
||||
MONGOOSE_LICENSE_FILES = LICENSE
|
||||
|
||||
MONGOOSE_CFLAGS = $(TARGET_CFLAGS) $(TARGET_LDFLAGS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user