From fa3b18efecbc02029573deb00f03e7f278ea199c Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Thu, 7 Jun 2012 16:36:49 -0700 Subject: systemtap: Unbreak build for systems with nss headers installed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 Signed-off-by: Elizabeth Flanagan Signed-off-by: Richard Purdie --- meta/recipes-kernel/systemtap/systemtap_git.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-kernel/systemtap/systemtap_git.inc') 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}" 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" -- cgit v1.2.3-54-g00ecf