summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-12 22:33:10 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-13 11:45:05 +0000
commit8c218ddb81a098f1511682ab451d569054cbc51b (patch)
tree2a03eb0b2d99d43d09a8278ec7b5ae394578ea58
parentb2d4c6f69153fe6f970f3acbbc7aa102513daf1b (diff)
downloadpoky-8c218ddb81a098f1511682ab451d569054cbc51b.tar.gz
boost: Correct license name BSL-1 -> BSL-1.0
(From OE-Core rev: fe8282824f54fd49a9b53d63b45c76132c3dc04f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/boost/boost.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc
index c15a04cb95..d70a7e2c5a 100644
--- a/meta/recipes-support/boost/boost.inc
+++ b/meta/recipes-support/boost/boost.inc
@@ -8,7 +8,7 @@ HOMEPAGE = "http://www.boost.org/"
8SECTION = "libs" 8SECTION = "libs"
9DEPENDS = "boost-native zlib" 9DEPENDS = "boost-native zlib"
10DEPENDS_virtclass-native = "" 10DEPENDS_virtclass-native = ""
11LICENSE = "BSL-1 & MIT & Python-2.0" 11LICENSE = "BSL-1.0 & MIT & Python-2.0"
12 12
13ARM_INSTRUCTION_SET = "arm" 13ARM_INSTRUCTION_SET = "arm"
14 14
@@ -16,7 +16,7 @@ BOOST_VER = "${@"_".join(d.getVar("PV",1).split("."))}"
16BOOST_MAJ = "${@"_".join(d.getVar("PV",1).split(".")[0:2])}" 16BOOST_MAJ = "${@"_".join(d.getVar("PV",1).split(".")[0:2])}"
17BOOST_P = "boost_${BOOST_VER}" 17BOOST_P = "boost_${BOOST_VER}"
18 18
19INC_PR = "r1" 19INC_PR = "r2"
20 20
21SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BOOST_P}.tar.bz2" 21SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BOOST_P}.tar.bz2"
22 22