mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-06 03:10:01 +00:00
hplip: add runtime dependency on ghostscript
The fax/filters/pstotiff program invokes /usr/bin/gs and therefore has a runtime dependency on ghostscript: fax/filters/pstotiff 24 gs_command = "/usr/bin/gs" + " " + font + " " + device 25 26 exit_code = os.system(gs_command) Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -72,7 +72,7 @@ RDEPENDS:${PN} += " \
|
|||||||
python3-resource \
|
python3-resource \
|
||||||
python3-terminal \
|
python3-terminal \
|
||||||
"
|
"
|
||||||
RDEPENDS:${PN}-filter += "perl"
|
RDEPENDS:${PN}-filter += "perl ghostscript"
|
||||||
|
|
||||||
# need to snag the debug file or OE will fail on backend package
|
# need to snag the debug file or OE will fail on backend package
|
||||||
FILES:${PN}-dbg += "\
|
FILES:${PN}-dbg += "\
|
||||||
|
|||||||
Reference in New Issue
Block a user