[oe-commits] =?UTF-8?Q?Andreas=20M=C3=BCller=20?=: xfce4-dev-tools: add bash to RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Thu Oct 16 12:05:17 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: fd201a60c97c09dab31fa5a4de9b050ec2725c5e
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=fd201a60c97c09dab31fa5a4de9b050ec2725c5e

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Mon Oct 13 17:12:46 2014 +0200

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 at googlemail.com>

---

 meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.11.0.bb | 2 ++
 1 file changed, 2 insertions(+)

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 1d1a082..5884ef6 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"



More information about the Openembedded-commits mailing list