mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 01:06:37 +01:00
* Recipe already contains a patch for mips arch but not for mips64. For mips64 arch 'mips' was not available in OVERRIDES, rather mips64 was there. So added the same patch for mips64 arch using mips64. (From OE-Core rev: 5fa9f9b626daed83c8d31755040574c13ad25459) Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
23 lines
645 B
BlitzBasic
23 lines
645 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_mips64 = " file://rmb-mips.patch"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools
|