From: Kang Kai <kai.kang@windriver.com>
To: <poky@yoctoproject.org>
Subject: [PATCH 0/2] LSB: add nspr and nss to pass LSB library check
Date: Fri, 25 Mar 2011 14:52:29 +0800 [thread overview]
Message-ID: <cover.1301035479.git.kai.kang@windriver.com> (raw)
From: Kang Kai <kai.kang@windriver.com>
add nss and nspr to provide libnss3.so, libssl3.so and libnspr4.so
to pass LSB library check.
Both are imported from oe, rev 6fe7cef27069415f2eba36bc640cf59013d4979b
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: kangkai/distro
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/distro
Thanks,
Kang Kai <kai.kang@windriver.com>
---
Kang Kai (2):
nspr: add nspr to pass LSB4.1 library test
nss: add nss for LSB library check
.../mozilla/nspr-4.8.7/30_config_64bits.dpatch | 41 +
.../mozilla/nspr-4.8.7/30_pkgconfig.dpatch | 33 +
.../mozilla/nspr-4.8.7/81_sonames.dpatch | 229 +
.../mozilla/nspr-4.8.7/unbreak-build.diff | 46 +
.../recipes-extended/mozilla/nspr-tools-native.inc | 29 +
.../mozilla/nspr-tools-native_4.8.7.bb | 16 +
meta/recipes-extended/mozilla/nspr.inc | 44 +
meta/recipes-extended/mozilla/nspr_4.8.7.bb | 17 +
.../mozilla/nss-3.12.6/00_ckbi_1.79.patch | 6386 ++++++++++++++++++++
.../mozilla/nss-3.12.6/25_entropy.patch | 22 +
.../mozilla/nss-3.12.6/38_hurd.patch | 59 +
.../mozilla/nss-3.12.6/38_kbsd.patch | 152 +
.../mozilla/nss-3.12.6/38_mips64_build.patch | 27 +
.../mozilla/nss-3.12.6/80_security_build.patch | 17 +
.../mozilla/nss-3.12.6/80_security_tools.patch | 26 +
.../mozilla/nss-3.12.6/81_sonames.patch | 351 ++
.../mozilla/nss-3.12.6/85_security_load.patch | 79 +
.../mozilla/nss-3.12.6/90_realpath.patch | 35 +
.../mozilla/nss-3.12.6/91_build_pwdecrypt.patch | 17 +
.../nss-3.12.6/95_add_spi+cacert_ca_certs.patch | 1168 ++++
.../mozilla/nss-3.12.6/96_NSS_VersionCheck.patch | 18 +
.../97_SSL_RENEGOTIATE_TRANSITIONAL.patch | 21 +
.../mozilla/nss-3.12.6/build-fix.patch | 63 +
meta/recipes-extended/mozilla/nss-3.12.6/nss.pc.in | 11 +
meta/recipes-extended/mozilla/nss-3.12.6/series | 14 +
meta/recipes-extended/mozilla/nss_3.12.6.bb | 116 +
26 files changed, 9037 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-extended/mozilla/nspr-4.8.7/30_config_64bits.dpatch
create mode 100644 meta/recipes-extended/mozilla/nspr-4.8.7/30_pkgconfig.dpatch
create mode 100644 meta/recipes-extended/mozilla/nspr-4.8.7/81_sonames.dpatch
create mode 100644 meta/recipes-extended/mozilla/nspr-4.8.7/unbreak-build.diff
create mode 100644 meta/recipes-extended/mozilla/nspr-tools-native.inc
create mode 100644 meta/recipes-extended/mozilla/nspr-tools-native_4.8.7.bb
create mode 100644 meta/recipes-extended/mozilla/nspr.inc
create mode 100644 meta/recipes-extended/mozilla/nspr_4.8.7.bb
create mode 100644 meta/recipes-extended/mozilla/nss-3.12.6/00_ckbi_1.79.patch
create mode 100644 meta/recipes-extended/mozilla/nss-3.12.6/25_entropy.patch
create mode 100644 meta/recipes-extended/mozilla/nss-3.12.6/38_hurd.patch
create mode 100644 meta/recipes-extended/mozilla/nss-3.12.6/38_kbsd.patch
create mode 100644 meta/recipes-extended/mozilla/nss-3.12.6/38_mips64_build.patch
create mode 100644 meta/recipes-extended/mozilla/nss-3.12.6/80_security_build.patch
create mode 100644 meta/recipes-extended/mozilla/nss-3.12.6/80_security_tools.patch
create mode 100644 meta/recipes-extended/mozilla/nss-3.12.6/81_sonames.patch
create mode 100644 meta/recipes-extended/mozilla/nss-3.12.6/85_security_load.patch
create mode 100644 meta/recipes-extended/mozilla/nss-3.12.6/90_realpath.patch
create mode 100644 meta/recipes-extended/mozilla/nss-3.12.6/91_build_pwdecrypt.patch
create mode 100644 meta/recipes-extended/mozilla/nss-3.12.6/95_add_spi+cacert_ca_certs.patch
create mode 100644 meta/recipes-extended/mozilla/nss-3.12.6/96_NSS_VersionCheck.patch
create mode 100644 meta/recipes-extended/mozilla/nss-3.12.6/97_SSL_RENEGOTIATE_TRANSITIONAL.patch
create mode 100644 meta/recipes-extended/mozilla/nss-3.12.6/build-fix.patch
create mode 100644 meta/recipes-extended/mozilla/nss-3.12.6/nss.pc.in
create mode 100644 meta/recipes-extended/mozilla/nss-3.12.6/series
create mode 100644 meta/recipes-extended/mozilla/nss_3.12.6.bb
next reply other threads:[~2011-03-25 6:52 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-25 6:52 Kang Kai [this message]
2011-03-25 6:52 ` [PATCH 1/2] nspr: add nspr to pass LSB4.1 library test Kang Kai
2011-03-25 6:52 ` [PATCH 2/2] nss: add nss for LSB library check Kang Kai
2011-03-25 12:50 ` [PATCH 0/2] LSB: add nspr and nss to pass " Colin Walters
2011-03-28 2:43 ` Kang Kai
-- strict thread matches above, loose matches on Subject: below --
2011-04-06 8:06 Kang Kai
2011-04-08 18:39 ` Saul Wold
2011-04-11 3:13 ` Kang Kai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1301035479.git.kai.kang@windriver.com \
--to=kai.kang@windriver.com \
--cc=poky@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.