diff options
author | Saul Wold <sgw@linux.intel.com> | 2015-03-05 19:19:46 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-09 16:05:09 +0000 |
commit | 7ec29a4dbcc62a928c517bd968c499e325580bfe (patch) | |
tree | 24e23e779e1aa0b46ae75873a7434848f234872b /meta/recipes-kernel/systemtap | |
parent | 17e8595af2041cfd63adf73b344f7ccad3db7e01 (diff) | |
download | openembedded-core-contrib-7ec29a4dbcc62a928c517bd968c499e325580bfe.tar.gz |
systemtap: Upgrade to 2.7
This address issues with the 3.19 kernel and the number of patches to
back port would be to great
[YOCTO #7401]
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
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 f9a19d964a1..4a1f4fbcdc0 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 = "7682e51d2e11a35b2977ba9a85ab42f326b8ff8f" -PV = "2.6+git${SRCPV}" +SRCREV = "bf16266782e1f2588b519a50d9684279d4e21036" +PV = "2.7+git${SRCPV}" SRC_URI = "git://sourceware.org/git/systemtap.git \ file://docproc-build-fix.patch \ |