[OE-core] [PATCH] btrfs-tools: Add libgcc to RDEPENDS

robert_joslyn at selinc.com robert_joslyn at selinc.com
Sat Mar 5 00:54:19 UTC 2016


From: Robert Joslyn <robert_joslyn at selinc.com>

libgcc_s.so.1 is required by btrfs-tools at runtime for certain
operations, such as scrub.

Signed-off-by: Robert Joslyn <robert_joslyn at selinc.com>
---
 meta/recipes-devtools/btrfs-tools/btrfs-tools_4.1.2.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.1.2.bb 
b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.1.2.bb
index 37c622b..cc2ccfc 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.1.2.bb
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.1.2.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 = "7f1328ccb5d159efe850d4eaea9b49bbe8c4181e"
 SRC_URI = 
"git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \
--
1.9.1



More information about the Openembedded-core mailing list