]> code.ossystems Code Review - openembedded-core.git/commitdiff
btrfs-tools: Add libgcc to RDEPENDS
authorRobert Joslyn <robert_joslyn@selinc.com>
Sat, 5 Mar 2016 00:54:19 +0000 (16:54 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 6 Mar 2016 23:52:57 +0000 (23:52 +0000)
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 <robert_joslyn@selinc.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/btrfs-tools/btrfs-tools_4.4.bb

index 9b68edc8f5491894241f15a55c6541889f12d6f7..32e7bae5877fed673b3a193486aaa7ef2049ed0b 100644 (file)
@@ -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 \