diff options
| author | Khem Raj <raj.khem@gmail.com> | 2017-08-24 14:38:29 -0700 |
|---|---|---|
| committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-09-12 10:55:05 -0400 |
| commit | 42cf5a0f142a9afc0ce998a7c35888120878234c (patch) | |
| tree | 8aed97c8ccceb001654367c9aba9e103dfc419b1 | |
| parent | 400dd79858e6aa350866a4fdb975f4fcfa8314c0 (diff) | |
| download | meta-openembedded-42cf5a0f142a9afc0ce998a7c35888120878234c.tar.gz | |
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@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
| -rw-r--r-- | meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 () { | |||
| 84 | fi | 84 | fi |
| 85 | } | 85 | } |
| 86 | 86 | ||
| 87 | RDEPENDS_${PN} = "ppp ppp-l2tp" | 87 | RDEPENDS_${PN} = "ppp ppp-l2tp bash" |
