[oe] [PATCH] mozjs: Add missing zlib dependency

Richard Purdie richard.purdie at linuxfoundation.org
Thu Jul 17 13:34:34 UTC 2014


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

Signed-off-by: Richard Purdie <richard.purdie at 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 = " \





More information about the Openembedded-devel mailing list