fbida: remove bash from RDEPENDS

Basically reverts commit e7bd28f1f5 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>
This commit is contained in:
Wolfgang Meyer 2022-06-03 16:30:23 +02:00 committed by Khem Raj
parent bb575718e1
commit 749180d20e

View File

@ -77,4 +77,4 @@ do_install() {
oe_runmake 'DESTDIR=${D}' install
}
RDEPENDS:${PN} = "ttf-dejavu-sans-mono bash"
RDEPENDS:${PN} = "ttf-dejavu-sans-mono"