All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix a couple of minor bugs...
@ 2011-02-08 16:47 Mark Hatle
  2011-02-08 16:47 ` [PATCH 1/2] fetch2: Add SRPM knowledge Mark Hatle
  2011-02-08 16:47 ` [PATCH 2/2] insane.bbclass: Fix config.log error message Mark Hatle
  0 siblings, 2 replies; 3+ messages in thread
From: Mark Hatle @ 2011-02-08 16:47 UTC (permalink / raw)
  To: poky

The primary change is to the fetcher to enable it to be able to unpack
SRPMs.

The second is a bug fix for something minor that just came in from the mailing
list.  It's a slight change to an error msg.

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 (2):
  fetch2: Add SRPM knowledge
  insane.bbclass: Fix config.log error message

 bitbake/lib/bb/fetch2/__init__.py      |   62 +++++++++++++++++++------------
 meta/classes/insane.bbclass            |    2 +-
 meta/recipes-devtools/rpm/rpm_5.4.0.bb |   52 +-------------------------
 scripts/rpm2cpio.sh                    |   53 +++++++++++++++++++++++++++
 4 files changed, 94 insertions(+), 75 deletions(-)
 create mode 100755 scripts/rpm2cpio.sh

-- 
1.7.3.4



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

end of thread, other threads:[~2011-02-08 16:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-08 16:47 [PATCH 0/2] Fix a couple of minor bugs Mark Hatle
2011-02-08 16:47 ` [PATCH 1/2] fetch2: Add SRPM knowledge Mark Hatle
2011-02-08 16:47 ` [PATCH 2/2] insane.bbclass: Fix config.log error message Mark Hatle

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.