diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-03 22:39:37 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-06 08:24:41 +0100 |
commit | 646c754b53590018ac86f8dcced60772e2f94c6d (patch) | |
tree | 519b9f8e0e2a162e5d4fce951260cd469be660ec /meta/recipes-kernel/systemtap | |
parent | 4738a499ae7f989459f9cf4be55185f896059320 (diff) | |
download | poky-646c754b53590018ac86f8dcced60772e2f94c6d.tar.gz |
systemtap: Use latest and greatest git version for 5.2 kernel support
Systemtap has issues with the 5.2 kernel which are fixed in master, we helped
debug and submitted some of the patches. Update to a git version which includes
all the fixes.
(From OE-Core rev: 7054ec111c7a011adb8a39b3a70292b29470e2aa)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/systemtap')
-rw-r--r-- | meta/recipes-kernel/systemtap/systemtap_git.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc index c5348b3204..f16f851e61 100644 --- a/meta/recipes-kernel/systemtap/systemtap_git.inc +++ b/meta/recipes-kernel/systemtap/systemtap_git.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | LICENSE = "GPLv2" | 1 | LICENSE = "GPLv2" |
2 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
3 | SRCREV = "984d6d1696ed06626b07cb65ab55d6ae0ece1131" | 3 | SRCREV = "a25199c9580b9b66424c494d3bf39c4d1b7e1f7b" |
4 | PV = "4.1" | 4 | PV = "4.1+git${SRCPV}" |
5 | 5 | ||
6 | SRC_URI = "git://sourceware.org/git/systemtap.git \ | 6 | SRC_URI = "git://sourceware.org/git/systemtap.git \ |
7 | file://configure-allow-to-disable-libvirt.patch \ | 7 | file://configure-allow-to-disable-libvirt.patch \ |