[OE-core] [PATCH 00/17] control ipv6 support based on DISTRO_FEATURES

jackie.huang at windriver.com jackie.huang at windriver.com
Mon Aug 22 09:05:53 UTC 2016


From: Jackie Huang <jackie.huang at 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




More information about the Openembedded-core mailing list