diff options
author | Wade Farnsworth <wade_farnsworth@mentor.com> | 2012-06-21 13:06:35 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-28 16:26:43 +0100 |
commit | b8c9a593b59f0d8e8ae99a334f56c7c5fd74fc1d (patch) | |
tree | b239a7d453158fee6ed169e9526fe268064a1570 /meta/recipes-kernel/systemtap/systemtap_git.inc | |
parent | d7be5def1c15f2b4de0b480cec8a0245ba89add5 (diff) | |
download | poky-b8c9a593b59f0d8e8ae99a334f56c7c5fd74fc1d.tar.gz |
systemtap: update to version 1.8
Update the systemtap recipes to the recently released 1.8. Remove a
couple patches whose changes are already present in the new version.
(From OE-Core rev: 1c5a127d075ebf78b70d14e3ca1d0ff640a80cb8)
Signed-off-by: Wade Farnsworth <wade_farnsworth@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/systemtap/systemtap_git.inc')
-rw-r--r-- | meta/recipes-kernel/systemtap/systemtap_git.inc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc index 5f2987b6f8..093e62d16f 100644 --- a/meta/recipes-kernel/systemtap/systemtap_git.inc +++ b/meta/recipes-kernel/systemtap/systemtap_git.inc | |||
@@ -1,13 +1,11 @@ | |||
1 | LICENSE = "GPLv2" | 1 | LICENSE = "GPLv2" |
2 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
3 | 3 | ||
4 | SRCREV = "83bd2699d8cff2f2d6b9eaf5ea254e4cb6b33e81" | 4 | SRCREV = "48fa6b5e1d3e636c34cbd5650370e6f634efc294" |
5 | PV = "1.7+git${SRCPV}" | 5 | PV = "1.8+git${SRCPV}" |
6 | 6 | ||
7 | SRC_URI = "git://sources.redhat.com/git/systemtap.git;protocol=git \ | 7 | SRC_URI = "git://sources.redhat.com/git/systemtap.git;protocol=git \ |
8 | file://docproc-build-fix.patch \ | 8 | file://docproc-build-fix.patch \ |
9 | file://systemtap_fix_for_automake_1.12.patch \ | ||
10 | file://runtime-staprun-configure.ac-support-without-nss-for.patch \ | ||
11 | " | 9 | " |
12 | 10 | ||
13 | FILESPATH = "${FILE_DIRNAME}/systemtap" | 11 | FILESPATH = "${FILE_DIRNAME}/systemtap" |