[oe] [PATCH 0/2][meta-oe] talloc: fixes for sstate cache reuse & swig dependencies

wenzong.fan at windriver.com wenzong.fan at windriver.com
Wed Sep 17 05:56:37 UTC 2014


From: Wenzong Fan <wenzong.fan at windriver.com>

Patch 2/2:

Fixes for sstate cache reuse between different build dirs. The
${SWIGLIBDIR##${STAGING_DIR_NATIVE}} had confused bitbake, bitbake would
add the "SWIGLIBDIR##${STAGING_DIR_NATIVE}" to the deps of do_install,
which caused the sstate cached can't be re-used.

Use another way for SWIGLIBDIR to fix the problem.

Patch 1/2:

* talloc: fix swig dependencies

This patch had been sent before, to avoid merge conflict just put them
to the same contrib branch.

The following changes since commit 28e26a9b0ad37d0c92ba42b2727215eef1edf5a2:

  tcpslice: add recipe under tcpdump (2014-09-09 10:32:51 -0400)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib wenzong/fix-talloc
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=wenzong/fix-talloc

Robert Yang (1):
  talloc: fixes for sstate cache reuse

Wenzong Fan (1):
  talloc: fix swig dependencies

 .../install-swig-interface-in-SWINGLIBDIR.patch    |    2 +-
 meta-oe/recipes-support/talloc/talloc_2.0.1.bb     |   13 +++++++++++--
 2 files changed, 12 insertions(+), 3 deletions(-)

-- 
1.7.9.5




More information about the Openembedded-devel mailing list