[oe-commits] [openembedded-core] 03/09: btrfs-tools: Add libgcc to RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Sat Mar 5 08:26:54 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 4824554caf99b064b6f4599f13ace7b08f6a0d72
Author: Robert Joslyn <robert_joslyn at selinc.com>
AuthorDate: Fri Mar 4 16:54:19 2016 -0800

    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 <robert_joslyn at selinc.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/btrfs-tools/btrfs-tools_4.4.bb | 1 +
 1 file changed, 1 insertion(+)

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 9b68edc..32e7bae 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 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list