summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/systemtap/systemtap_git.inc
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2014-11-06 16:19:33 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-11-09 10:21:20 +0000
commitafd7e24c42c5c490be20548ac1ec441a18ca3c62 (patch)
treea9d3e25100949226f70adc17847f8c4d6685ade4 /meta/recipes-kernel/systemtap/systemtap_git.inc
parent58c76d143d27bc2c32ad05ce09fb26b4101bb347 (diff)
downloadpoky-afd7e24c42c5c490be20548ac1ec441a18ca3c62.tar.gz
systemtap: Upgrade to 2.6 Git Version
Remove backported patch (From OE-Core rev: 89a900cb356504bc56e507412adaf5a0d5043ac9) Signed-off-by: Saul Wold <sgw@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 f81e8baf86..f9a19d964a 100644
--- a/meta/recipes-kernel/systemtap/systemtap_git.inc
+++ b/meta/recipes-kernel/systemtap/systemtap_git.inc
@@ -1,13 +1,12 @@
1LICENSE = "GPLv2" 1LICENSE = "GPLv2"
2LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 2LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
3SRCREV = "8f0fcd995f7f650a2ee0a94539f90c99e6d19e1d" 3SRCREV = "7682e51d2e11a35b2977ba9a85ab42f326b8ff8f"
4PV = "2.5+git${SRCPV}" 4PV = "2.6+git${SRCPV}"
5 5
6SRC_URI = "git://sourceware.org/git/systemtap.git \ 6SRC_URI = "git://sourceware.org/git/systemtap.git \
7 file://docproc-build-fix.patch \ 7 file://docproc-build-fix.patch \
8 file://obsolete_automake_macros.patch \ 8 file://obsolete_automake_macros.patch \
9 file://system_map_location.patch \ 9 file://system_map_location.patch \
10 file://tapset-linux-sendfile-syscall.patch \
11 file://configure-allow-to-disable-libvirt.patch \ 10 file://configure-allow-to-disable-libvirt.patch \
12 " 11 "
13 12