diff options
Diffstat (limited to 'recipes/boost/boost_1.41.0.bb')
-rw-r--r-- | recipes/boost/boost_1.41.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/boost/boost_1.41.0.bb b/recipes/boost/boost_1.41.0.bb index a2fe2cdca0..716b515c97 100644 --- a/recipes/boost/boost_1.41.0.bb +++ b/recipes/boost/boost_1.41.0.bb @@ -3,7 +3,7 @@ require boost-14x.inc PR = "${INC_PR}.1" SRC_URI = "http://sodium.resophonic.com/boost-cmake/1.41.0.cmake0/boost-1.41.0.cmake0.tar.gz;name=tarball \ - file://1.41.0_uclibc.patch;patch=1 \ + file://1.41.0_uclibc.patch;apply=yes \ " S = "${WORKDIR}/boost-1.41.0.cmake0" |