From: Mark Hatle <mark.hatle@windriver.com>
To: poky@yoctoproject.org
Subject: [PATCH 0/1] Update new fetcher with unpack parm
Date: Fri, 11 Feb 2011 14:37:47 -0600 [thread overview]
Message-ID: <cover.1297456506.git.mark.hatle@windriver.com> (raw)
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
next reply other threads:[~2011-02-11 20:40 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-11 20:37 Mark Hatle [this message]
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
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.1297456506.git.mark.hatle@windriver.com \
--to=mark.hatle@windriver.com \
--cc=poky@yoctoproject.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.