All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Smart/RPM related fixes
@ 2013-07-25 17:09 Paul Eggleton
  2013-07-25 17:09 ` [PATCH 1/4] python-smartpm: fix sometimes reporting no provider instead of conflict Paul Eggleton
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Paul Eggleton @ 2013-07-25 17:09 UTC (permalink / raw)
  To: openembedded-core

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



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

end of thread, other threads:[~2013-07-25 17:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-25 17:09 [PATCH 0/4] Smart/RPM related fixes Paul Eggleton
2013-07-25 17:09 ` [PATCH 1/4] python-smartpm: fix sometimes reporting no provider instead of conflict Paul Eggleton
2013-07-25 17:09 ` [PATCH 2/4] python-smartpm: add ignore-recommends package flag Paul Eggleton
2013-07-25 17:09 ` [PATCH 3/4] classes/image: ensure BAD_RECOMMENDATIONS supports pre-renamed package names Paul Eggleton
2013-07-25 17:09 ` [PATCH 4/4] classes/rootfs_rpm: implement BAD_RECOMMENDATIONS for RPM Paul Eggleton

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.