diff options
author | Roy Li <rongqing.li@windriver.com> | 2014-05-22 14:37:18 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-27 16:11:54 +0100 |
commit | aba63bab07e26b748811fdc178a896b314d51cb1 (patch) | |
tree | 8091aaa7cd913c487d3baa029cf105155be9c899 /meta/recipes-kernel/lttng/babeltrace_1.2.1.bb | |
parent | 359d2de19b2f6a51ac630486e63f8115ce305d59 (diff) | |
download | poky-aba63bab07e26b748811fdc178a896b314d51cb1.tar.gz |
babeltrace: fix alignment issue
Fix alignment issue in babeltrace
(From OE-Core rev: 862f14832d2d8a1917a5046d0299dbbbe6dc66da)
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/babeltrace_1.2.1.bb')
-rw-r--r-- | meta/recipes-kernel/lttng/babeltrace_1.2.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-kernel/lttng/babeltrace_1.2.1.bb b/meta/recipes-kernel/lttng/babeltrace_1.2.1.bb index 5c105d803b..542491b645 100644 --- a/meta/recipes-kernel/lttng/babeltrace_1.2.1.bb +++ b/meta/recipes-kernel/lttng/babeltrace_1.2.1.bb | |||
@@ -14,7 +14,9 @@ SRCREV = "66c2a20b4391fb5c7f870aeb0dde854f0ae1fc79" | |||
14 | PV = "1.2.1+git${SRCPV}" | 14 | PV = "1.2.1+git${SRCPV}" |
15 | 15 | ||
16 | SRC_URI = "git://git.efficios.com/babeltrace.git;branch=stable-1.2 \ | 16 | SRC_URI = "git://git.efficios.com/babeltrace.git;branch=stable-1.2 \ |
17 | file://0001-Fix-Support-out-of-tree-builds-in-babeltrace.patch" | 17 | file://0001-Fix-Support-out-of-tree-builds-in-babeltrace.patch \ |
18 | file://Fix-Align-buffers-from-objstack_alloc-on-sizeof-void.patch \ | ||
19 | " | ||
18 | 20 | ||
19 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
20 | 22 | ||