diff options
Diffstat (limited to 'recipes/boost/boost_1.34.1.bb')
-rw-r--r-- | recipes/boost/boost_1.34.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/boost/boost_1.34.1.bb b/recipes/boost/boost_1.34.1.bb index 8a95df1ae3..35089b226e 100644 --- a/recipes/boost/boost_1.34.1.bb +++ b/recipes/boost/boost_1.34.1.bb @@ -13,8 +13,8 @@ PR = "6" SRC_URI = "\ ${SOURCEFORGE_MIRROR}/boost/${BOOST_P}.tar.bz2 \ - file://linux-uclibc.patch;apply=yes \ - file://${PV}-gcc43.patch;apply=yes \ + file://linux-uclibc.patch \ + file://${PV}-gcc43.patch \ " S = "${WORKDIR}/${BOOST_P}" |