Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Robert Yang <liezhi.yang@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 00/27] meta: fix B != S
Date: Wed, 14 Jan 2015 00:47:11 -0800	[thread overview]
Message-ID: <cover.1421225218.git.liezhi.yang@windriver.com> (raw)

The following changes since commit b61a2acc321489c3427f0afa3059486dc144a13b:

  bind: Update libxml2 check to make it deterministic. (2015-01-08 09:21:18 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/b_src
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/b_src

Robert Yang (27):
  libnl: separate B and S
  nspr: fix B != S
  ghostscript: fix B != S
  bc: separate B and S
  cmake: fix B != S
  cracklib: separate B and S
  flac: separate B and S
  libgcrypt: separate B and S
  gnutls: separate B and S
  bash: separate B and S
  pinentry: separate B and S
  oprofile: separate B and S
  expect: separate B and S
  apr-util: fix B != S
  qemu: fix B != S
  gnome-desktop-testing: separate B and S
  libcroco: separate B and S
  alsa-utils: fix B != S
  neard: fix B != S
  python: fix B != S
  connman: fix B != S
  libfm-extra: separate B and S
  libfm: separate B and S
  icon-naming-utils: separate B and S
  rpm: separate B and S
  presentproto: separate B and S
  kexec-tools: separate B and S

 meta/recipes-connectivity/connman/connman.inc      |   14 +++++++-------
 meta/recipes-connectivity/connman/connman_1.26.bb  |    2 ++
 meta/recipes-connectivity/neard/neard.inc          |    4 ++--
 meta/recipes-connectivity/neard/neard_0.14.bb      |    1 +
 meta/recipes-devtools/cmake/cmake.inc              |    6 ++++--
 meta/recipes-devtools/expect/expect_5.45.bb        |    4 +++-
 .../icon-naming-utils/icon-naming-utils_0.8.90.bb  |    4 ++--
 meta/recipes-devtools/python/python.inc            |    4 ++--
 meta/recipes-devtools/python/python3_3.3.3.bb      |    6 +++---
 meta/recipes-devtools/python/python_2.7.3.bb       |    6 +++---
 meta/recipes-devtools/qemu/qemu.inc                |    8 +++++---
 meta/recipes-devtools/rpm/rpm_4.11.2.bb            |    4 +++-
 meta/recipes-extended/bash/bash.inc                |    2 +-
 meta/recipes-extended/bash/bash_4.3.bb             |    2 ++
 meta/recipes-extended/bc/bc_1.06.bb                |    4 ++--
 meta/recipes-extended/cracklib/cracklib_2.9.2.bb   |    4 +++-
 .../ghostscript/ghostscript_9.15.bb                |    8 +++++---
 .../xorg-proto/presentproto_git.bb                 |    4 +++-
 meta/recipes-kernel/kexec/kexec-tools.inc          |    4 +++-
 meta/recipes-kernel/oprofile/oprofile.inc          |    5 ++---
 meta/recipes-kernel/oprofile/oprofile_1.0.0.bb     |    1 +
 .../alsa/alsa-utils-alsaconf_1.0.28.bb             |    2 +-
 meta/recipes-multimedia/alsa/alsa-utils_1.0.28.bb  |    4 +++-
 meta/recipes-multimedia/flac/flac_1.3.0.bb         |    4 ++--
 meta/recipes-support/apr/apr-util_1.5.4.bb         |   17 ++++++++++-------
 .../gnome-desktop-testing_2014.1.bb                |    4 +++-
 meta/recipes-support/gnutls/gnutls.inc             |    2 +-
 meta/recipes-support/gnutls/gnutls_3.3.11.bb       |    2 ++
 meta/recipes-support/libcroco/libcroco_0.6.8.bb    |    4 ++--
 meta/recipes-support/libfm/libfm-extra_1.2.3.bb    |    4 +++-
 meta/recipes-support/libfm/libfm_1.2.3.bb          |    4 +++-
 meta/recipes-support/libgcrypt/libgcrypt.inc       |    4 +++-
 meta/recipes-support/libnl/libnl_3.2.25.bb         |    3 ++-
 meta/recipes-support/nspr/nspr_4.10.7.bb           |   12 ++++++++----
 meta/recipes-support/pinentry/pinentry_0.9.0.bb    |    4 +++-
 35 files changed, 105 insertions(+), 62 deletions(-)

-- 
1.7.9.5



             reply	other threads:[~2015-01-14  8:47 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-14  8:47 Robert Yang [this message]
2015-01-14  8:47 ` [PATCH 01/27] libnl: separate B and S Robert Yang
2015-01-14  8:47 ` [PATCH 02/27] nspr: fix B != S Robert Yang
2015-01-14  8:47 ` [PATCH 03/27] ghostscript: " Robert Yang
2015-01-14  8:47 ` [PATCH 04/27] bc: separate B and S Robert Yang
2015-01-14  8:47 ` [PATCH 05/27] cmake: fix B != S Robert Yang
2015-01-14  8:47 ` [PATCH 06/27] cracklib: separate B and S Robert Yang
2015-01-14  8:47 ` [PATCH 07/27] flac: " Robert Yang
2015-01-14  8:47 ` [PATCH 08/27] libgcrypt: " Robert Yang
2015-01-14  8:47 ` [PATCH 09/27] gnutls: " Robert Yang
2015-01-14  8:47 ` [PATCH 10/27] bash: " Robert Yang
2015-01-14  8:47 ` [PATCH 11/27] pinentry: " Robert Yang
2015-01-14  8:47 ` [PATCH 12/27] oprofile: " Robert Yang
2015-01-14  8:47 ` [PATCH 13/27] expect: " Robert Yang
2015-01-14  8:47 ` [PATCH 14/27] apr-util: fix B != S Robert Yang
2015-01-14  8:47 ` [PATCH 15/27] qemu: " Robert Yang
2015-01-14  8:47 ` [PATCH 16/27] gnome-desktop-testing: separate B and S Robert Yang
2015-01-14  8:47 ` [PATCH 17/27] libcroco: " Robert Yang
2015-01-14  8:47 ` [PATCH 18/27] alsa-utils: fix B != S Robert Yang
2015-01-14  8:47 ` [PATCH 19/27] neard: " Robert Yang
2015-01-15 17:12   ` Burton, Ross
2015-01-16  2:49     ` Robert Yang
2015-01-14  8:47 ` [PATCH 20/27] python: " Robert Yang
2015-01-14  8:47 ` [PATCH 21/27] connman: " Robert Yang
2015-01-14  8:47 ` [PATCH 22/27] libfm-extra: separate B and S Robert Yang
2015-01-14  8:47 ` [PATCH 23/27] libfm: " Robert Yang
2015-01-14  8:47 ` [PATCH 24/27] icon-naming-utils: " Robert Yang
2015-01-14  8:47 ` [PATCH 25/27] rpm: " Robert Yang
2015-01-14  8:47 ` [PATCH 26/27] presentproto: " Robert Yang
2015-01-14  8:47 ` [PATCH 27/27] kexec-tools: " Robert Yang

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.1421225218.git.liezhi.yang@windriver.com \
    --to=liezhi.yang@windriver.com \
    --cc=openembedded-core@lists.openembedded.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox