]> code.ossystems Code Review - openembedded-core.git/commitdiff
lttng-tools: add libgcc to RDEPENDS
authorNathan Lynch <nathan_lynch@mentor.com>
Wed, 28 Oct 2015 15:21:05 +0000 (10:21 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Dec 2015 21:30:59 +0000 (21:30 +0000)
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@mentor.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-kernel/lttng/lttng-tools_git.bb

index 74c047fb0c8df2375d7a41b08e7acd31335808a4..b124b953e6f068abe396a48f24dd187d1ba7838a 100644 (file)
@@ -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 = "d71e55a5f1f423eeaa47c08e5797e47ce8e825fb"