diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2010-12-08 01:50:04 -0600 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-12-10 22:01:29 -0800 |
commit | 8d702d76ff68f6f496af212a3e8d12a0d40cac2f (patch) | |
tree | a9433e2f6ad7624903e50145909e576255914185 /meta/recipes-kernel/sysprof/sysprof_git.bb | |
parent | 732a117c77668d6ce69103c24f76a2d6bee81d5e (diff) | |
download | poky-8d702d76ff68f6f496af212a3e8d12a0d40cac2f.tar.gz |
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>
Diffstat (limited to 'meta/recipes-kernel/sysprof/sysprof_git.bb')
-rw-r--r-- | meta/recipes-kernel/sysprof/sysprof_git.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-kernel/sysprof/sysprof_git.bb b/meta/recipes-kernel/sysprof/sysprof_git.bb new file mode 100644 index 0000000000..d649c16541 --- /dev/null +++ b/meta/recipes-kernel/sysprof/sysprof_git.bb | |||
@@ -0,0 +1,22 @@ | |||
1 | DESCRIPTION = "sysprof - System-wide Performance Profiler for Linux" | ||
2 | LICENSE = "GPLv2" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
4 | |||
5 | DEPENDS = "gtk+ libglade" | ||
6 | |||
7 | PR = r0 | ||
8 | PV = "1.1.6+git${SRCPV}" | ||
9 | |||
10 | SRC_URI = "git://git.gnome.org/sysprof;protocol=git \ | ||
11 | " | ||
12 | |||
13 | SRC_URI_append_arm = " file://rmb-arm.patch" | ||
14 | SRC_URI_append_mips = " file://rmb-mips.patch" | ||
15 | SRC_URI_append_powerpc = " file://ppc-macro-fix.patch" | ||
16 | |||
17 | SRC_URI[md5sum] = "80902a7b3d6f7cb83eb6b47e87538747" | ||
18 | SRC_URI[sha256sum] = "1c6403278fa4f3b37a1fb9f0784e496dce1703fe84ac03b2650bf469133a0cb3" | ||
19 | |||
20 | S = "${WORKDIR}/git" | ||
21 | |||
22 | inherit autotools | ||