mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
sysprof: add system-wide performance profiler for Linux.
[sgw@linux.intel.com: alpha'ed poky-default-revision.inc and fix commit message] Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
22
meta/recipes-kernel/sysprof/sysprof_git.bb
Normal file
22
meta/recipes-kernel/sysprof/sysprof_git.bb
Normal file
@@ -0,0 +1,22 @@
|
||||
DESCRIPTION = "sysprof - System-wide Performance Profiler for Linux"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
DEPENDS = "gtk+ libglade"
|
||||
|
||||
PR = r0
|
||||
PV = "1.1.6+git${SRCPV}"
|
||||
|
||||
SRC_URI = "git://git.gnome.org/sysprof;protocol=git \
|
||||
"
|
||||
|
||||
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"
|
||||
|
||||
SRC_URI[md5sum] = "80902a7b3d6f7cb83eb6b47e87538747"
|
||||
SRC_URI[sha256sum] = "1c6403278fa4f3b37a1fb9f0784e496dce1703fe84ac03b2650bf469133a0cb3"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools
|
||||
Reference in New Issue
Block a user