[OE-core] [PATCH 0/4] Fix some errors in archiver class

mariano.lopez at linux.intel.com mariano.lopez at linux.intel.com
Tue Mar 22 14:03:59 UTC 2016


From: Mariano Lopez <mariano.lopez at linux.intel.com>

There were some errors in the archiver class that are fixed with
this series:

- Don't expand python functions in dumpdata
    Fixed a datastore expansion for python functions
- Fix use of ARCHIVER_WORKDIR and ARCHIVER_OUTDIR
    In unpack and patch task the outdir was used as workdir
- Fix gcc-source corner case
    gcc-source doesn't have do_configure task used for do_ar_configure
- Fix tar name for git repositories
    For git repositories the file generated for the original
    source had the domain in the file name.

The following changes since commit 8debfea81e69d038bd2d56314b272cb74f5582ed:

  local.conf.sample: Disable prelink by default (2016-03-13 22:09:05 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib mariano/bug9245
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mariano/bug9245

Mariano Lopez (4):
  archiver.bbclass: Don't expand python functions in dumpdata
  archiver.bbclass: Fix use of ARCHIVER_WORKDIR and ARCHIVER_OUTDIR
  archiver.bbclass: Fix gcc-source corner case
  archiver.bbclass: Fix tar name for git repositories

 meta/classes/archiver.bbclass | 76 +++++++++++++++++++++++--------------------
 1 file changed, 40 insertions(+), 36 deletions(-)

-- 
2.6.2



More information about the Openembedded-core mailing list