diff options
author | Koen Kooi <koen@openembedded.org> | 2008-07-05 08:34:29 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-07-05 08:34:29 +0000 |
commit | dab87d4b89d202c3bfc84e3bd1422cd5ef3a3242 (patch) | |
tree | e1579cae59385ab6650c83d7cc33857fb7ef1ffe /packages/boost/boost_1.33.1.bb | |
parent | d435bd5d099e524e1deeaf6ceef44751e317e437 (diff) |
boot 1.33.1: add fedora and gentoo patches for gcc 4.3 support and an extra patch hunk stolen from 1.34.1
Diffstat (limited to 'packages/boost/boost_1.33.1.bb')
-rw-r--r-- | packages/boost/boost_1.33.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/boost/boost_1.33.1.bb b/packages/boost/boost_1.33.1.bb index 5d9d305f9c..c08721dc9f 100644 --- a/packages/boost/boost_1.33.1.bb +++ b/packages/boost/boost_1.33.1.bb @@ -1,7 +1,9 @@ include boost.inc +PR = "r1" + 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" - +SRC_URI += "file://gcc43.patch;patch=1" |