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

git at git.openembedded.org git at git.openembedded.org
Thu Jul 17 14:20:20 UTC 2014


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

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