All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mozjs: Add missing zlib dependency
@ 2014-07-17 13:34 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2014-07-17 13:34 UTC (permalink / raw)
  To: openembedded-devel

Avoids a QA warning. In reality zlib is likely nearly always built before mozjs.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>

diff --git a/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb b/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb
index eadec11..ab01471 100644
--- a/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb
+++ b/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb
@@ -13,7 +13,7 @@ S = "${WORKDIR}/${PN}${PV}/js/src"
 
 inherit autotools pkgconfig perlnative
 
-DEPENDS += "nspr"
+DEPENDS += "nspr zlib"
 
 # nspr's package-config is ignored so set libs manually
 EXTRA_OECONF = " \




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-07-17 13:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-17 13:34 [PATCH] mozjs: Add missing zlib dependency Richard Purdie

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.