diff options
author | Robert Joslyn <robert_joslyn@selinc.com> | 2016-03-04 16:54:19 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-06 23:52:57 +0000 |
commit | 3e31e77b8a093aab077dbbb23e4c18c1ebe94bff (patch) | |
tree | a06d90aba4cfdd43ab47c9b23ca260537690c5d1 /meta/recipes-devtools | |
parent | 448726469761b8cdc4b4acedb664cede994dde12 (diff) | |
download | openembedded-core-3e31e77b8a093aab077dbbb23e4c18c1ebe94bff.tar.gz openembedded-core-3e31e77b8a093aab077dbbb23e4c18c1ebe94bff.tar.bz2 openembedded-core-3e31e77b8a093aab077dbbb23e4c18c1ebe94bff.zip |
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@selinc.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/btrfs-tools/btrfs-tools_4.4.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 9b68edc8f5..32e7bae587 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 \ |