[OE-core] [PATCH 0/4] First pass at implementing SMART

Mark Hatle mark.hatle at windriver.com
Wed Oct 31 21:19:22 UTC 2012


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





More information about the Openembedded-core mailing list