aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/fbida/fbida_2.10.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2015-04-05 06:02:29 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2015-05-11 10:57:11 +0200
commite7bd28f1f5e6374dee813e44a5218022367629a0 (patch)
treec5d9387f7a882e45b9ea81ad31038fa48fcddc43 /meta-oe/recipes-graphics/fbida/fbida_2.10.bb
parentd220d7918987812adeeaaf7d1c00743f5dd6f32b (diff)
downloadmeta-openembedded-contrib-e7bd28f1f5e6374dee813e44a5218022367629a0.tar.gz
fbida: Fix QA warnings
WARNING: QA Issue: fbida requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/fbida/fbida_2.10.bb')
-rw-r--r--meta-oe/recipes-graphics/fbida/fbida_2.10.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/fbida/fbida_2.10.bb b/meta-oe/recipes-graphics/fbida/fbida_2.10.bb
index c7195fc98f..e763221505 100644
--- a/meta-oe/recipes-graphics/fbida/fbida_2.10.bb
+++ b/meta-oe/recipes-graphics/fbida/fbida_2.10.bb
@@ -56,4 +56,4 @@ do_install() {
oe_runmake 'DESTDIR=${D}' install
}
-RDEPENDS_${PN} = "ttf-dejavu-sans-mono"
+RDEPENDS_${PN} = "ttf-dejavu-sans-mono bash"