diff options
author | Aneesh Bansal <aneesh.bansal@freescale.com> | 2012-01-16 17:08:15 +0530 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-17 14:57:47 +0000 |
commit | 93d70e4b863b17688c855c032c628bc34d7b6dd0 (patch) | |
tree | 98f1b8a5e1b367d4d62aabadfeab73bf5c34c2bf /meta/recipes-devtools/valgrind/valgrind_3.7.0.bb | |
parent | e1d3a32bb1299b55ff8f024fdd36e508e0d3b204 (diff) | |
download | poky-93d70e4b863b17688c855c032c628bc34d7b6dd0.tar.gz |
valgrind: Add mfatbu/mfatbl instructions support for pcc
This adds a patch submitted to upstream to add support for these missing
ppc instructions.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/valgrind/valgrind_3.7.0.bb')
-rw-r--r-- | meta/recipes-devtools/valgrind/valgrind_3.7.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.7.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.7.0.bb index d2c44677f1..858bf3dda6 100644 --- a/meta/recipes-devtools/valgrind/valgrind_3.7.0.bb +++ b/meta/recipes-devtools/valgrind/valgrind_3.7.0.bb | |||
@@ -14,7 +14,8 @@ SRC_URI = "http://www.valgrind.org/downloads/valgrind-${PV}.tar.bz2 \ | |||
14 | file://fix_unsupporting_kernel_3.patch \ | 14 | file://fix_unsupporting_kernel_3.patch \ |
15 | file://fixed-perl-path.patch \ | 15 | file://fixed-perl-path.patch \ |
16 | file://fix_for_automake_1.11.2.patch \ | 16 | file://fix_for_automake_1.11.2.patch \ |
17 | file://configure-fix.patch" | 17 | file://configure-fix.patch \ |
18 | file://Added-support-for-PPC-instructions-mfatbu-mfatbl.patch" | ||
18 | 19 | ||
19 | SRC_URI[md5sum] = "a855fda56edf05614f099dca316d1775" | 20 | SRC_URI[md5sum] = "a855fda56edf05614f099dca316d1775" |
20 | SRC_URI[sha256sum] = "5d62c0330f1481fe2c593249192fa68ff454c19c34343978cc9ce91aa324cbf6" | 21 | SRC_URI[sha256sum] = "5d62c0330f1481fe2c593249192fa68ff454c19c34343978cc9ce91aa324cbf6" |