aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/mozjs
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-17 14:34:34 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2014-07-22 00:01:50 +0200
commit8576cc15c73b91011de5f48365d6a06c3c86635b (patch)
treede3bcf3249b6174198b7db79f752e099289fbd51 /meta-oe/recipes-extended/mozjs
parente2bf5590eacd636cdba71fb7c03cab8addd767c2 (diff)
downloadmeta-openembedded-contrib-8576cc15c73b91011de5f48365d6a06c3c86635b.tar.gz
mozjs: Add missing zlib dependency
Avoids a QA warning. In reality zlib is likely nearly always built before mozjs. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/mozjs')
-rw-r--r--meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb2
1 files changed, 1 insertions, 1 deletions
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 eadec11937..ab01471d0b 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 = " \