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

git at git.openembedded.org git at git.openembedded.org
Sat Aug 26 17:43:35 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 5c2bbb5a3b9642f6f44f91c8950954305b278fbf
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