summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/systemtap/systemtap_git.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-04-01 00:19:45 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-04-03 23:53:20 +0100
commit4f7e90a0afa9ca685d5c4356255df33f95d915b8 (patch)
tree5f4f3ac323d975435df1f6a72f464ed59c8eef0e /meta/recipes-kernel/systemtap/systemtap_git.inc
parenta36e4bb2f83f006a413571c89bffb0ece3e04b12 (diff)
downloadpoky-4f7e90a0afa9ca685d5c4356255df33f95d915b8.tar.gz
systemtap: Backport a fix for build with gcc8
(From OE-Core rev: b751e865375b325df4083d85af191da4dc3a27ee) Signed-off-by: Khem Raj <raj.khem@gmail.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 f51bd28fd8..4d887ed4d2 100644
--- a/meta/recipes-kernel/systemtap/systemtap_git.inc
+++ b/meta/recipes-kernel/systemtap/systemtap_git.inc
@@ -14,6 +14,7 @@ SRC_URI = "git://sourceware.org/git/systemtap.git \
14 file://0001-buildrun-remove-quotes-around-I-include-line.patch \ 14 file://0001-buildrun-remove-quotes-around-I-include-line.patch \
15 file://0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch \ 15 file://0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch \
16 file://0001-Fix-PR22551-by-updating-the-use-of-timers-for-the-4..patch \ 16 file://0001-Fix-PR22551-by-updating-the-use-of-timers-for-the-4..patch \
17 file://0001-Fixes-for-gcc-8.patch \
17 " 18 "
18 19
19COMPATIBLE_HOST = '(x86_64|i.86|powerpc|arm|aarch64|microblazeel|mips).*-linux' 20COMPATIBLE_HOST = '(x86_64|i.86|powerpc|arm|aarch64|microblazeel|mips).*-linux'