aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/boost/boost_1.34.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/boost/boost_1.34.1.bb')
-rw-r--r--recipes/boost/boost_1.34.1.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes/boost/boost_1.34.1.bb b/recipes/boost/boost_1.34.1.bb
index d82c5d9a7e..35089b226e 100644
--- a/recipes/boost/boost_1.34.1.bb
+++ b/recipes/boost/boost_1.34.1.bb
@@ -13,12 +13,10 @@ PR = "6"
SRC_URI = "\
${SOURCEFORGE_MIRROR}/boost/${BOOST_P}.tar.bz2 \
- file://linux-uclibc.patch;patch=1 \
- file://${PV}-gcc43.patch;patch=1 \
+ file://linux-uclibc.patch \
+ file://${PV}-gcc43.patch \
"
-DEFAULT_PREFERENCE = "-1"
-
S = "${WORKDIR}/${BOOST_P}"
BOOST_VER = "${@"_".join(bb.data.getVar("PV",d,1).split("."))}"