diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2014-10-13 17:12:46 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-10-16 07:01:01 +0200 |
commit | fd201a60c97c09dab31fa5a4de9b050ec2725c5e (patch) | |
tree | 10a7d83fe16d825633a2561f8bc16ceef656dc25 | |
parent | 75ab038537fe88b3b21045eff37094a2404e32e0 (diff) | |
download | meta-openembedded-contrib-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.bb | 2 |
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 1d1a082ef9b..5884ef64c89 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" |