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 <[email protected]> --- 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 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
