aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2014-10-13 17:12:46 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-10-16 07:01:01 +0200
commitfd201a60c97c09dab31fa5a4de9b050ec2725c5e (patch)
tree10a7d83fe16d825633a2561f8bc16ceef656dc25
parent75ab038537fe88b3b21045eff37094a2404e32e0 (diff)
downloadmeta-openembedded-fd201a60c97c09dab31fa5a4de9b050ec2725c5e.tar.gz
xfce4-dev-tools: add bash to RDEPENDS
fixes: | WARNING: QA Issue: xfce4-dev-tools requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
-rw-r--r--meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.11.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.11.0.bb b/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.11.0.bb
index 1d1a082ef9..5884ef64c8 100644
--- a/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.11.0.bb
+++ b/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.11.0.bb
@@ -22,3 +22,5 @@ do_install_append() {
}
FILES_${PN} += "${datadir}/xfce4/dev-tools/m4macros/*.m4"
+
+RDEPENDS_${PN} = "bash"