Fix license declared in libosmium recipe 57/11857/3
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Sat, 11 Nov 2017 11:35:28 +0000 (12:35 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Sat, 11 Nov 2017 13:24:58 +0000 (13:24 +0000)
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 <jsmoeller@linuxfoundation.org>
recipes-navigation/osmium/osmium_git.bb

index 962ba0a..a7178db 100644 (file)
@@ -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"