[oe] [PATCH][meta-browser] firefox*: add missing dependencies on zip-native and unzip-native

Martin Jansa martin.jansa at gmail.com
Wed Feb 1 19:24:04 UTC 2017


* with RSS it fails, causing many failures in last "bitbake world"
  report

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 recipes-mozilla/firefox-addon/firefox-addon-webconverger_git.bb | 2 ++
 recipes-mozilla/firefox-l10n/firefox-l10n.inc                   | 2 +-
 recipes-mozilla/firefox/firefox_45.6.0esr.bb                    | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/recipes-mozilla/firefox-addon/firefox-addon-webconverger_git.bb b/recipes-mozilla/firefox-addon/firefox-addon-webconverger_git.bb
index b1c9bc4..0164755 100644
--- a/recipes-mozilla/firefox-addon/firefox-addon-webconverger_git.bb
+++ b/recipes-mozilla/firefox-addon/firefox-addon-webconverger_git.bb
@@ -3,6 +3,8 @@
 
 require firefox-addon.inc
 
+DEPENDS += "zip-native"
+
 PV = "20120228"
 
 S = "${WORKDIR}/git"
diff --git a/recipes-mozilla/firefox-l10n/firefox-l10n.inc b/recipes-mozilla/firefox-l10n/firefox-l10n.inc
index 95c939a..1be15ba 100644
--- a/recipes-mozilla/firefox-l10n/firefox-l10n.inc
+++ b/recipes-mozilla/firefox-l10n/firefox-l10n.inc
@@ -1,7 +1,7 @@
 # Copyright (C) 2009-2014, O.S. Systems Software Ltda. All Rights Reserved
 # Released under the MIT license (see packages/COPYING)
 
-DEPENDS = "mozilla-devscripts-native"
+DEPENDS = "mozilla-devscripts-native unzip-native zip-native"
 # drop to keep allarch
 # RDEPENDS_${PN} = "firefox"
 
diff --git a/recipes-mozilla/firefox/firefox_45.6.0esr.bb b/recipes-mozilla/firefox/firefox_45.6.0esr.bb
index 31b3353..1e3a126 100644
--- a/recipes-mozilla/firefox/firefox_45.6.0esr.bb
+++ b/recipes-mozilla/firefox/firefox_45.6.0esr.bb
@@ -3,7 +3,7 @@
 
 DESCRIPTION ?= "Browser made by mozilla"
 DEPENDS += "alsa-lib curl startup-notification libevent cairo libnotify libvpx \
-            virtual/libgl nss nspr pulseaudio yasm-native icu"
+            virtual/libgl nss nspr pulseaudio yasm-native icu unzip-native"
 
 LICENSE = "MPLv1 | GPLv2+ | LGPLv2.1+"
 LIC_FILES_CHKSUM = "file://toolkit/content/license.html;endline=39;md5=f7e14664a6dca6a06efe93d70f711c0e"
-- 
2.10.2




More information about the Openembedded-devel mailing list