diff options
Diffstat (limited to 'packages/boost/boost_1.33.1.bb')
-rw-r--r-- | packages/boost/boost_1.33.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/boost/boost_1.33.1.bb b/packages/boost/boost_1.33.1.bb index b71e2f446f..516a20bfe9 100644 --- a/packages/boost/boost_1.33.1.bb +++ b/packages/boost/boost_1.33.1.bb @@ -17,6 +17,7 @@ BOOST_P = "boost_${BOOST_VER}" SRC_URI = "${SOURCEFORGE_MIRROR}/boost/${BOOST_P}.tar.bz2" #SRC_URI += "file://unit_test_log10f.patch;patch=1" SRC_URI += "file://linux-uclibc.patch;patch=1" +SRC_URI += "file://atomic_count_gcc_atomicity.patch;patch=1" S = "${WORKDIR}/${BOOST_P}" |