summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/nss/files/nss.pc.in
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2013-07-10 15:52:42 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-07-13 18:23:35 +0100
commite448ef66980895d00bbc721a2bd1a3926baa1edd (patch)
treef1f284e5757940b3432980b0041e5b24ad06fe74 /meta/recipes-support/nss/files/nss.pc.in
parent9781b0dbef3e124115c7fadfdb34a31b73b14185 (diff)
downloadpoky-e448ef66980895d00bbc721a2bd1a3926baa1edd.tar.gz
nss: add version 3.15.1
Network Security Services (NSS) is a set of libraries designed to support cross-platform development of security-enabled client and server applications. Applications built with NSS can support SSL v2 and v3, TLS, PKCS 5, PKCS 7, PKCS 11, PKCS 12, S/MIME, X.509 v3 certificates, and other security standards. [YOCTO #4096] (From OE-Core rev: 22c146fd3e829b89c07a2019005e180e93fece5d) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/nss/files/nss.pc.in')
-rw-r--r--meta/recipes-support/nss/files/nss.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-support/nss/files/nss.pc.in b/meta/recipes-support/nss/files/nss.pc.in
new file mode 100644
index 0000000000..200f635c65
--- /dev/null
+++ b/meta/recipes-support/nss/files/nss.pc.in
@@ -0,0 +1,11 @@
1prefix=OEPREFIX
2exec_prefix=OEEXECPREFIX
3libdir=OELIBDIR
4includedir=OEINCDIR
5
6Name: NSS
7Description: Network Security Services
8Version: %NSS_VERSION%
9Requires: nspr >= %NSPR_VERSION%
10Libs: -lssl3 -lsmime3 -lnss3 -lsoftokn3 -lnssutil3
11Cflags: -IOEINCDIR