diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-12-14 15:53:55 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-16 12:11:25 +0000 |
commit | 9083d25fa797272137737577228a3f7a5d95b27f (patch) | |
tree | b330509091e1a9abaf36e0fbe3b96aefdf5ff474 /meta/recipes-kernel | |
parent | 3232c56c01631953445429d1eb7ab532404d6271 (diff) | |
download | openembedded-core-9083d25fa797272137737577228a3f7a5d95b27f.tar.gz openembedded-core-9083d25fa797272137737577228a3f7a5d95b27f.tar.bz2 openembedded-core-9083d25fa797272137737577228a3f7a5d95b27f.zip |
systemtap: update to 2.9
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/systemtap/systemtap_git.inc | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb b/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb index 758908bff9..3686c2f761 100644 --- a/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb +++ b/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb @@ -4,8 +4,6 @@ require systemtap_git.inc DEPENDS = "systemtap virtual/kernel" -PR = "r1" - # On systems without CONFIG_UTRACE, this package is empty. ALLOW_EMPTY_${PN} = "1" diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc index 59a578daac..7f9ae0b522 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 = "bf16266782e1f2588b519a50d9684279d4e21036" -PV = "2.7+git${SRCPV}" +SRCREV = "7009f2f782e52d6105fe68d6ea2a9820a1099c06" +PV = "2.9" SRC_URI = "git://sourceware.org/git/systemtap.git \ file://docproc-build-fix.patch \ |