From 8c218ddb81a098f1511682ab451d569054cbc51b Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 12 Mar 2012 22:33:10 +0000 Subject: boost: Correct license name BSL-1 -> BSL-1.0 (From OE-Core rev: fe8282824f54fd49a9b53d63b45c76132c3dc04f) Signed-off-by: Richard Purdie --- meta/recipes-support/boost/boost.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-support/boost') 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/" 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" -- cgit v1.2.3-54-g00ecf