* [PATCH] hplip: add runtime dependency on ghostscript
@ 2023-03-09 18:33 Trevor Woerner
0 siblings, 0 replies; only message in thread
From: Trevor Woerner @ 2023-03-09 18:33 UTC (permalink / raw)
To: openembedded-devel
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>
---
meta-oe/recipes-extended/hplip/hplip_3.22.10.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-oe/recipes-extended/hplip/hplip_3.22.10.bb b/meta-oe/recipes-extended/hplip/hplip_3.22.10.bb
index d8e249f04796..23cc5197fa51 100644
--- a/meta-oe/recipes-extended/hplip/hplip_3.22.10.bb
+++ b/meta-oe/recipes-extended/hplip/hplip_3.22.10.bb
@@ -72,7 +72,7 @@ RDEPENDS:${PN} += " \
python3-resource \
python3-terminal \
"
-RDEPENDS:${PN}-filter += "perl"
+RDEPENDS:${PN}-filter += "perl ghostscript"
# need to snag the debug file or OE will fail on backend package
FILES:${PN}-dbg += "\
--
2.36.0.rc2.17.g4027e30c53
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-03-09 18:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-09 18:33 [PATCH] hplip: add runtime dependency on ghostscript Trevor Woerner
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.