All of lore.kernel.org
 help / color / mirror / Atom feed
From: Max Krummenacher <max.oss.09@gmail.com>
To: OpenEmbedded Devel List <openembedded-devel@lists.openembedded.org>
Cc: Max Krummenacher <max.krummenacher@toradex.com>
Subject: Re: [meta-browser][PATCH 1/2] firefox: remove nss private libs setting
Date: Thu, 26 Jan 2017 23:27:01 +0100	[thread overview]
Message-ID: <CAEHkU3V3UUhzJEeYmNTAqzCWMnq6nbw1PNM12L6cxKmHz5HkRw@mail.gmail.com> (raw)
In-Reply-To: <1484608187-28597-1-git-send-email-max.krummenacher@toradex.com>

ping

Any comments on this one?

Max


2017-01-17 0:09 GMT+01:00 Max Krummenacher <max.oss.09@gmail.com>:
> 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
>


  parent reply	other threads:[~2017-01-26 22:27 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Max Krummenacher [this message]
2017-01-27  1:02   ` [meta-browser][PATCH 1/2] firefox: remove nss private libs setting Khem Raj

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAEHkU3V3UUhzJEeYmNTAqzCWMnq6nbw1PNM12L6cxKmHz5HkRw@mail.gmail.com \
    --to=max.oss.09@gmail.com \
    --cc=max.krummenacher@toradex.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.