All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] mongodb: fix legal info build error
@ 2016-01-04 10:57 Sergio Prado
  2016-01-04 12:44 ` Gustavo Zacarias
  2016-01-04 12:56 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Sergio Prado @ 2016-01-04 10:57 UTC (permalink / raw)
  To: buildroot

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>
---
 package/mongodb/mongodb.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/mongodb/mongodb.mk b/package/mongodb/mongodb.mk
index 1eed897f7271..1027c83fac18 100644
--- 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
 
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] mongodb: fix legal info build error
  2016-01-04 10:57 [Buildroot] [PATCH] mongodb: fix legal info build error Sergio Prado
@ 2016-01-04 12:44 ` Gustavo Zacarias
  2016-01-04 12:56 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Gustavo Zacarias @ 2016-01-04 12:44 UTC (permalink / raw)
  To: buildroot

On 04/01/16 07:57, Sergio Prado wrote:

> 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>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] mongodb: fix legal info build error
  2016-01-04 10:57 [Buildroot] [PATCH] mongodb: fix legal info build error Sergio Prado
  2016-01-04 12:44 ` Gustavo Zacarias
@ 2016-01-04 12:56 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2016-01-04 12:56 UTC (permalink / raw)
  To: buildroot

>>>>> "Sergio" == Sergio Prado <sergio.prado@e-labworks.com> writes:

 > 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>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-01-04 12:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-04 10:57 [Buildroot] [PATCH] mongodb: fix legal info build error Sergio Prado
2016-01-04 12:44 ` Gustavo Zacarias
2016-01-04 12:56 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.