summaryrefslogtreecommitdiffstats
path: root/package/boost
diff options
context:
space:
mode:
authorRahul Bedarkar <rahulbedarkar89@gmail.com>2017-03-30 19:13:46 +0530
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-01 15:34:46 +0200
commit26a7f806645eece7cd5eac4865446455bb2b3318 (patch)
tree8da2d29afb045f79f74446a6e45e786ef673d247 /package/boost
parentfaa386bda169b3d08a7afbaa9ca7eb2892f2172a (diff)
downloadbuildroot-26a7f806645eece7cd5eac4865446455bb2b3318.tar.gz
buildroot-26a7f806645eece7cd5eac4865446455bb2b3318.zip
package: use SPDX short identifier for Boost Software License 1.0
We want to use SPDX identifier for license string as much as possible. SPDX short identifier for Boost Software License 1.0 is BSL-1.0. Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/boost')
-rw-r--r--package/boost/boost.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boost/boost.mk b/package/boost/boost.mk
index dbe0f09bce..874c03fcb6 100644
--- a/package/boost/boost.mk
+++ b/package/boost/boost.mk
@@ -8,7 +8,7 @@ BOOST_VERSION = 1.63.0
BOOST_SOURCE = boost_$(subst .,_,$(BOOST_VERSION)).tar.bz2
BOOST_SITE = http://downloads.sourceforge.net/project/boost/boost/$(BOOST_VERSION)
BOOST_INSTALL_STAGING = YES
-BOOST_LICENSE = Boost Software License 1.0
+BOOST_LICENSE = BSL-1.0
BOOST_LICENSE_FILES = LICENSE_1_0.txt
# keep host variant as minimal as possible
OpenPOWER on IntegriCloud