[oe-commits] [meta-openembedded] 02/06: wireguard-tools: Add bash to rdeps

git at git.openembedded.org git at git.openembedded.org
Thu Aug 24 23:35:22 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 e6a66fab0eda0c28094f84a6e6ca23c86e213833
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Thu Aug 24 14:38:25 2017 -0700

    wireguard-tools: Add bash to rdeps
    
    Fixes QA error
    /usr/bin/wg-quick contained in package wireguard-tools
     requires /bin/bash
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../recipes-kernel/wireguard/wireguard-tools_0.0.20170517.bb            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-kernel/wireguard/wireguard-tools_0.0.20170517.bb b/meta-networking/recipes-kernel/wireguard/wireguard-tools_0.0.20170517.bb
index 79d420f..c4ddbcb 100644
--- a/meta-networking/recipes-kernel/wireguard/wireguard-tools_0.0.20170517.bb
+++ b/meta-networking/recipes-kernel/wireguard/wireguard-tools_0.0.20170517.bb
@@ -24,4 +24,4 @@ FILES_${PN} = " \
     ${bindir} \
 "
 
-RDEPENDS_${PN} = "wireguard-module"
+RDEPENDS_${PN} = "wireguard-module bash"

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


More information about the Openembedded-commits mailing list