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

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>
This commit is contained in:
Andreas Müller
2012-06-07 16:36:49 -07:00
committed by Richard Purdie
parent df8f55a919
commit fa3b18efec
3 changed files with 54 additions and 7 deletions
@@ -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"