[oe-commits] [meta-openembedded] 03/03: drbd-utils: fix dependency for perl under small-fs

git at git.openembedded.org git at git.openembedded.org
Tue May 9 16:29:10 UTC 2017


This is an automated email from the git hooks/post-receive script.

joe_macdonald pushed a commit to branch master
in repository meta-openembedded.

commit fc03b3d9382dd5b6a8fff5f84e4c86a1acc9a73a
Author: Yadi.hu <yadi.hu at windriver.com>
AuthorDate: Wed May 3 11:25:59 2017 +0800

    drbd-utils: fix dependency for perl under small-fs
    
    Perl script drbd-overview fails to run due to some of
    perl's lib noexists under small rootfs,fixing it through
    adding explicit definitions
    
    Signed-off-by: Marius Tiplea <marius.tiplea at windriver.com>
    Signed-off-by: Yadi.hu <yadi.hu at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
---
 meta-networking/recipes-support/drbd/drbd-utils_8.9.6.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/drbd/drbd-utils_8.9.6.bb b/meta-networking/recipes-support/drbd/drbd-utils_8.9.6.bb
index 3d6f5b2..67ed8e5 100644
--- a/meta-networking/recipes-support/drbd/drbd-utils_8.9.6.bb
+++ b/meta-networking/recipes-support/drbd/drbd-utils_8.9.6.bb
@@ -30,7 +30,7 @@ EXTRA_OECONF = " \
                 --without-manual\
                "
 
-RDEPENDS_${PN} += "bash perl"
+RDEPENDS_${PN} += "bash perl-module-getopt-long perl-module-exporter perl-module-constant perl-module-overloading perl-module-exporter-heavy"
 
 # The drbd items are explicitly put under /lib when installed.
 #

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


More information about the Openembedded-commits mailing list