Openembedded Devel Discussions
 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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox