summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/sysprof/sysprof_git.bb
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2011-10-05 16:26:49 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-10 10:00:10 +0100
commit0c05d53fbede6feed6e9d361cb631a364f045a0f (patch)
treeb47e84e1b11ffd4dded190f80bcc6140862af85b /meta/recipes-kernel/sysprof/sysprof_git.bb
parent6d218635e923c1abc39d63cfc19e1632f13d869b (diff)
downloadpoky-0c05d53fbede6feed6e9d361cb631a364f045a0f.tar.gz
Fix sysprof for powerpc64
__ppc64__ is not defined on powerpc64, rather __powerpc64__ is, this uses a patch that is already upstream to fix builds for powerpc64 (From OE-Core rev: 4732222c46652951e66aae377631f4a361179d8f) Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/sysprof/sysprof_git.bb')
-rw-r--r--meta/recipes-kernel/sysprof/sysprof_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/sysprof/sysprof_git.bb b/meta/recipes-kernel/sysprof/sysprof_git.bb
index 10bde0487d..c55326352b 100644
--- a/meta/recipes-kernel/sysprof/sysprof_git.bb
+++ b/meta/recipes-kernel/sysprof/sysprof_git.bb
@@ -10,6 +10,7 @@ PV = "1.1.8+git${SRCPV}"
10 10
11SRC_URI = "git://git.gnome.org/sysprof;protocol=git \ 11SRC_URI = "git://git.gnome.org/sysprof;protocol=git \
12 file://define-NT_GNU_BUILD_ID.patch \ 12 file://define-NT_GNU_BUILD_ID.patch \
13 file://0001-Fix-PowerPC-checks-for-__NR_perf_counter_open.patch \
13 " 14 "
14 15
15SRC_URI_append_arm = " file://rmb-arm.patch" 16SRC_URI_append_arm = " file://rmb-arm.patch"