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 00:19:46 +0000 |
commit | fe8282824f54fd49a9b53d63b45c76132c3dc04f (patch) | |
tree | c7b2c8552676a139991f9981320e18c75a64fd6c /meta/recipes-support/boost | |
parent | 48b11b323622f1e4294bd3b95e3b54bb4929d941 (diff) | |
download | openembedded-core-contrib-fe8282824f54fd49a9b53d63b45c76132c3dc04f.tar.gz |
boost: Correct license name BSL-1 -> BSL-1.0
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/boost')
-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 c15a04cb954..d70a7e2c5ae 100644 --- a/meta/recipes-support/boost/boost.inc +++ b/meta/recipes-support/boost/boost.inc @@ -8,7 +8,7 @@ HOMEPAGE = "http://www.boost.org/" SECTION = "libs" DEPENDS = "boost-native zlib" DEPENDS_virtclass-native = "" -LICENSE = "BSL-1 & MIT & Python-2.0" +LICENSE = "BSL-1.0 & MIT & Python-2.0" ARM_INSTRUCTION_SET = "arm" @@ -16,7 +16,7 @@ BOOST_VER = "${@"_".join(d.getVar("PV",1).split("."))}" BOOST_MAJ = "${@"_".join(d.getVar("PV",1).split(".")[0:2])}" BOOST_P = "boost_${BOOST_VER}" -INC_PR = "r1" +INC_PR = "r2" SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BOOST_P}.tar.bz2" |