summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorRadu Moisan <radu.moisan@intel.com>2013-03-14 16:09:17 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-18 13:18:22 +0000
commitb03402b6a54636b58728a65212c9974565189b40 (patch)
tree9898065455caa1ebf9d44dca3086830f2cff97a7 /meta/recipes-kernel
parentf8a4b4a1e783b58abd09f3cc78e6e2732664a973 (diff)
downloadpoky-b03402b6a54636b58728a65212c9974565189b40.tar.gz
systemtap: Upgrade to v2.1
(From OE-Core rev: 7f572cecd89a992a7120c73f936c27d9fc030f57) Signed-off-by: Radu Moisan <radu.moisan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/systemtap/systemtap/obsolete_automake_macros.patch22
-rw-r--r--meta/recipes-kernel/systemtap/systemtap_git.inc4
2 files changed, 7 insertions, 19 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap/obsolete_automake_macros.patch b/meta/recipes-kernel/systemtap/systemtap/obsolete_automake_macros.patch
index c2d6d43402..988cda4f0c 100644
--- a/meta/recipes-kernel/systemtap/systemtap/obsolete_automake_macros.patch
+++ b/meta/recipes-kernel/systemtap/systemtap/obsolete_automake_macros.patch
@@ -1,11 +1,11 @@
1Upstream-Status: Pending 1Upstream-Status: Pending
2 2
3Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> 3Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
4diff --git a/configure.ac b/configure.ac 4Index: git/configure.ac
5index 2a30ea1..713800d 100644 5===================================================================
6--- a/configure.ac 6--- git.orig/configure.ac
7+++ b/configure.ac 7+++ git/configure.ac
8@@ -18,7 +18,6 @@ AC_PROG_LN_S 8@@ -19,7 +19,6 @@ AC_PROG_LN_S
9 AC_PROG_CC 9 AC_PROG_CC
10 AC_PROG_CXX 10 AC_PROG_CXX
11 AC_PROG_CPP 11 AC_PROG_CPP
@@ -13,15 +13,3 @@ index 2a30ea1..713800d 100644
13 AM_PROG_CC_C_O 13 AM_PROG_CC_C_O
14 AC_PROG_RANLIB 14 AC_PROG_RANLIB
15 AC_OBJEXT 15 AC_OBJEXT
16diff --git a/runtime/staprun/configure.ac b/runtime/staprun/configure.ac
17index 48f48db..68152db 100644
18--- a/runtime/staprun/configure.ac
19+++ b/runtime/staprun/configure.ac
20@@ -13,7 +13,6 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
21
22 AC_PROG_CC
23 AC_PROG_CXX
24-AM_PROG_CC_STDC
25 AM_PROG_CC_C_O
26 AC_PROG_INSTALL
27 AC_SYS_LARGEFILE
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc
index 6c67d34cb1..edaab9772e 100644
--- a/meta/recipes-kernel/systemtap/systemtap_git.inc
+++ b/meta/recipes-kernel/systemtap/systemtap_git.inc
@@ -1,8 +1,8 @@
1LICENSE = "GPLv2" 1LICENSE = "GPLv2"
2LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 2LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
3 3
4SRCREV = "48fa6b5e1d3e636c34cbd5650370e6f634efc294" 4SRCREV = "addec813fed4c712d6ea752f6e4f23e602b87fad"
5PV = "1.8+git${SRCPV}" 5PV = "2.1+git${SRCPV}"
6 6
7SRC_URI = "git://sourceware.org/git/systemtap.git;protocol=git \ 7SRC_URI = "git://sourceware.org/git/systemtap.git;protocol=git \
8 file://docproc-build-fix.patch \ 8 file://docproc-build-fix.patch \