[OE-core] [PATCH] lttng-tools: add libgcc to RDEPENDS

Nathan Lynch nathan_lynch at mentor.com
Wed Oct 28 15:21:05 UTC 2015


The lttng-sessiond program uses pthread_cancel, whose implementation
in glibc requires libgcc_s.so.1 to be present.

Signed-off-by: Nathan Lynch <nathan_lynch at mentor.com>
---
 meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb | 1 +
 1 file changed, 1 insertion(+)

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 909acc37a75d..c7a7c4c5f284 100644
--- a/meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb
+++ b/meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb
@@ -10,6 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=01d7fc4496aacf37d90df90b90b0cac1 \
                     file://lgpl-2.1.txt;md5=0f0d71500e6a57fd24d825f33242b9ca"
 
 DEPENDS = "liburcu popt lttng-ust libxml2"
+RDEPENDS_${PN} = "libgcc"
 RDEPENDS_${PN}-ptest += "make perl bash"
 
 SRCREV = "d522c1f14285e2e8b10b7c0cd011847696ffe779"
-- 
2.4.3




More information about the Openembedded-core mailing list