summaryrefslogtreecommitdiffstats
path: root/recipes-navigation
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2017-11-12 08:25:38 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-11-12 08:42:07 +0000
commit3f9247780bd8f570c22eb1a54277ab31efc08c43 (patch)
treef205165d1bdca62b77930ec20990e60103bb2487 /recipes-navigation
parente0e2b0cdb3e208a4914a04d43eced5d9668e5b66 (diff)
protozero: fix missing license declaration
Project is BSD licensed but has Apache-2.0 code from the folly project Bug-AGL: SPEC-1023 Change-Id: Ic6b23fa4207d85d60557eaf867f6741391030c74 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'recipes-navigation')
-rw-r--r--recipes-navigation/protozero/protozero_git.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes-navigation/protozero/protozero_git.bb b/recipes-navigation/protozero/protozero_git.bb
index 888db6bf..3625dcad 100644
--- a/recipes-navigation/protozero/protozero_git.bb
+++ b/recipes-navigation/protozero/protozero_git.bb
@@ -4,8 +4,11 @@ DESCRIPTION = "Minimalist protocol buffer decoder and encoder in C++"
HOMEPAGE = "https://github.com/mapbox/protozero"
SECTION = "apps"
-LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENSE.md;md5=bb1a27fdd409f635a3f92106ef78d30a"
+LICENSE = "BSD & Apache-2.0"
+LIC_FILES_CHKSUM = "\
+ file://LICENSE.md;md5=bb1a27fdd409f635a3f92106ef78d30a \
+ file://LICENSE.from_folly;md5=2ee41112a44fe7014dce33e26468ba93 \
+ "
SRC_URI = "git://github.com/mapbox/protozero.git;protocol=http"
SRCREV = "aa8b304cf63831589f52c254b5af2c688bdc2fc4"