From 3cd7f84105c6e52b54d9aeca7fa4e898d84bf61c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan-Simon=20M=C3=B6ller?= Date: Sat, 11 Nov 2017 12:35:28 +0100 Subject: [PATCH] Fix license declared in libosmium recipe MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit According to https://raw.githubusercontent.com/osmcode/libosmium/master/LICENSE the license is actually Boost Software License 1.0 (BSL-1.0). Fix the recipe. Change-Id: If8c33ba052f0b4c27ab881678f7f768bac885a77 Signed-off-by: Jan-Simon Möller --- recipes-navigation/osmium/osmium_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-navigation/osmium/osmium_git.bb b/recipes-navigation/osmium/osmium_git.bb index 962ba0a86..a7178dbc1 100644 --- a/recipes-navigation/osmium/osmium_git.bb +++ b/recipes-navigation/osmium/osmium_git.bb @@ -3,7 +3,7 @@ DESCRIPTION = "Fast and flexible C++ library for working with OpenStreetMap data HOMEPAGE = "http://osmcode.org/libosmium" SECTION = "apps" -LICENSE = "BSD" +LICENSE = "BSL-1.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c" SRC_URI = "git://github.com/osmcode/libosmium.git;protocol=http" -- 2.16.6