diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-12 22:33:10 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-13 11:45:05 +0000 |
| commit | 8c218ddb81a098f1511682ab451d569054cbc51b (patch) | |
| tree | 2a03eb0b2d99d43d09a8278ec7b5ae394578ea58 /meta/recipes-support/boost/boost.inc | |
| parent | b2d4c6f69153fe6f970f3acbbc7aa102513daf1b (diff) | |
| download | poky-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>
Diffstat (limited to 'meta/recipes-support/boost/boost.inc')
| -rw-r--r-- | meta/recipes-support/boost/boost.inc | 4 |
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/" | |||
| 8 | SECTION = "libs" | 8 | SECTION = "libs" |
| 9 | DEPENDS = "boost-native zlib" | 9 | DEPENDS = "boost-native zlib" |
| 10 | DEPENDS_virtclass-native = "" | 10 | DEPENDS_virtclass-native = "" |
| 11 | LICENSE = "BSL-1 & MIT & Python-2.0" | 11 | LICENSE = "BSL-1.0 & MIT & Python-2.0" |
| 12 | 12 | ||
| 13 | ARM_INSTRUCTION_SET = "arm" | 13 | ARM_INSTRUCTION_SET = "arm" |
| 14 | 14 | ||
| @@ -16,7 +16,7 @@ BOOST_VER = "${@"_".join(d.getVar("PV",1).split("."))}" | |||
| 16 | BOOST_MAJ = "${@"_".join(d.getVar("PV",1).split(".")[0:2])}" | 16 | BOOST_MAJ = "${@"_".join(d.getVar("PV",1).split(".")[0:2])}" |
| 17 | BOOST_P = "boost_${BOOST_VER}" | 17 | BOOST_P = "boost_${BOOST_VER}" |
| 18 | 18 | ||
| 19 | INC_PR = "r1" | 19 | INC_PR = "r2" |
| 20 | 20 | ||
| 21 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BOOST_P}.tar.bz2" | 21 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BOOST_P}.tar.bz2" |
| 22 | 22 | ||
