diff options
Diffstat (limited to 'recipes/boost')
-rw-r--r-- | recipes/boost/boost_1.34.1.bb | 2 | ||||
-rw-r--r-- | recipes/boost/boost_1.37.0.bb | 2 | ||||
-rw-r--r-- | recipes/boost/boost_1.40.0.bb | 2 | ||||
-rw-r--r-- | recipes/boost/boost_1.41.0.bb | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/recipes/boost/boost_1.34.1.bb b/recipes/boost/boost_1.34.1.bb index d82c5d9a7e..edcdc440e9 100644 --- a/recipes/boost/boost_1.34.1.bb +++ b/recipes/boost/boost_1.34.1.bb @@ -17,8 +17,6 @@ SRC_URI = "\ file://${PV}-gcc43.patch;patch=1 \ " -DEFAULT_PREFERENCE = "-1" - S = "${WORKDIR}/${BOOST_P}" BOOST_VER = "${@"_".join(bb.data.getVar("PV",d,1).split("."))}" diff --git a/recipes/boost/boost_1.37.0.bb b/recipes/boost/boost_1.37.0.bb index f21100e62f..8ff78cc5b6 100644 --- a/recipes/boost/boost_1.37.0.bb +++ b/recipes/boost/boost_1.37.0.bb @@ -1,7 +1,5 @@ include boost-36.inc -DEFAULT_PREFERENCE = "-1" - PR = "${INC_PR}.1" SRC_URI = "${SOURCEFORGE_MIRROR}/boost/${BOOST_P}.tar.bz2;name=boost1370tarbz2 \ diff --git a/recipes/boost/boost_1.40.0.bb b/recipes/boost/boost_1.40.0.bb index 28eb7ca2d6..0c7f4eb773 100644 --- a/recipes/boost/boost_1.40.0.bb +++ b/recipes/boost/boost_1.40.0.bb @@ -7,7 +7,5 @@ SRC_URI = "http://sodium.resophonic.com/boost-cmake/1.40.0.cmake2/boost-1.40.0.c " S = "${WORKDIR}/boost-1.40.0.cmake2" -DEFAULT_PREFERENCE = "-1" - SRC_URI[md5sum] = "1a0926fe4c8228f14a2622b4182b801e" SRC_URI[sha256sum] = "ce6e6c3a6b9a3e7695cb7a0f83d4dbb58f1fb246eb706e3caf3fce3b77e186c0" diff --git a/recipes/boost/boost_1.41.0.bb b/recipes/boost/boost_1.41.0.bb index 1300894eca..a2fe2cdca0 100644 --- a/recipes/boost/boost_1.41.0.bb +++ b/recipes/boost/boost_1.41.0.bb @@ -12,5 +12,3 @@ SRC_URI[tarball.sha256sum] = "78b7e72d34b057847ff99b291719d5bf1b76ed080bebfa3122 DEPENDS += " icu " -DEFAULT_PREFERENCE = "-1" - |