summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/systemtap/systemtap_git.bb
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2011-09-03 23:18:32 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-05 20:25:45 +0100
commit6ca3b3107da861491279dc6c99fc3922a297f771 (patch)
tree4d62a68f18602bdc6c2d3eefed022df9fab17aa4 /meta/recipes-kernel/systemtap/systemtap_git.bb
parentb6aa7037486a9be7272f01ed1b71448681ed8fdc (diff)
downloadpoky-6ca3b3107da861491279dc6c99fc3922a297f771.tar.gz
systemtap: upgrade to 1.6
Also enable for arm, since systemtap now works on arm and remove the gcc-4.6 compile fix patch since the problems it addresses have been fixed upstream. (From OE-Core rev: 09fa8e139b0c06f961927ac192d644bebdf31abf) Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/systemtap/systemtap_git.bb')
-rw-r--r--meta/recipes-kernel/systemtap/systemtap_git.bb15
1 files changed, 7 insertions, 8 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb
index e8aa54f683..732d9a7685 100644
--- a/meta/recipes-kernel/systemtap/systemtap_git.bb
+++ b/meta/recipes-kernel/systemtap/systemtap_git.bb
@@ -1,15 +1,14 @@
1DESCRIPTION = "SystemTap - script-directed dynamic tracing and performance analysis tool for Linux" 1DESCRIPTION = "SystemTap - script-directed dynamic tracing and performance analysis tool for Linux"
2LICENSE = "GPLv2" 2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 3LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
4 4
5DEPENDS = "elfutils sqlite3" 5DEPENDS = "elfutils sqlite3"
6 6
7SRCREV = "4ab3a1863bf4f472acae7a809bf2b38d91658aa8" 7SRCREV = "820f2d22fc47fad6e09ba886efb9b91e1247cb39"
8PR = "r4" 8PR = "r0"
9PV = "1.4+git${SRCPV}" 9PV = "1.6+git${SRCPV}"
10 10
11SRC_URI = "git://sources.redhat.com/git/systemtap.git;protocol=git \ 11SRC_URI = "git://sources.redhat.com/git/systemtap.git;protocol=git \
12 file://fix_for_compilation_with_gcc-4.6.0.patch \
13 " 12 "
14 13
15EXTRA_OECONF += "--with-libelf=${STAGING_DIR_TARGET} --without-rpm \ 14EXTRA_OECONF += "--with-libelf=${STAGING_DIR_TARGET} --without-rpm \
@@ -23,11 +22,11 @@ EXTRA_OECONF += "--with-libelf=${STAGING_DIR_TARGET} --without-rpm \
23SRC_URI[md5sum] = "cb202866ed704c44a876d041f788bdee" 22SRC_URI[md5sum] = "cb202866ed704c44a876d041f788bdee"
24SRC_URI[sha256sum] = "8ffe35caec0d937bd23fd78a3a8d94b58907cc0de0330b35e38f9f764815c459" 23SRC_URI[sha256sum] = "8ffe35caec0d937bd23fd78a3a8d94b58907cc0de0330b35e38f9f764815c459"
25 24
26# systemtap doesn't work on arm and doesn't support mips 25# systemtap doesn't support mips
27COMPATIBLE_HOST = '(x86_64.*|i.86.*|powerpc.*)-linux' 26COMPATIBLE_HOST = '(x86_64.*|i.86.*|powerpc.*|arm.*)-linux'
28 27
29S = "${WORKDIR}/git" 28S = "${WORKDIR}/git"
30 29
31inherit autotools 30inherit autotools gettext
32 31
33FILES_${PN}-dbg += "${libexecdir}/systemtap/.debug" 32FILES_${PN}-dbg += "${libexecdir}/systemtap/.debug"