From: Zhai Edwin <edwin.zhai@intel.com>
To: poky@yoctoproject.org
Subject: [PATCH 0/4] X apps/UX: eds-dbus update, Edwin
Date: Thu, 25 Nov 2010 11:01:35 +0800 [thread overview]
Message-ID: <cover.1290654095.git.edwin.zhai@intel.com> (raw)
Saul,
This is the update of eds-dbus with some other necessry new recipes. Pls. review and pull.
Thanks,
edwin
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: gzhai/distro01
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=gzhai/distro01
Thanks,
Zhai Edwin <edwin.zhai@intel.com>
---
Zhai Edwin (4):
libgdata: Add 0.6.5 as new recipe
nspr: Add 4.8.6 as new recipe
nss: Add 3.12.8 as new recipe
eds-dbus: Update to 2.32.1
.../conf/distro/include/poky-default-revisions.inc | 2 +-
meta/recipes-gnome/gnome/libgdata_0.6.5.bb | 12 +
.../recipes-sato/eds/eds-dbus/compatible_api.patch | 109 +
.../eds/eds-dbus/new-contact-fix.patch | 14 +-
meta/recipes-sato/eds/eds-dbus/nossl.patch | 56 +-
.../eds/eds-dbus/optional_imapx_provider.patch | 62 -
meta/recipes-sato/eds/eds-dbus_git.bb | 17 +-
.../nspr/nspr-4.8.6/30_config_64bits.dpatch | 41 +
.../nspr/nspr-4.8.6/30_pkgconfig.dpatch | 33 +
.../nspr/nspr-4.8.6/configure_fix.patch | 19 +
.../nspr/nspr-4.8.6/unbreak-build.diff | 46 +
meta/recipes-sato/nspr/nspr-tools-native_4.8.6.bb | 35 +
meta/recipes-sato/nspr/nspr_4.8.6.bb | 33 +
.../recipes-sato/nss/nss-3.12.6/00_ckbi_1.79.patch | 6386 ++++++++++++++++++++
meta/recipes-sato/nss/nss-3.12.6/25_entropy.patch | 22 +
meta/recipes-sato/nss/nss-3.12.6/38_hurd.patch | 59 +
meta/recipes-sato/nss/nss-3.12.6/38_kbsd.patch | 152 +
.../nss/nss-3.12.6/38_mips64_build.patch | 27 +
.../nss/nss-3.12.6/80_security_build.patch | 17 +
.../nss/nss-3.12.6/80_security_tools.patch | 26 +
meta/recipes-sato/nss/nss-3.12.6/81_sonames.patch | 351 ++
.../nss/nss-3.12.6/85_security_load.patch | 79 +
meta/recipes-sato/nss/nss-3.12.6/90_realpath.patch | 35 +
.../nss/nss-3.12.6/91_build_pwdecrypt.patch | 17 +
.../nss-3.12.6/95_add_spi+cacert_ca_certs.patch | 1168 ++++
.../nss/nss-3.12.6/96_NSS_VersionCheck.patch | 18 +
.../97_SSL_RENEGOTIATE_TRANSITIONAL.patch | 21 +
meta/recipes-sato/nss/nss-3.12.6/build-fix.patch | 63 +
meta/recipes-sato/nss/nss-3.12.6/nss.pc.in | 11 +
meta/recipes-sato/nss/nss_3.12.6.bb | 107 +
30 files changed, 8910 insertions(+), 128 deletions(-)
create mode 100644 meta/recipes-gnome/gnome/libgdata_0.6.5.bb
create mode 100644 meta/recipes-sato/eds/eds-dbus/compatible_api.patch
delete mode 100644 meta/recipes-sato/eds/eds-dbus/optional_imapx_provider.patch
create mode 100644 meta/recipes-sato/nspr/nspr-4.8.6/30_config_64bits.dpatch
create mode 100644 meta/recipes-sato/nspr/nspr-4.8.6/30_pkgconfig.dpatch
create mode 100644 meta/recipes-sato/nspr/nspr-4.8.6/configure_fix.patch
create mode 100644 meta/recipes-sato/nspr/nspr-4.8.6/unbreak-build.diff
create mode 100644 meta/recipes-sato/nspr/nspr-tools-native_4.8.6.bb
create mode 100644 meta/recipes-sato/nspr/nspr_4.8.6.bb
create mode 100644 meta/recipes-sato/nss/nss-3.12.6/00_ckbi_1.79.patch
create mode 100644 meta/recipes-sato/nss/nss-3.12.6/25_entropy.patch
create mode 100644 meta/recipes-sato/nss/nss-3.12.6/38_hurd.patch
create mode 100644 meta/recipes-sato/nss/nss-3.12.6/38_kbsd.patch
create mode 100644 meta/recipes-sato/nss/nss-3.12.6/38_mips64_build.patch
create mode 100644 meta/recipes-sato/nss/nss-3.12.6/80_security_build.patch
create mode 100644 meta/recipes-sato/nss/nss-3.12.6/80_security_tools.patch
create mode 100644 meta/recipes-sato/nss/nss-3.12.6/81_sonames.patch
create mode 100644 meta/recipes-sato/nss/nss-3.12.6/85_security_load.patch
create mode 100644 meta/recipes-sato/nss/nss-3.12.6/90_realpath.patch
create mode 100644 meta/recipes-sato/nss/nss-3.12.6/91_build_pwdecrypt.patch
create mode 100644 meta/recipes-sato/nss/nss-3.12.6/95_add_spi+cacert_ca_certs.patch
create mode 100644 meta/recipes-sato/nss/nss-3.12.6/96_NSS_VersionCheck.patch
create mode 100644 meta/recipes-sato/nss/nss-3.12.6/97_SSL_RENEGOTIATE_TRANSITIONAL.patch
create mode 100644 meta/recipes-sato/nss/nss-3.12.6/build-fix.patch
create mode 100644 meta/recipes-sato/nss/nss-3.12.6/nss.pc.in
create mode 100644 meta/recipes-sato/nss/nss_3.12.6.bb
next reply other threads:[~2010-11-25 3:01 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-25 3:01 Zhai Edwin [this message]
2010-11-22 6:26 ` [PATCH 4/4] eds-dbus: Update to 2.32.1 Zhai Edwin
2010-11-30 20:50 ` Saul Wold
2010-12-06 1:36 ` Zhai, Edwin
2010-12-07 8:33 ` Saul Wold
2010-12-08 11:58 ` Zhai, Edwin
2010-11-22 8:41 ` [PATCH 1/4] libgdata: Add 0.6.5 as new recipe Zhai Edwin
2010-11-23 2:04 ` [PATCH 2/4] nspr: Add 4.8.6 " Zhai Edwin
2010-11-24 2:59 ` [PATCH 3/4] nss: Add 3.12.8 " Zhai Edwin
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.1290654095.git.edwin.zhai@intel.com \
--to=edwin.zhai@intel.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.