From: Mark Hatle <mark.hatle@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 0/4] First pass at implementing SMART
Date: Wed, 31 Oct 2012 16:19:22 -0500 [thread overview]
Message-ID: <cover.1351718092.git.mark.hatle@windriver.com> (raw)
This patch set is the first pass at implementing smart. Patch 1/4 is the same
as what was previously sent to the list that fixed some issues with the rpm
python module.
I did not squash 1/4 and 3/4 and 2/4 and 4/4 together as they are separate
components of the overall development. 1/4 is the basic fix, while 3/4 adds
support to the rpm-python to export more information.
2/4 is the initial SMART implementation and 4/4 adds support for the MISSINGOK
exported by 3/4.
The following changes since commit 0e90a303bc5cb0ede21ff4346843f9daeddfff45:
openssl: Use ${CFLAGS} not ${FULL_OPTIMIZATION} (2012-10-30 11:03:46 +0000)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib mhatle/smart
http://git.yoctoproject.org/cgit.cgi//log/?h=mhatle/rpm
Mark Hatle (4):
rpm: Slightly change the way python-rpm is constructed
python-smartpm: Add smartpm recipe
rpm: Add additional RPMSENSE values to python module
python-smartpm: Add basic knowledge of RPMSENSE_MISSINGOK
.../python/python-smartpm/smart-missingok.patch | 43 +++++++
.../python/python-smartpm/smart-rpm-root.patch | 80 +++++++++++++
.../python/python-smartpm/smartpm-rpm5-nodig.patch | 46 ++++++++
.../python/python-smartpm_1.4.1.bb | 120 ++++++++++++++++++++
.../rpm/rpm/python-rpm-rpmsense.patch | 33 ++++++
meta/recipes-devtools/rpm/rpm/rpm-py-init.patch | 27 +++++
meta/recipes-devtools/rpm/rpm_5.4.9.bb | 17 ++-
9 files changed, 365 insertions(+), 28 deletions(-)
create mode 100644 meta/recipes-devtools/python/python-smartpm/smart-missingok.patch
create mode 100644 meta/recipes-devtools/python/python-smartpm/smart-rpm-root.patch
create mode 100644 meta/recipes-devtools/python/python-smartpm/smartpm-rpm5-nodig.patch
create mode 100644 meta/recipes-devtools/python/python-smartpm_1.4.1.bb
create mode 100644 meta/recipes-devtools/rpm/rpm/python-rpm-rpmsense.patch
create mode 100644 meta/recipes-devtools/rpm/rpm/rpm-py-init.patch
--
1.7.3.4
next reply other threads:[~2012-10-31 21:23 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-31 21:19 Mark Hatle [this message]
2012-10-31 21:19 ` [PATCH 1/4] rpm: Slightly change the way python-rpm is constructed Mark Hatle
2012-10-31 21:19 ` [PATCH 2/4] python-smartpm: Add smartpm recipe Mark Hatle
2012-11-02 8:18 ` Saul Wold
2012-10-31 21:19 ` [PATCH 3/4] rpm: Add additional RPMSENSE values to python module Mark Hatle
2012-10-31 21:19 ` [PATCH 4/4] python-smartpm: Add basic knowledge of RPMSENSE_MISSINGOK 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.1351718092.git.mark.hatle@windriver.com \
--to=mark.hatle@windriver.com \
--cc=openembedded-core@lists.openembedded.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.