All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ghostscript: add missing dependencies on libgcrypt and libgpg-error
@ 2014-07-30  7:54 jackie.huang
  2014-08-15  9:52 ` Huang, Jie (Jackie)
  2014-08-15 16:56 ` Saul Wold
  0 siblings, 2 replies; 6+ messages in thread
From: jackie.huang @ 2014-07-30  7:54 UTC (permalink / raw)
  To: openembedded-core

From: Jackie Huang <jackie.huang@windriver.com>

Fix error:
tmp/sysroots/x86_64-linux/usr/libexec/x86_64-wrs-linux/gcc/x86_64-wrs-linux/4.9.0/ld: cannot find -lgcrypt
tmp/sysroots/x86_64-linux/usr/libexec/x86_64-wrs-linux/gcc/x86_64-wrs-linux/4.9.0/ld: cannot find -lgpg-error

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
 .../ghostscript/ghostscript_9.14.bb                |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/ghostscript/ghostscript_9.14.bb b/meta/recipes-extended/ghostscript/ghostscript_9.14.bb
index e14e656..fbec6ce 100644
--- a/meta/recipes-extended/ghostscript/ghostscript_9.14.bb
+++ b/meta/recipes-extended/ghostscript/ghostscript_9.14.bb
@@ -15,7 +15,7 @@ SECTION = "console/utils"
 LICENSE = "GPLv3"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=aad21ea85123608e6a0a58d54ee23567"
 
-DEPENDS = "ghostscript-native tiff jpeg fontconfig cups"
+DEPENDS = "ghostscript-native tiff jpeg fontconfig cups libgcrypt libgpg-error"
 DEPENDS_class-native = ""
 
 SRC_URI_BASE = "http://downloads.ghostscript.com/public/ghostscript-${PV}.tar.gz"
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-09-01  8:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-30  7:54 [PATCH] ghostscript: add missing dependencies on libgcrypt and libgpg-error jackie.huang
2014-08-15  9:52 ` Huang, Jie (Jackie)
2014-08-15 10:54   ` Peter A. Bigot
2014-09-01  8:15     ` Huang, Jie (Jackie)
2014-08-15 16:56 ` Saul Wold
2014-08-18  2:30   ` Huang, Jie (Jackie)

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.