mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
6d218635e9
commit
0c05d53fbe
@@ -10,6 +10,7 @@ PV = "1.1.8+git${SRCPV}"
|
||||
|
||||
SRC_URI = "git://git.gnome.org/sysprof;protocol=git \
|
||||
file://define-NT_GNU_BUILD_ID.patch \
|
||||
file://0001-Fix-PowerPC-checks-for-__NR_perf_counter_open.patch \
|
||||
"
|
||||
|
||||
SRC_URI_append_arm = " file://rmb-arm.patch"
|
||||
|
||||
Reference in New Issue
Block a user