diff options
| author | Tom Zanussi <tom.zanussi@intel.com> | 2011-09-03 23:18:32 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-05 20:25:45 +0100 |
| commit | 6ca3b3107da861491279dc6c99fc3922a297f771 (patch) | |
| tree | 4d62a68f18602bdc6c2d3eefed022df9fab17aa4 /meta/recipes-kernel/systemtap/systemtap_git.bb | |
| parent | b6aa7037486a9be7272f01ed1b71448681ed8fdc (diff) | |
| download | poky-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.bb | 15 |
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 @@ | |||
| 1 | DESCRIPTION = "SystemTap - script-directed dynamic tracing and performance analysis tool for Linux" | 1 | DESCRIPTION = "SystemTap - script-directed dynamic tracing and performance analysis tool for Linux" |
| 2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 4 | 4 | ||
| 5 | DEPENDS = "elfutils sqlite3" | 5 | DEPENDS = "elfutils sqlite3" |
| 6 | 6 | ||
| 7 | SRCREV = "4ab3a1863bf4f472acae7a809bf2b38d91658aa8" | 7 | SRCREV = "820f2d22fc47fad6e09ba886efb9b91e1247cb39" |
| 8 | PR = "r4" | 8 | PR = "r0" |
| 9 | PV = "1.4+git${SRCPV}" | 9 | PV = "1.6+git${SRCPV}" |
| 10 | 10 | ||
| 11 | SRC_URI = "git://sources.redhat.com/git/systemtap.git;protocol=git \ | 11 | SRC_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 | ||
| 15 | EXTRA_OECONF += "--with-libelf=${STAGING_DIR_TARGET} --without-rpm \ | 14 | EXTRA_OECONF += "--with-libelf=${STAGING_DIR_TARGET} --without-rpm \ |
| @@ -23,11 +22,11 @@ EXTRA_OECONF += "--with-libelf=${STAGING_DIR_TARGET} --without-rpm \ | |||
| 23 | SRC_URI[md5sum] = "cb202866ed704c44a876d041f788bdee" | 22 | SRC_URI[md5sum] = "cb202866ed704c44a876d041f788bdee" |
| 24 | SRC_URI[sha256sum] = "8ffe35caec0d937bd23fd78a3a8d94b58907cc0de0330b35e38f9f764815c459" | 23 | SRC_URI[sha256sum] = "8ffe35caec0d937bd23fd78a3a8d94b58907cc0de0330b35e38f9f764815c459" |
| 25 | 24 | ||
| 26 | # systemtap doesn't work on arm and doesn't support mips | 25 | # systemtap doesn't support mips |
| 27 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|powerpc.*)-linux' | 26 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|powerpc.*|arm.*)-linux' |
| 28 | 27 | ||
| 29 | S = "${WORKDIR}/git" | 28 | S = "${WORKDIR}/git" |
| 30 | 29 | ||
| 31 | inherit autotools | 30 | inherit autotools gettext |
| 32 | 31 | ||
| 33 | FILES_${PN}-dbg += "${libexecdir}/systemtap/.debug" | 32 | FILES_${PN}-dbg += "${libexecdir}/systemtap/.debug" |
