summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-04-23 20:35:24 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-27 14:59:48 +0100
commit35a2acdc7365aaafae2a11be691633e27d29af4f (patch)
tree39ae5948b108966b8f5db519561160fb8f7c6346 /meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb
parent25105f86a089aab4f26156af8301290533587ee6 (diff)
downloadpoky-35a2acdc7365aaafae2a11be691633e27d29af4f.tar.gz
lttng-tools: Add extern qualifier to declarations in .h file
This will ensure that compiler does not initialize the definitions in header files Change-Id: I1076201c667f96707c320a51a77d4a70e22df750 (From OE-Core rev: 2e9a4198fc9a9fcc78eddb6cd5c2ad51a2e8d3e7) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb')
-rw-r--r--meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb b/meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb
index f0969b5241..8cc4220c20 100644
--- a/meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb
+++ b/meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb
@@ -25,6 +25,7 @@ PACKAGECONFIG[kmod] = "--enable-kmod, --disable-kmod, kmod"
25 25
26SRC_URI = "git://git.lttng.org/lttng-tools.git;branch=stable-2.6 \ 26SRC_URI = "git://git.lttng.org/lttng-tools.git;branch=stable-2.6 \
27 file://runtest-2.4.0.patch \ 27 file://runtest-2.4.0.patch \
28 file://extern-decls.patch \
28 file://run-ptest \ 29 file://run-ptest \
29 " 30 "
30 31