summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/lttng-tools_2.3.1.bb
diff options
context:
space:
mode:
authorRoy Li <rongqing.li@windriver.com>2014-05-22 14:37:35 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-27 16:11:54 +0100
commit359d2de19b2f6a51ac630486e63f8115ce305d59 (patch)
tree057036ba61f41da42e77c341d2f3958033cbdb02 /meta/recipes-kernel/lttng/lttng-tools_2.3.1.bb
parent779d496e7c79b21ff2729e5cca4a16f6294cfec8 (diff)
downloadpoky-359d2de19b2f6a51ac630486e63f8115ce305d59.tar.gz
lttng-tools: fix alignment issue
Fix alignment issue in lttng-tools (From OE-Core rev: 539b77a29eb24b3896c9c436c0b4ce61c6b72b34) Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-tools_2.3.1.bb')
-rw-r--r--meta/recipes-kernel/lttng/lttng-tools_2.3.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.3.1.bb b/meta/recipes-kernel/lttng/lttng-tools_2.3.1.bb
index ee59a4645b..db8b65b2e7 100644
--- a/meta/recipes-kernel/lttng/lttng-tools_2.3.1.bb
+++ b/meta/recipes-kernel/lttng/lttng-tools_2.3.1.bb
@@ -18,6 +18,7 @@ PV = "v2.3.1"
18SRC_URI = "git://git.lttng.org/lttng-tools.git;branch=stable-2.3 \ 18SRC_URI = "git://git.lttng.org/lttng-tools.git;branch=stable-2.3 \
19 file://runtest.patch \ 19 file://runtest.patch \
20 file://run-ptest \ 20 file://run-ptest \
21 file://Fix-alignment-problems-on-targets-not-supporting-una.patch \
21 " 22 "
22 23
23S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"