summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/systemtap/systemtap_git.inc
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-06-03 12:15:01 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-04 14:13:35 +0100
commitd2d5bf5c68d78647e287491fe75d28fbcfc10411 (patch)
tree1a174ec07c007b7af2aaf5abcbb6e35a65952d6d /meta/recipes-kernel/systemtap/systemtap_git.inc
parent41f18826ac44456af7e8eb7ba53d52885ecd66f0 (diff)
downloadpoky-d2d5bf5c68d78647e287491fe75d28fbcfc10411.tar.gz
systemtap: update to 3.0
Remove docproc-build-fix.patch, as the build problem it's fixing now happens only if building html docs is explicitly enabled (which we do not do). (From OE-Core rev: 1310a71a81e0b19919fc622f676fa6106be6cf9d) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.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.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc
index 656f15f808..ce976edeb5 100644
--- a/meta/recipes-kernel/systemtap/systemtap_git.inc
+++ b/meta/recipes-kernel/systemtap/systemtap_git.inc
@@ -1,10 +1,9 @@
1LICENSE = "GPLv2" 1LICENSE = "GPLv2"
2LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 2LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
3SRCREV = "7009f2f782e52d6105fe68d6ea2a9820a1099c06" 3SRCREV = "616ec7a0b916df7785d911b824c3df6eb022b213"
4PV = "2.9" 4PV = "3.0"
5 5
6SRC_URI = "git://sourceware.org/git/systemtap.git \ 6SRC_URI = "git://sourceware.org/git/systemtap.git \
7 file://docproc-build-fix.patch \
8 file://obsolete_automake_macros.patch \ 7 file://obsolete_automake_macros.patch \
9 file://system_map_location.patch \ 8 file://system_map_location.patch \
10 file://configure-allow-to-disable-libvirt.patch \ 9 file://configure-allow-to-disable-libvirt.patch \