diff options
author | Koen Kooi <koen@openembedded.org> | 2010-05-26 09:06:24 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-05-26 09:06:24 +0200 |
commit | 65253e1774e2bd10a42ef2a8fb6a205ec452394c (patch) | |
tree | 1e4c1743124bcc8e117a7c8190c980020612741e /recipes/boost/boost_1.37.0.bb | |
parent | d3d5978587da59f9778b345de2d33b304dc350fc (diff) | |
parent | 523f22b938703b56a823fa9e9c577869669ddb82 (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/boost/boost_1.37.0.bb')
-rw-r--r-- | recipes/boost/boost_1.37.0.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/boost/boost_1.37.0.bb b/recipes/boost/boost_1.37.0.bb index 8ff78cc5b6..6daa475bfb 100644 --- a/recipes/boost/boost_1.37.0.bb +++ b/recipes/boost/boost_1.37.0.bb @@ -3,10 +3,10 @@ include boost-36.inc PR = "${INC_PR}.1" SRC_URI = "${SOURCEFORGE_MIRROR}/boost/${BOOST_P}.tar.bz2;name=boost1370tarbz2 \ - file://arm-intrinsics.patch;patch=1 \ - file://02-atomic-count-pthreads-on-arm.patch;patch=1 \ - file://uclibc.patch;patch=1 \ - file://sscanf.patch;patch=1 \ + file://arm-intrinsics.patch \ + file://02-atomic-count-pthreads-on-arm.patch \ + file://uclibc.patch \ + file://sscanf.patch \ " SRC_URI[boost1370tarbz2.md5sum] = "8d9f990bfb7e83769fa5f1d6f065bc92" |