[oe-commits] Philip Balister : boost : Remove DEFAULT_PREFERENCE = "-1" from all versions.

git version control git at git.openembedded.org
Fri May 7 18:53:15 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 507fca17072749d5e25bd92b4e38bccc44095aee
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=507fca17072749d5e25bd92b4e38bccc44095aee

Author: Philip Balister <philip at balister.org>
Date:   Mon May  3 16:41:20 2010 -0400

boost : Remove DEFAULT_PREFERENCE = "-1" from all versions.

---

 recipes/boost/boost_1.34.1.bb |    2 --
 recipes/boost/boost_1.37.0.bb |    2 --
 recipes/boost/boost_1.40.0.bb |    2 --
 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 d82c5d9..edcdc44 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 f21100e..8ff78cc 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 28eb7ca..0c7f4eb 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 1300894..a2fe2cd 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"
-





More information about the Openembedded-commits mailing list