diff options
| author | Khem Raj <raj.khem@gmail.com> | 2016-05-11 10:35:12 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-13 13:41:29 +0100 |
| commit | faf16fd051e14942e658f678404578300fa12345 (patch) | |
| tree | e9f9daa2696826902c486a2af3eecdf364e3dcdb /meta/recipes-kernel/oprofile/oprofile.inc | |
| parent | 268f66fe0e2eddf543fda26c50ef3123c5ef6b1a (diff) | |
| download | poky-faf16fd051e14942e658f678404578300fa12345.tar.gz | |
oprofile: Fix with gcc6
(From OE-Core rev: 660556bee748e2f018760e5756237c54c24d41cd)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/oprofile/oprofile.inc')
| -rw-r--r-- | meta/recipes-kernel/oprofile/oprofile.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofile.inc b/meta/recipes-kernel/oprofile/oprofile.inc index cf3ad435cf..96ef43dc30 100644 --- a/meta/recipes-kernel/oprofile/oprofile.inc +++ b/meta/recipes-kernel/oprofile/oprofile.inc | |||
| @@ -24,7 +24,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \ | |||
| 24 | file://oprofile-cross-compile-tests.patch \ | 24 | file://oprofile-cross-compile-tests.patch \ |
| 25 | file://run-ptest \ | 25 | file://run-ptest \ |
| 26 | file://root-home-dir.patch \ | 26 | file://root-home-dir.patch \ |
| 27 | file://0001-Add-rmb-definition-for-NIOS2-architecture.patch" | 27 | file://0001-Add-rmb-definition-for-NIOS2-architecture.patch \ |
| 28 | file://0001-Fix-FTBFS-problem-with-GCC-6.patch \ | ||
| 29 | " | ||
| 28 | 30 | ||
| 29 | SRC_URI_append_libc-musl = " file://musl.patch" | 31 | SRC_URI_append_libc-musl = " file://musl.patch" |
| 30 | 32 | ||
