summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/systemtap/systemtap_git.inc
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2012-06-07 16:36:49 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-08 11:43:18 +0100
commitfa3b18efecbc02029573deb00f03e7f278ea199c (patch)
tree4f7b3fc2be70adb48369201d064351664c2b2862 /meta/recipes-kernel/systemtap/systemtap_git.inc
parentdf8f55a919b3cc602ce1f1c51630c7edf6e36b55 (diff)
downloadpoky-fa3b18efecbc02029573deb00f03e7f278ea199c.tar.gz
systemtap: Unbreak build for systems with nss headers installed
* discussed on [1] * patch sent to systemtap [2] [1] http://lists.linuxtogo.org/pipermail/openembedded-core/2012-June/023377.html [2] http://sourceware.org/ml/systemtap/2012-q2/msg00202.html (From OE-Core rev: bd17907884e3a1e1d711125a4b8def5263e97edb) Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@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.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc
index 9f4feee8ce..5f2987b6f8 100644
--- a/meta/recipes-kernel/systemtap/systemtap_git.inc
+++ b/meta/recipes-kernel/systemtap/systemtap_git.inc
@@ -7,6 +7,7 @@ PV = "1.7+git${SRCPV}"
7SRC_URI = "git://sources.redhat.com/git/systemtap.git;protocol=git \ 7SRC_URI = "git://sources.redhat.com/git/systemtap.git;protocol=git \
8 file://docproc-build-fix.patch \ 8 file://docproc-build-fix.patch \
9 file://systemtap_fix_for_automake_1.12.patch \ 9 file://systemtap_fix_for_automake_1.12.patch \
10 file://runtime-staprun-configure.ac-support-without-nss-for.patch \
10 " 11 "
11 12
12FILESPATH = "${FILE_DIRNAME}/systemtap" 13FILESPATH = "${FILE_DIRNAME}/systemtap"