This patch now can compile a uclibc sato image using rpm as packaging backend fixes libzypp, zypper, sat-solver builds on uclibc Upgrades uclibc-0.9.33 to latest on branch since we need the fixes for glib-2.32.x to work correctly. Fix glib-2.32.x build failure on x86_64/uclibc by caching the relevant config variables (guint32/guint64) same patch was applied to other architecture site files recently.
The following changes since commit ba380813c0198f95b1e786aa7f49b80c68cfe9b9: gcc-configure-target: Fix sysroot option breakage I introduced (sorry) (2012-06-14 19:48:07 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib kraj/misc-updates http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/misc-updates Khem Raj (9): uclibc_0.9.33.bb: Upgrade to latest git site/x86_64-linux-uclibc: Cache definitions of guint32/guint64 rpm: Fix compilation on uclibc rpm: Use link time check for libssp sat-solver: Fix build on uclibc libzypp: Fix build with uclibc rpm: pass lrt and lpthread to link step explicitly for uclibc zypper: Fix build on uclibc libzypp: Define OECMAKE_CXX_LINK_FLAGS when compiling for uclibc meta/recipes-core/uclibc/uclibc_0.9.33.bb | 4 +- .../rpm/rpm/fstack-protector-configure-check.patch | 13 ++++ meta/recipes-devtools/rpm/rpm/rpmatch.patch | 42 +++++++++++++ meta/recipes-devtools/rpm/rpm/uclibc-support.patch | 63 ++++++++++++++++++++ meta/recipes-devtools/rpm/rpm_5.4.9.bb | 7 ++- meta/recipes-extended/libzypp/libzypp/cstdio.patch | 49 +++++++++++++++ meta/recipes-extended/libzypp/libzypp_git.bb | 9 ++- .../sat-solver/sat-solver/futimes.patch | 32 ++++++++++ meta/recipes-extended/sat-solver/sat-solver_git.bb | 3 + meta/recipes-extended/zypper/zypper/rpmatch.patch | 23 +++++++ meta/recipes-extended/zypper/zypper_git.bb | 2 + meta/site/x86_64-linux-uclibc | 3 + 12 files changed, 245 insertions(+), 5 deletions(-) create mode 100644 meta/recipes-devtools/rpm/rpm/fstack-protector-configure-check.patch create mode 100644 meta/recipes-devtools/rpm/rpm/rpmatch.patch create mode 100644 meta/recipes-devtools/rpm/rpm/uclibc-support.patch create mode 100644 meta/recipes-extended/libzypp/libzypp/cstdio.patch create mode 100644 meta/recipes-extended/sat-solver/sat-solver/futimes.patch create mode 100644 meta/recipes-extended/zypper/zypper/rpmatch.patch -- 1.7.5.4 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
