From: Robert Joslyn Date: Sat, 5 Mar 2016 00:54:19 +0000 (-0800) Subject: btrfs-tools: Add libgcc to RDEPENDS X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~26686 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e31e77b8a093aab077dbbb23e4c18c1ebe94bff;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git btrfs-tools: Add libgcc to RDEPENDS libgcc_s.so.1 is required by btrfs-tools at runtime for certain operations, such as scrub due to the use of pthread_cancel. Signed-off-by: Robert Joslyn Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.4.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.4.bb index 9b68edc8f54..32e7bae5877 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.4.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.4.bb @@ -11,6 +11,7 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=fcb02dc552a041dee27e4b85c7396067" SECTION = "base" DEPENDS = "util-linux attr e2fsprogs lzo acl" +RDEPENDS_${PN} = "libgcc" SRCREV = "21258fab2caeade405a15ba932d373b364aa6e8c" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \