diff options
author | Nathan Lynch <nathan_lynch@mentor.com> | 2015-10-28 10:21:05 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-01 21:32:09 +0000 |
commit | 1b8f6a247ec8ca5273d4058b9a4ade22a4132975 (patch) | |
tree | 5fc378e0522e501d0bc285ff93c109fdd99ba26b /meta/recipes-kernel/lttng/lttng-tools_git.bb | |
parent | 22dd6e75f80b6967db14e147ec183e587002cdb5 (diff) | |
download | poky-1b8f6a247ec8ca5273d4058b9a4ade22a4132975.tar.gz |
lttng-tools: add libgcc to RDEPENDS
The lttng-sessiond program uses pthread_cancel, whose implementation
in glibc requires libgcc_s.so.1 to be present.
(From OE-Core rev: fff5fe9f356098457c4fd56cb95c3e8afde2defb)
Signed-off-by: Nathan Lynch <nathan_lynch@mentor.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-tools_git.bb')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-tools_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools_git.bb b/meta/recipes-kernel/lttng/lttng-tools_git.bb index 74c047fb0c..b124b953e6 100644 --- a/meta/recipes-kernel/lttng/lttng-tools_git.bb +++ b/meta/recipes-kernel/lttng/lttng-tools_git.bb | |||
@@ -10,6 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=01d7fc4496aacf37d90df90b90b0cac1 \ | |||
10 | file://lgpl-2.1.txt;md5=0f0d71500e6a57fd24d825f33242b9ca" | 10 | file://lgpl-2.1.txt;md5=0f0d71500e6a57fd24d825f33242b9ca" |
11 | 11 | ||
12 | DEPENDS = "liburcu popt lttng-ust libxml2" | 12 | DEPENDS = "liburcu popt lttng-ust libxml2" |
13 | RDEPENDS_${PN} = "libgcc" | ||
13 | RDEPENDS_${PN}-ptest += "make perl bash" | 14 | RDEPENDS_${PN}-ptest += "make perl bash" |
14 | 15 | ||
15 | SRCREV = "d71e55a5f1f423eeaa47c08e5797e47ce8e825fb" | 16 | SRCREV = "d71e55a5f1f423eeaa47c08e5797e47ce8e825fb" |