git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f5ed99
)
Ghostscript depends on zlib.
author
Chris Larson
<clarson@kergoth.com>
Wed, 1 Dec 2004 11:12:36 +0000
(11:12 +0000)
committer
Chris Larson
<clarson@kergoth.com>
Wed, 1 Dec 2004 11:12:36 +0000
(11:12 +0000)
BKrev: 41ada724CN12xZf_QvSUiGYBDdEvog
gs/gs_8.01.oe
patch
|
blob
|
history
diff --git
a/gs/gs_8.01.oe
b/gs/gs_8.01.oe
index
73c87bc
..
c9806f0
100644
(file)
--- a/
gs/gs_8.01.oe
+++ b/
gs/gs_8.01.oe
@@
-1,6
+1,6
@@
SECTION = "console/utils"
SRC_URI = "ftp://ftp.gnu.org/gnu/ghostscript/gnughostscript-${PV}.tar.gz"
-DEPENDS = "jpeg"
+DEPENDS = "jpeg
zlib
"
PR = "r1"
S = "${WORKDIR}/gnughostscript-${PV}"