From: Nathan Lynch Date: Wed, 28 Oct 2015 15:21:05 +0000 (-0500) Subject: lttng-tools: add libgcc to RDEPENDS X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b8f6a247ec8ca5273d4058b9a4ade22a4132975;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/lttng/lttng-tools_git.bb b/meta/recipes-kernel/lttng/lttng-tools_git.bb index 74c047fb0c8..b124b953e6f 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 \ file://lgpl-2.1.txt;md5=0f0d71500e6a57fd24d825f33242b9ca" DEPENDS = "liburcu popt lttng-ust libxml2" +RDEPENDS_${PN} = "libgcc" RDEPENDS_${PN}-ptest += "make perl bash" SRCREV = "d71e55a5f1f423eeaa47c08e5797e47ce8e825fb"