diff options
Diffstat (limited to 'recipes/boost/boost_1.33.1.bb')
-rw-r--r-- | recipes/boost/boost_1.33.1.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/boost/boost_1.33.1.bb b/recipes/boost/boost_1.33.1.bb index 3366238980..d712cf7c2c 100644 --- a/recipes/boost/boost_1.33.1.bb +++ b/recipes/boost/boost_1.33.1.bb @@ -3,10 +3,10 @@ PR = "${INC_PR}.1" SRC_URI = "\ ${SOURCEFORGE_MIRROR}/boost/${BOOST_P}.tar.bz2 \ - file://linux-uclibc.patch;apply=yes \ - file://atomic_count_gcc_atomicity.patch;apply=yes \ - file://gcc43.patch;apply=yes \ - file://gcc41.patch;apply=yes \ + file://linux-uclibc.patch \ + file://atomic_count_gcc_atomicity.patch \ + file://gcc43.patch \ + file://gcc41.patch \ " |