[oe-commits] [meta-openembedded] 10/25: openl2tp: Add bash to rdeps

git at git.openembedded.org git at git.openembedded.org
Sat Aug 26 17:43:39 UTC 2017


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

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

commit bbcaa2145c479b910ecd89bb4b533dbe440718b8
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Thu Aug 24 14:38:29 2017 -0700

    openl2tp: Add bash to rdeps
    
    Fixes
    QA Issue: /etc/init.d/openl2tpd contained in package openl2tp requires /bin/bash
    , but no providers found in RDEPENDS_openl2tp? [file-rdeps]
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb b/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb
index 1e5bfe2..0395199 100644
--- a/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb
+++ b/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb
@@ -84,4 +84,4 @@ do_install_append () {
     fi
 }
 
-RDEPENDS_${PN} = "ppp ppp-l2tp"
+RDEPENDS_${PN} = "ppp ppp-l2tp bash"

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


More information about the Openembedded-commits mailing list