All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Update new fetcher with unpack parm
@ 2011-02-11 20:37 Mark Hatle
  2011-02-11 20:37 ` [PATCH 1/1] fetch2: unpack revision Mark Hatle
  2011-02-12  0:35 ` [PATCH 0/1] Update new fetcher with unpack parm Richard Purdie
  0 siblings, 2 replies; 3+ messages in thread
From: Mark Hatle @ 2011-02-11 20:37 UTC (permalink / raw)
  To: poky

Introduce the unpack param to the new fetcher2.  This allows packages
to disable the unpack of given files, even if they would normally be
unpacked automatically.

The existing "unpack" param for SRPM handling was changed to "extract".

I did change the cp to a tar action.  This would ensure that any files
that are hardlinks are preserved once copied.  I'm not sure this is
really such a big deal in the end..  (note, the hard links are local to
the set of files.. so the set in ${WORKDIR} are not linked to the set in
the recipe.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: mhatle/fetcher
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/fetcher

Thanks,
    Mark Hatle <mark.hatle@windriver.com>
---


Mark Hatle (1):
  fetch2: unpack revision

 bitbake/lib/bb/fetch2/__init__.py      |   92 ++++++++++++++++++-------------
 bitbake/lib/bb/utils.py                |   12 ++++
 meta/recipes-devtools/rpm/rpm_5.4.0.bb |    2 +-
 3 files changed, 66 insertions(+), 40 deletions(-)

-- 
1.7.3.4



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

end of thread, other threads:[~2011-02-12  0:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-11 20:37 [PATCH 0/1] Update new fetcher with unpack parm Mark Hatle
2011-02-11 20:37 ` [PATCH 1/1] fetch2: unpack revision Mark Hatle
2011-02-12  0:35 ` [PATCH 0/1] Update new fetcher with unpack parm Richard Purdie

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.