Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix zypper integration
@ 2011-03-30 20:29 Mark Hatle
  2011-03-30 20:29 ` [PATCH 1/3] Fix sat-solver & RPM5 integration issue Mark Hatle
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Mark Hatle @ 2011-03-30 20:29 UTC (permalink / raw)
  To: poky, openembedded-core

Fix the zypper integration on Bernard (Poky).  This is also be necessary 
in master/OE-core as well!  (I have not verified that the C++ workaround 
is needed on OE-Core, but the same change for MIPS -is- needed due to 
namespace collision.)

Fixes [YOCTO #827] Zypper not working on ARM.  (Note, one of the issues 
resolved actually affects all host types..)

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

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


Mark Hatle (3):
  Fix sat-solver & RPM5 integration issue
  Fix integration of zypper and sat-solver
  Workaround for Global C++ Constructor problem on ARM

 .../libzypp/libzypp/archconf.patch                 |   15 -
 .../arm-workaround-global-constructor.patch        |   68 +++
 .../libzypp/libzypp/builtin-arch.patch             |  122 -----
 .../libzypp/libzypp/libzypp-pokyarch.patch         |  498 ++++++++++++++++++++
 .../libzypp/libzypp/no-builtin-arch.patch          |  128 -----
 meta/recipes-extended/libzypp/libzypp_git.bb       |  120 ++++-
 .../sat-solver/sat-solver/builtin-arch.patch       |   28 --
 .../sat-solver/sat-solver/no-builtin-arch.patch    |   29 --
 .../sat-solver/sat-solver_obsolete.patch           |   20 +
 .../sat-solver/sat-solver/sat-solver_poky.patch    |  106 +++++
 meta/recipes-extended/sat-solver/sat-solver_git.bb |   43 +-
 11 files changed, 820 insertions(+), 357 deletions(-)
 delete mode 100644 meta/recipes-extended/libzypp/libzypp/archconf.patch
 create mode 100644 meta/recipes-extended/libzypp/libzypp/arm-workaround-global-constructor.patch
 delete mode 100644 meta/recipes-extended/libzypp/libzypp/builtin-arch.patch
 create mode 100644 meta/recipes-extended/libzypp/libzypp/libzypp-pokyarch.patch
 delete mode 100644 meta/recipes-extended/libzypp/libzypp/no-builtin-arch.patch
 delete mode 100644 meta/recipes-extended/sat-solver/sat-solver/builtin-arch.patch
 delete mode 100644 meta/recipes-extended/sat-solver/sat-solver/no-builtin-arch.patch
 create mode 100644 meta/recipes-extended/sat-solver/sat-solver/sat-solver_obsolete.patch
 create mode 100644 meta/recipes-extended/sat-solver/sat-solver/sat-solver_poky.patch

-- 
1.7.3.4




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

end of thread, other threads:[~2011-03-31 14:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-30 20:29 [PATCH 0/3] Fix zypper integration Mark Hatle
2011-03-30 20:29 ` [PATCH 1/3] Fix sat-solver & RPM5 integration issue Mark Hatle
2011-03-30 20:29 ` [PATCH 2/3] Fix integration of zypper and sat-solver Mark Hatle
2011-03-30 20:29 ` [PATCH 3/3] Workaround for Global C++ Constructor problem on ARM Mark Hatle
2011-03-31 14:35 ` [PATCH 0/3] Fix zypper integration Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox