[oe-commits] Richard Purdie : boost: Correct license name BSL-1 -> BSL-1.0

git at git.openembedded.org git at git.openembedded.org
Tue Mar 13 11:48:18 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: fe8282824f54fd49a9b53d63b45c76132c3dc04f
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=fe8282824f54fd49a9b53d63b45c76132c3dc04f

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Mon Mar 12 22:33:10 2012 +0000

boost: Correct license name BSL-1 -> BSL-1.0

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 c15a04c..d70a7e2 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"
 





More information about the Openembedded-commits mailing list