All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-browser][PATCH 1/2] firefox: remove nss private libs setting
@ 2017-01-16 23:09 Max Krummenacher
  2017-01-16 23:09 ` [meta-browser][PATCH 2/2] README: add -s to git send-email example Max Krummenacher
  2017-01-26 22:27 ` [meta-browser][PATCH 1/2] firefox: remove nss private libs setting Max Krummenacher
  0 siblings, 2 replies; 11+ messages in thread
From: Max Krummenacher @ 2017-01-16 23:09 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Max Krummenacher

Commit 8cc038d uses the system's nss rather than building a private
one. So one should remove the nss libs from PRIVATE_LIBS also.
Otherwise bitbake does not add nss to RDEPENDS automatically resulting
in a potentially missing nss package in an image.
Additianlly bitbake shows the following warning:

| WARNING: firefox-45.6.0esr-r0 do_package_qa: QA Issue: /usr/lib/firefox/libxul.so
|   contained in package firefox requires libnss3.so(NSS_3.12),
|   but no providers found in RDEPENDS_firefox? [file-rdeps]

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
---
 recipes-mozilla/firefox/firefox_45.6.0esr.bb | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/recipes-mozilla/firefox/firefox_45.6.0esr.bb b/recipes-mozilla/firefox/firefox_45.6.0esr.bb
index bed50dd..31b3353 100644
--- a/recipes-mozilla/firefox/firefox_45.6.0esr.bb
+++ b/recipes-mozilla/firefox/firefox_45.6.0esr.bb
@@ -95,15 +95,3 @@ PRIVATE_LIBS = "libmozjs.so \
                 libmozsqlite3.so \
                 libbrowsercomps.so \
                 libclearkey.so"
-
-# mark libraries also provided by nss as private too
-PRIVATE_LIBS += " \
-    libfreebl3.so \
-    libnss3.so \
-    libnssckbi.so \
-    libsmime3.so \
-    libnssutil3.so \
-    libnssdbm3.so \
-    libssl3.so \
-    libsoftokn3.so \
-"
-- 
2.6.6



^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-01-27 17:40 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-16 23:09 [meta-browser][PATCH 1/2] firefox: remove nss private libs setting Max Krummenacher
2017-01-16 23:09 ` [meta-browser][PATCH 2/2] README: add -s to git send-email example Max Krummenacher
2017-01-26 22:27   ` Max Krummenacher
2017-01-27  1:03     ` Khem Raj
2017-01-27 10:10       ` Otavio Salvador
2017-01-27 10:28         ` Anders Darander
2017-01-27 11:15           ` Max Krummenacher
2017-01-27 11:55             ` Otavio Salvador
2017-01-27 17:40               ` Khem Raj
2017-01-26 22:27 ` [meta-browser][PATCH 1/2] firefox: remove nss private libs setting Max Krummenacher
2017-01-27  1:02   ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.