diff options
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" |