| Submitter | Martin Jansa |
|---|---|
| Date | May 17, 2012, 6:58 a.m. |
| Message ID | <1337237919-17155-1-git-send-email-Martin.Jansa@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/27869/ |
| State | Accepted |
| Commit | 08dbadf9541f0e2e4ca5c8def8b9dfc9dacb5960 |
| Headers | show |
Comments
On Thursday 17 May 2012 08:58:39 Martin Jansa wrote:
> * sometimes it leaks from meta-chromium and breaks pidgin build
Does that mean SSL will be unavailable in pidgin after this change?
Cheers,
Paul
On Thu, May 17, 2012 at 12:20:12PM +0100, Paul Eggleton wrote: > On Thursday 17 May 2012 08:58:39 Martin Jansa wrote: > > * sometimes it leaks from meta-chromium and breaks pidgin build > > Does that mean SSL will be unavailable in pidgin after this change? No it means that it should always detect gnutls, not nss when chromium was built before pidgin. Cheers,
On Thursday 17 May 2012 13:24:46 Martin Jansa wrote: > On Thu, May 17, 2012 at 12:20:12PM +0100, Paul Eggleton wrote: > > On Thursday 17 May 2012 08:58:39 Martin Jansa wrote: > > > * sometimes it leaks from meta-chromium and breaks pidgin build > > > > Does that mean SSL will be unavailable in pidgin after this change? > > No it means that it should always detect gnutls, not nss when chromium > was built before pidgin. OK, cool, just checking. Cheers, Paul
Patch
diff --git a/meta-oe/recipes-support/pidgin/pidgin_2.7.9.bb b/meta-oe/recipes-support/pidgin/pidgin_2.7.9.bb index dee1465..4e26c98 100644 --- a/meta-oe/recipes-support/pidgin/pidgin_2.7.9.bb +++ b/meta-oe/recipes-support/pidgin/pidgin_2.7.9.bb @@ -1,5 +1,5 @@ require pidgin.inc -PR = "${INC_PR}.1" +PR = "${INC_PR}.2" DEPENDS += "farsight2 libidn" @@ -19,4 +19,5 @@ EXTRA_OECONF += "\ --disable-meanwhile \ --disable-nm \ --disable-screensaver \ + --enable-nss=no \ "
* sometimes it leaks from meta-chromium and breaks pidgin build Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> --- meta-oe/recipes-support/pidgin/pidgin_2.7.9.bb | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)