All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-browser][PATCH] nss: fix access to https websites
@ 2013-01-21 16:43 Fahad Usman
  2013-02-05 12:50 ` Eric Bénard
  2013-02-20  8:28 ` Usman, Fahad
  0 siblings, 2 replies; 6+ messages in thread
From: Fahad Usman @ 2013-01-21 16:43 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Otavio Salvador, Eric Benard

Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
---
 recipes-support/nss/nss_3.13.3.bb |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/recipes-support/nss/nss_3.13.3.bb b/recipes-support/nss/nss_3.13.3.bb
index bb602b1..a841397 100644
--- a/recipes-support/nss/nss_3.13.3.bb
+++ b/recipes-support/nss/nss_3.13.3.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Mozilla's SSL and TLS implementation"
 HOMEPAGE = "http://www.mozilla.org/projects/security/pki/nss/"
 
-PR = "r1"
+PR = "r2"
 
 LICENSE = "MPL1.1 GPL LGPL"
 LIC_FILES_CHKSUM = "file://security/nss/manifest.mn;md5=d71978748f23eae3156c38ac2a691924"
@@ -66,6 +66,8 @@ do_install() {
 		NS_USE_GCC=1 \
 		NSS_USE_SYSTEM_SQLITE=1 \
 		NSS_ENABLE_ECC=1 \
+		FREEBL_CHILD_BUILD=1 \ 
+		CC="${CC}" \
 		SOURCE_LIB_DIR="${TD}/${libdir}" \
 		SOURCE_BIN_DIR="${TD}/${bindir}"
 
-- 
1.7.9.5




^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [meta-browser][PATCH] nss: fix access to https websites
@ 2013-01-21 16:39 Fahad Usman
  0 siblings, 0 replies; 6+ messages in thread
From: Fahad Usman @ 2013-01-21 16:39 UTC (permalink / raw)
  To: openembedded-core; +Cc: Otavio Salvador, Fahad Usman

Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
---
 recipes-support/nss/nss_3.13.3.bb |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/recipes-support/nss/nss_3.13.3.bb b/recipes-support/nss/nss_3.13.3.bb
index bb602b1..a841397 100644
--- a/recipes-support/nss/nss_3.13.3.bb
+++ b/recipes-support/nss/nss_3.13.3.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Mozilla's SSL and TLS implementation"
 HOMEPAGE = "http://www.mozilla.org/projects/security/pki/nss/"
 
-PR = "r1"
+PR = "r2"
 
 LICENSE = "MPL1.1 GPL LGPL"
 LIC_FILES_CHKSUM = "file://security/nss/manifest.mn;md5=d71978748f23eae3156c38ac2a691924"
@@ -66,6 +66,8 @@ do_install() {
 		NS_USE_GCC=1 \
 		NSS_USE_SYSTEM_SQLITE=1 \
 		NSS_ENABLE_ECC=1 \
+		FREEBL_CHILD_BUILD=1 \ 
+		CC="${CC}" \
 		SOURCE_LIB_DIR="${TD}/${libdir}" \
 		SOURCE_BIN_DIR="${TD}/${bindir}"
 
-- 
1.7.9.5




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

end of thread, other threads:[~2013-02-20 13:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-21 16:43 [meta-browser][PATCH] nss: fix access to https websites Fahad Usman
2013-02-05 12:50 ` Eric Bénard
2013-02-20  8:28 ` Usman, Fahad
2013-02-20  8:34   ` Eric Bénard
2013-02-20 13:25     ` Gary Thomas
  -- strict thread matches above, loose matches on Subject: below --
2013-01-21 16:39 Fahad Usman

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.