[OE-core] [PATCH 0/4] Smart/RPM related fixes

Paul Eggleton paul.eggleton at linux.intel.com
Thu Jul 25 17:09:01 UTC 2013


Note: there is one patch in here that affects BAD_RECOMMENDATIONS
behaviour for ipk.


The following changes since commit ac5d20f4adac69ea1702694fb50849c9e465b443:

  systemd: Remove systemd_unitdir if systemd is not in distro features (2013-07-23 07:49:54 -0700)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib paule/smart
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/smart

Paul Eggleton (4):
  python-smartpm: fix sometimes reporting no provider instead of conflict
  python-smartpm: add ignore-recommends package flag
  classes/image: ensure BAD_RECOMMENDATIONS supports pre-renamed package names
  classes/rootfs_rpm: implement BAD_RECOMMENDATIONS for RPM

 meta/classes/image.bbclass                         |   1 +
 meta/classes/package_rpm.bbclass                   |  11 +-
 meta/classes/rootfs_ipk.bbclass                    |   2 -
 meta/classes/rootfs_rpm.bbclass                    |   3 +-
 meta/conf/bitbake.conf                             |   2 +
 .../python-smartpm/smart-conflict-provider.patch   | 196 +++++++++++++++++++++
 .../smart-flag-ignore-recommends.patch             |  60 +++++++
 .../python/python-smartpm_1.4.1.bb                 |   2 +
 8 files changed, 271 insertions(+), 6 deletions(-)
 create mode 100644 meta/recipes-devtools/python/python-smartpm/smart-conflict-provider.patch
 create mode 100644 meta/recipes-devtools/python/python-smartpm/smart-flag-ignore-recommends.patch

-- 
1.8.1.2




More information about the Openembedded-core mailing list