diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-11 16:55:01 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-12 08:38:31 +0200 |
commit | aa088ca1d6c19cf14ef58e9834750487e3de9935 (patch) | |
tree | 319b859f2e8abd43d44c0d1e0302cc6ea131757c /meta-oe | |
parent | 768a26ac3566c33b63fb3d08d866fd663eeb833b (diff) | |
download | meta-openembedded-aa088ca1d6c19cf14ef58e9834750487e3de9935.tar.gz |
mongodb: update LICENSE AGPLv3 -> AGPL-3.0
* to fix:
WARNING: mongodb: No generic license file exists for: AGPLv3 in any provider
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/mongodb/mongodb_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/mongodb/mongodb_git.bb b/meta-oe/recipes-support/mongodb/mongodb_git.bb index 149f582fa..2701c4cfc 100644 --- a/meta-oe/recipes-support/mongodb/mongodb_git.bb +++ b/meta-oe/recipes-support/mongodb/mongodb_git.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "mongodb" | 1 | SUMMARY = "mongodb" |
2 | LICENSE = "AGPLv3 & Apache-2.0" | 2 | LICENSE = "AGPL-3.0 & Apache-2.0" |
3 | LIC_FILES_CHKSUM = "file://GNU-AGPL-3.0.txt;md5=73f1eb20517c55bf9493b7dd6e480788 \ | 3 | LIC_FILES_CHKSUM = "file://GNU-AGPL-3.0.txt;md5=73f1eb20517c55bf9493b7dd6e480788 \ |
4 | file://APACHE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" | 4 | file://APACHE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" |
5 | 5 | ||