Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] glib-2.0: Don't check function "qsort_r" in configure.ac
@ 2012-02-06  6:41 Xiaofeng Yan
  2012-02-06  6:41 ` [PATCH 1/2] glib-2.0: Don't check function qsort_r Xiaofeng Yan
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Xiaofeng Yan @ 2012-02-06  6:41 UTC (permalink / raw)
  To: openembedded-core

From: Xiaofeng Yan <xiaofeng.yan@windriver.com>

The function "g_qsort_with_data" has two kinds of realization. One calls qsort_r
from libglib, the other realize itself. the realization method is controlled by macro "HAVE_QSORT_R".
qsort_r from libglib cause sort error. Add no-check-qsort_r.patch for fixing this problem.
This patch is to fix bug 1959. After this patch is merged into OE-core I will open a new bug to
track the reason why qsort_r report normally. For finishing lsb test in YOCTO 1.2 M3 this patch
is applied temporarily.

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

Thanks,
    Xiaofeng Yan <xiaofeng.yan@windriver.com>
---


Xiaofeng Yan (2):
  glib-2.0: Don't check function qsort_r
  glib-2.0: Add patch "no-check-qsort_r.patch"

 .../glib-2.0/glib-2.0/no-check-qsort_r.patch       |   61 ++++++++++++++++++++
 meta/recipes-core/glib-2.0/glib-2.0_2.30.2.bb      |    3 +-
 2 files changed, 63 insertions(+), 1 deletions(-)
 create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/no-check-qsort_r.patch




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

end of thread, other threads:[~2012-02-07  5:48 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-06  6:41 [PATCH 0/2] glib-2.0: Don't check function "qsort_r" in configure.ac Xiaofeng Yan
2012-02-06  6:41 ` [PATCH 1/2] glib-2.0: Don't check function qsort_r Xiaofeng Yan
2012-02-06  9:13   ` Phil Blundell
2012-02-06 15:34     ` Khem Raj
2012-02-06 19:13       ` Peter Tworek
2012-02-06 22:54         ` Khem Raj
2012-02-06  6:41 ` [PATCH 2/2] glib-2.0: Add patch "no-check-qsort_r.patch" Xiaofeng Yan
2012-02-06 15:33   ` Khem Raj
2012-02-07  5:40     ` Xiaofeng Yan
2012-02-06  7:05 ` [PATCH 0/2] glib-2.0: Don't check function "qsort_r" in configure.ac Martin Jansa
2012-02-06  7:37   ` Xiaofeng Yan
2012-02-06  9:16     ` Xiaofeng Yan

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