All of lore.kernel.org
 help / color / mirror / Atom feed
From: mariano.lopez@linux.intel.com
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/4] Fix some errors in archiver class
Date: Tue, 22 Mar 2016 14:03:59 +0000	[thread overview]
Message-ID: <cover.1458655100.git.mariano.lopez@linux.intel.com> (raw)

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



             reply	other threads:[~2016-03-22 22:09 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-22 14:03 mariano.lopez [this message]
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

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.1458655100.git.mariano.lopez@linux.intel.com \
    --to=mariano.lopez@linux.intel.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.