diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-02-24 18:02:03 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-01 23:27:09 +0000 |
commit | 89c1220c40371f296b69ac42f5ae6e78517ff422 (patch) | |
tree | 1e3cfbebfb940b3661472ef97af35532e934d28b /meta/recipes-kernel/systemtap/systemtap_git.inc | |
parent | c9f9446585377e4873431849351b7c4f52191301 (diff) | |
download | poky-89c1220c40371f296b69ac42f5ae6e78517ff422.tar.gz |
systemtap: update to 3.1
Removed patches are in upstream.
Rebase monitor-option.patch and no-msgfmt-check.patch
Add support for python 3 probes
(this necessitates the 0001-Do-not-let-configure-write-a-python-location-into-th.patch
and the Add 0001-Install-python-modules-to-correct-library-dir.patch to
install python modules to correct destination).
Add perl to RDEPENDS to fix a QA warning about one of the installed files.
(From OE-Core rev: e3bccfba499565ea13f154a11dadcab48ef5e0ab)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.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 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc index a0f0e6859a..c9612308a5 100644 --- a/meta/recipes-kernel/systemtap/systemtap_git.inc +++ b/meta/recipes-kernel/systemtap/systemtap_git.inc | |||
@@ -1,16 +1,16 @@ | |||
1 | LICENSE = "GPLv2" | 1 | LICENSE = "GPLv2" |
2 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
3 | SRCREV = "616ec7a0b916df7785d911b824c3df6eb022b213" | 3 | SRCREV = "b8ea350dc13adb6190d9044a5b80110a4c441270" |
4 | PV = "3.0" | 4 | PV = "3.1" |
5 | 5 | ||
6 | SRC_URI = "git://sourceware.org/git/systemtap.git \ | 6 | SRC_URI = "git://sourceware.org/git/systemtap.git \ |
7 | file://obsolete_automake_macros.patch \ | ||
8 | file://system_map_location.patch \ | 7 | file://system_map_location.patch \ |
9 | file://configure-allow-to-disable-libvirt.patch \ | 8 | file://configure-allow-to-disable-libvirt.patch \ |
10 | file://x32_abi_time.patch \ | 9 | file://x32_abi_time.patch \ |
11 | file://monitor-option.patch \ | 10 | file://monitor-option.patch \ |
12 | file://no-msgfmt-check.patch \ | 11 | file://no-msgfmt-check.patch \ |
13 | file://fix-monitor-linking.patch \ | 12 | file://0001-Do-not-let-configure-write-a-python-location-into-th.patch \ |
13 | file://0001-Install-python-modules-to-correct-library-dir.patch \ | ||
14 | " | 14 | " |
15 | 15 | ||
16 | # systemtap doesn't support mips | 16 | # systemtap doesn't support mips |