All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Fix some errors in archiver class
@ 2016-03-22 14:03 mariano.lopez
  2016-03-22 14:04 ` [PATCH 1/4] archiver.bbclass: Don't expand python functions in dumpdata mariano.lopez
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mariano.lopez @ 2016-03-22 14:03 UTC (permalink / raw)
  To: openembedded-core

From: Mariano Lopez <mariano.lopez@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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-03-22 22:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-22 14:03 [PATCH 0/4] Fix some errors in archiver class mariano.lopez
2016-03-22 14:04 ` [PATCH 1/4] archiver.bbclass: Don't expand python functions in dumpdata mariano.lopez
2016-03-22 14:04 ` [PATCH 2/4] archiver.bbclass: Fix use of ARCHIVER_WORKDIR and ARCHIVER_OUTDIR mariano.lopez
2016-03-22 14:04 ` [PATCH 3/4] archiver.bbclass: Fix gcc-source corner case mariano.lopez
2016-03-22 14:04 ` [PATCH 4/4] archiver.bbclass: Fix tar name for git repositories mariano.lopez

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.