All of lore.kernel.org
 help / color / mirror / Atom feed
From: <jackie.huang@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 00/17] control ipv6 support based on DISTRO_FEATURES
Date: Mon, 22 Aug 2016 17:05:53 +0800	[thread overview]
Message-ID: <cover.1471857001.git.jackie.huang@windriver.com> (raw)

From: Jackie Huang <jackie.huang@windriver.com>

There is ipv6 configure option for these packages, and we need to them
to be controled by DISTRO_FEATURES.

Tested with and without ipv6 in DISTRO_FEATURES on qemux86-64 and qemuarm.

--
The following changes since commit f078ccf1ac60488169853724c35126cc056f975d:

  bitbake: siggen: Fix file variable typo in compare_sigfiles (2016-08-20 16:11:29 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib.git jhuang0/r_ipv6_160822_0
  http://git.pokylinux.org/cgit.cgi//log/?h=jhuang0/r_ipv6_160822_0

Jackie Huang (17):
  apr: control ipv6 support based on DISTRO_FEATURES
  libice: control ipv6 support based on DISTRO_FEATURES
  libpcap: control ipv6 support based on DISTRO_FEATURES
  libsm: control ipv6 support based on DISTRO_FEATURES
  libxfont: control ipv6 support based on DISTRO_FEATURES
  libxml2: control ipv6 support based on DISTRO_FEATURES
  libxmu: control ipv6 support based on DISTRO_FEATURES
  lighttpd: control ipv6 support based on DISTRO_FEATURES
  nfs-utils: control ipv6 support based on DISTRO_FEATURES
  nspr: control ipv6 support based on DISTRO_FEATURES
  psmisc: control ipv6 support based on DISTRO_FEATURES
  pulseaudio: control ipv6 support based on DISTRO_FEATURES
  rsync: use rsync.inc to avoid duplicated codes
  rsync: control ipv6 support based on DISTRO_FEATURES
  wget: control ipv6 support based on DISTRO_FEATURES
  xauth: control ipv6 support based on DISTRO_FEATURES
  xhost: control ipv6 support based on DISTRO_FEATURES

 meta/recipes-connectivity/libpcap/libpcap.inc      |  5 ++++-
 .../nfs-utils/nfs-utils_1.3.3.bb                   |  5 ++++-
 meta/recipes-core/libxml/libxml2_2.9.4.bb          |  5 ++++-
 meta/recipes-devtools/rsync/rsync.inc              |  7 ++----
 meta/recipes-devtools/rsync/rsync_2.6.9.bb         | 25 ++++++----------------
 meta/recipes-devtools/rsync/rsync_3.1.2.bb         |  8 ++++++-
 meta/recipes-extended/lighttpd/lighttpd_1.4.39.bb  |  5 ++++-
 meta/recipes-extended/psmisc/psmisc.inc            |  3 +++
 meta/recipes-extended/wget/wget.inc                |  5 +++--
 meta/recipes-graphics/xorg-app/xauth_1.0.9.bb      |  3 +++
 meta/recipes-graphics/xorg-app/xhost_1.0.7.bb      |  3 +++
 meta/recipes-graphics/xorg-lib/libice_1.0.9.bb     |  3 ++-
 meta/recipes-graphics/xorg-lib/libsm_1.2.2.bb      |  3 +++
 meta/recipes-graphics/xorg-lib/libxfont_1.5.1.bb   |  3 +++
 meta/recipes-graphics/xorg-lib/libxmu_1.1.2.bb     |  3 +++
 meta/recipes-multimedia/pulseaudio/pulseaudio.inc  |  2 ++
 meta/recipes-support/apr/apr_1.5.2.bb              |  3 +++
 meta/recipes-support/nspr/nspr_4.12.bb             |  3 +++
 18 files changed, 62 insertions(+), 32 deletions(-)

-- 
2.8.1



             reply	other threads:[~2016-08-22  9:21 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-22  9:05 jackie.huang [this message]
2016-08-22  9:05 ` [PATCH 01/17] apr: control ipv6 support based on DISTRO_FEATURES jackie.huang
2016-08-22  9:05 ` [PATCH 02/17] libice: " jackie.huang
2016-08-22  9:05 ` [PATCH 03/17] libpcap: " jackie.huang
2016-08-22  9:05 ` [PATCH 04/17] libsm: " jackie.huang
2016-08-22  9:05 ` [PATCH 05/17] libxfont: " jackie.huang
2016-08-22  9:05 ` [PATCH 06/17] libxml2: " jackie.huang
2016-08-22  9:06 ` [PATCH 07/17] libxmu: " jackie.huang
2016-08-22  9:06 ` [PATCH 08/17] lighttpd: " jackie.huang
2016-08-22  9:06 ` [PATCH 09/17] nfs-utils: " jackie.huang
2016-08-22  9:06 ` [PATCH 10/17] nspr: " jackie.huang
2016-08-22  9:06 ` [PATCH 11/17] psmisc: " jackie.huang
2016-08-22  9:06 ` [PATCH 12/17] pulseaudio: " jackie.huang
2016-08-22  9:06 ` [PATCH 13/17] rsync: use rsync.inc to avoid duplicated codes jackie.huang
2016-08-22  9:06 ` [PATCH 14/17] rsync: control ipv6 support based on DISTRO_FEATURES jackie.huang
2016-08-22  9:06 ` [PATCH 15/17] wget: " jackie.huang
2016-08-22  9:06 ` [PATCH 16/17] xauth: " jackie.huang
2016-08-22  9:06 ` [PATCH 17/17] xhost: " jackie.huang
2016-08-31  5:30 ` [PATCH 00/17] " Huang, Jie (Jackie)

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.1471857001.git.jackie.huang@windriver.com \
    --to=jackie.huang@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 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.