summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/systemtap/systemtap_git.inc
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-03-07 12:12:09 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-08 11:52:56 +0000
commit3f0037ce3c49ecc98c486ebf90844a4db4976b14 (patch)
treefa3c821caaaa317c410d8cb1f79b4c3d4e77e1f1 /meta/recipes-kernel/systemtap/systemtap_git.inc
parent35ce834167b186c748793a95cb3d900cc6660dc7 (diff)
downloadpoky-3f0037ce3c49ecc98c486ebf90844a4db4976b14.tar.gz
systemtap: Add patch to remove quotes
This fixes the -I include lines that are getting passed to the kernel macros [YOCTO #10990] (From OE-Core rev: b4d2f41a474c111e5fc64cae635d851386d860ba) Signed-off-by: Saul Wold <sgw@linux.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 c9612308a5..a6aedd38a6 100644
--- a/meta/recipes-kernel/systemtap/systemtap_git.inc
+++ b/meta/recipes-kernel/systemtap/systemtap_git.inc
@@ -11,6 +11,7 @@ SRC_URI = "git://sourceware.org/git/systemtap.git \
11 file://no-msgfmt-check.patch \ 11 file://no-msgfmt-check.patch \
12 file://0001-Do-not-let-configure-write-a-python-location-into-th.patch \ 12 file://0001-Do-not-let-configure-write-a-python-location-into-th.patch \
13 file://0001-Install-python-modules-to-correct-library-dir.patch \ 13 file://0001-Install-python-modules-to-correct-library-dir.patch \
14 file://0001-buildrun-remove-quotes-around-I-include-line.patch \
14 " 15 "
15 16
16# systemtap doesn't support mips 17# systemtap doesn't support mips