[poky] [PATCH 0/1] Update new fetcher with unpack parm

Mark Hatle mark.hatle at windriver.com
Fri Feb 11 12:37:47 PST 2011


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 at 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




More information about the poky mailing list