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

git at git.openembedded.org git at git.openembedded.org
Mon Sep 11 16:10:11 UTC 2017


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

martin_jansa pushed a commit to branch pyro-next
in repository meta-openembedded.

commit 7c278564f708f79b087d6252c4e647a23a62b5a4
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>
    Signed-off-by: Armin Kuster <akuster808 at gmail.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