All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] pidgin: explicitly disable nss
@ 2012-05-17  6:58 Martin Jansa
  2012-05-17 11:20 ` Paul Eggleton
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2012-05-17  6:58 UTC (permalink / raw)
  To: openembedded-devel

* 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(-)

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 \
 "
-- 
1.7.8.6




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

end of thread, other threads:[~2012-05-17 11:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-17  6:58 [meta-oe][PATCH] pidgin: explicitly disable nss Martin Jansa
2012-05-17 11:20 ` Paul Eggleton
2012-05-17 11:24   ` Martin Jansa
2012-05-17 11:28     ` Paul Eggleton

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.