diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-05-17 06:58:39 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-05-17 09:37:23 +0200 |
commit | 08dbadf9541f0e2e4ca5c8def8b9dfc9dacb5960 (patch) | |
tree | 04708b1d7c53f738ace89f6d725ea71761053f2f /meta-oe | |
parent | b34296ae22cda74490d094658183782b3c20b302 (diff) | |
download | meta-openembedded-08dbadf9541f0e2e4ca5c8def8b9dfc9dacb5960.tar.gz |
pidgin: explicitly disable nss
* sometimes it leaks from meta-chromium and breaks pidgin build
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | 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 dee1465a2..4e26c98ed 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 @@ | |||
1 | require pidgin.inc | 1 | require pidgin.inc |
2 | PR = "${INC_PR}.1" | 2 | PR = "${INC_PR}.2" |
3 | 3 | ||
4 | DEPENDS += "farsight2 libidn" | 4 | DEPENDS += "farsight2 libidn" |
5 | 5 | ||
@@ -19,4 +19,5 @@ EXTRA_OECONF += "\ | |||
19 | --disable-meanwhile \ | 19 | --disable-meanwhile \ |
20 | --disable-nm \ | 20 | --disable-nm \ |
21 | --disable-screensaver \ | 21 | --disable-screensaver \ |
22 | --enable-nss=no \ | ||
22 | " | 23 | " |