mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 10:13:03 +01:00
__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>
23 lines
651 B
BlitzBasic
23 lines
651 B
BlitzBasic
DESCRIPTION = "sysprof - System-wide Performance Profiler for Linux"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
|
|
|
DEPENDS = "gtk+ libglade"
|
|
|
|
SRCREV = "4692f85f625f4fd969cef4ab5dc47cc4655c87f9"
|
|
PR = "r2"
|
|
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"
|
|
SRC_URI_append_mips = " file://rmb-mips.patch"
|
|
SRC_URI_append_powerpc = " file://ppc-macro-fix.patch"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools
|