projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
408f400
)
mongodb: fix legal info build error
author
Sergio Prado
<sergio.prado@e-labworks.com>
Mon, 4 Jan 2016 10:57:28 +0000
(08:57 -0200)
committer
Peter Korsgaard
<peter@korsgaard.com>
Mon, 4 Jan 2016 12:52:29 +0000
(13:52 +0100)
Remove extra comma to fix legal info build error.
Fixes:
http://autobuild.buildroot.net/results/
87faca89bc9ff6ff4699c4b50bbb890ff80b95ee
/
http://autobuild.buildroot.net/results/
ea54721ef0d1c210b2baa9eef7c6c68863020b50
/
http://autobuild.buildroot.net/results/
5a81db472d432880f44dfb30bae0d777b6ae6c79
/
...
Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com>
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/mongodb/mongodb.mk
patch
|
blob
|
history
diff --git
a/package/mongodb/mongodb.mk
b/package/mongodb/mongodb.mk
index 1eed897f727170bc496a19d62c07447365d1740e..1027c83fac184b4e9fc5470dc8f4b6a8da52f476 100644
(file)
--- a/
package/mongodb/mongodb.mk
+++ b/
package/mongodb/mongodb.mk
@@
-9,7
+9,7
@@
MONGODB_VERSION = r$(MONGODB_VERSION_BASE)
MONGODB_SITE = $(call github,mongodb,mongo,$(MONGODB_VERSION))
MONGODB_LICENSE = AGPLv3, Apache-2.0
-MONGODB_LICENSE_FILES = GNU-AGPL-3.0.txt
,
APACHE-2.0.txt
+MONGODB_LICENSE_FILES = GNU-AGPL-3.0.txt APACHE-2.0.txt
MONGODB_DEPENDENCIES = host-scons