[oe-commits] Richard Purdie : mozjs: Add missing zlib dependency

git at git.openembedded.org git at git.openembedded.org
Mon Jul 21 22:04:19 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: 8576cc15c73b91011de5f48365d6a06c3c86635b
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=8576cc15c73b91011de5f48365d6a06c3c86635b

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Thu Jul 17 14:34:34 2014 +0100

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 at linuxfoundation.org>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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-commits mailing list