1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 12:49:46 +00:00

systemtap: update to version 1.8

Update the systemtap recipes to the recently released 1.8.  Remove a
couple patches whose changes are already present in the new version.

(From OE-Core rev: 1c5a127d075ebf78b70d14e3ca1d0ff640a80cb8)

Signed-off-by: Wade Farnsworth <wade_farnsworth@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Wade Farnsworth
2012-06-21 13:06:35 -05:00
committed by Richard Purdie
parent d7be5def1c
commit b8c9a593b5
4 changed files with 3 additions and 78 deletions
@@ -1,13 +1,11 @@
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRCREV = "83bd2699d8cff2f2d6b9eaf5ea254e4cb6b33e81"
PV = "1.7+git${SRCPV}"
SRCREV = "48fa6b5e1d3e636c34cbd5650370e6f634efc294"
PV = "1.8+git${SRCPV}"
SRC_URI = "git://sources.redhat.com/git/systemtap.git;protocol=git \
file://docproc-build-fix.patch \
file://systemtap_fix_for_automake_1.12.patch \
file://runtime-staprun-configure.ac-support-without-nss-for.patch \
"
FILESPATH = "${FILE_DIRNAME}/systemtap"