diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-11-20 14:44:55 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-25 17:54:06 +0000 |
commit | 8ba5ecb17a08b29bbb314b6a498b17ac88f7f17c (patch) | |
tree | 344d5fa02ba4af05e13936e240a19d1ddab166a4 | |
parent | 1e3f040b1f68fa1f808851ecd9623544e935e9ad (diff) | |
download | openembedded-core-8ba5ecb17a08b29bbb314b6a498b17ac88f7f17c.tar.gz |
systemtap: update to 4.2
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-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 abb2b3743b..116e83fe0f 100644 --- a/meta/recipes-kernel/systemtap/systemtap_git.inc +++ b/meta/recipes-kernel/systemtap/systemtap_git.inc @@ -1,7 +1,7 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" -SRCREV = "57c9aca9f1ff32a6add10e02ecd33b7314fad499" -PV = "4.1+git${SRCPV}" +SRCREV = "044a0640985ef007c0b2fb6eaf660d9d51800cda" +PV = "4.2" SRC_URI = "git://sourceware.org/git/systemtap.git \ file://0001-Do-not-let-configure-write-a-python-location-into-th.patch \ |