All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Hatle <mark.hatle@windriver.com>
To: poky@yoctoproject.org
Subject: [PATCH 0/3] Upgrade RPM to RPM 5.4.0
Date: Thu, 27 Jan 2011 23:46:26 -0600	[thread overview]
Message-ID: <cover.1296193457.git.mark.hatle@windriver.com> (raw)

Upgrade RPM to RPM 5.4.0.  Include additional changes to the packaging
and rootfs creation as necessary for the new version.

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

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


Mark Hatle (2):
  rpm: Uprev to RPM 5.4.0
  rootfs_rpm: Setup the platform configuration

Qing He (1):
  rpm: suggested change

 meta/classes/package.bbclass                       |    2 +-
 meta/classes/package_rpm.bbclass                   |    5 +-
 meta/classes/rootfs_rpm.bbclass                    |   25 +-
 meta/conf/distro/include/as-needed.inc             |    3 +-
 .../rpm/rpm/header-include-fix.patch               |   24 ++
 meta/recipes-devtools/rpm/rpm/rpm-autogen.patch    |   54 +++
 meta/recipes-devtools/rpm/rpm/rpm-libsql-fix.patch |   18 +
 meta/recipes-devtools/rpm/rpm/rpm2cpio             |   51 +++
 meta/recipes-devtools/rpm/rpm_5.1.10.bb            |  168 --------
 meta/recipes-devtools/rpm/rpm_5.4.0.bb             |  433 ++++++++++++++++++++
 10 files changed, 603 insertions(+), 180 deletions(-)
 create mode 100644 meta/recipes-devtools/rpm/rpm/header-include-fix.patch
 create mode 100644 meta/recipes-devtools/rpm/rpm/rpm-autogen.patch
 create mode 100644 meta/recipes-devtools/rpm/rpm/rpm-libsql-fix.patch
 create mode 100755 meta/recipes-devtools/rpm/rpm/rpm2cpio
 delete mode 100644 meta/recipes-devtools/rpm/rpm_5.1.10.bb
 create mode 100644 meta/recipes-devtools/rpm/rpm_5.4.0.bb

-- 
1.7.3.4



             reply	other threads:[~2011-01-28  5:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-28  5:46 Mark Hatle [this message]
2011-01-28  5:46 ` [PATCH 1/3] rpm: Uprev to RPM 5.4.0 Mark Hatle
2011-01-28  5:46 ` [PATCH 2/3] rootfs_rpm: Setup the platform configuration Mark Hatle
2011-01-28  5:46 ` [PATCH 3/3] rpm: suggested change Mark Hatle

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.1296193457.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.