mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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:
@@ -77,4 +77,4 @@ do_install() {
|
||||
oe_runmake 'DESTDIR=${D}' install
|
||||
}
|
||||
|
||||
RDEPENDS:${PN} = "ttf-dejavu-sans-mono bash"
|
||||
RDEPENDS:${PN} = "ttf-dejavu-sans-mono"
|
||||
|
||||
Reference in New Issue
Block a user