aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics
diff options
context:
space:
mode:
authorWolfgang Meyer <Wolfgang.Meyer@gossenmetrawatt.com>2022-06-03 16:30:23 +0200
committerKhem Raj <raj.khem@gmail.com>2022-06-03 08:53:03 -0700
commit749180d20e6ea615822a4a14e6861abb951e64e1 (patch)
tree76dd8f5c79769d6879179a778da673b92ebcc216 /meta-oe/recipes-graphics
parentbb575718e146b66f23f2fc151fbb1e453b9f89ae (diff)
downloadmeta-openembedded-contrib-749180d20e6ea615822a4a14e6861abb951e64e1.tar.gz
fbida: remove bash from RDEPENDS
Basically reverts commit e7bd28f1f5e6374dee813e44a5218022367629a0 as the QA issue does not exist anymore. This is presumably the case since the file-rdeps check does not expand RDEPENDS recursively. There is no evidence in the fbida source code for a runtime dependency to bash. Signed-off-by: Wolfgang Meyer <Wolfgang.Meyer@gossenmetrawatt.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics')
-rw-r--r--meta-oe/recipes-graphics/fbida/fbida_2.14.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/fbida/fbida_2.14.bb b/meta-oe/recipes-graphics/fbida/fbida_2.14.bb
index bc6f021e6b..3d65399cd2 100644
--- a/meta-oe/recipes-graphics/fbida/fbida_2.14.bb
+++ b/meta-oe/recipes-graphics/fbida/fbida_2.14.bb
@@ -77,4 +77,4 @@ do_install() {
oe_runmake 'DESTDIR=${D}' install
}
-RDEPENDS:${PN} = "ttf-dejavu-sans-mono bash"
+RDEPENDS:${PN} = "ttf-dejavu-sans-mono"