From 42cf5a0f142a9afc0ce998a7c35888120878234c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 24 Aug 2017 14:38:29 -0700 Subject: 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 Signed-off-by: Martin Jansa Signed-off-by: Joe MacDonald --- meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-networking/recipes-protocols') diff --git a/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb b/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb index 1e5bfe2643..0395199e73 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" -- cgit 1.2.3-korg