All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Fix powerpc xserver dlopen issue
@ 2011-05-30  6:40 Yu Ke
  2011-05-30  6:41 ` [PATCH 1/1] site/powerpc-common: remove the incorrect dlopen default setting Yu Ke
  2011-05-30  7:20 ` [PATCH 0/1] Fix powerpc xserver dlopen issue Richard Purdie
  0 siblings, 2 replies; 3+ messages in thread
From: Yu Ke @ 2011-05-30  6:40 UTC (permalink / raw)
  To: openembedded-core; +Cc: Koen Kooi

Fix Yocto bug 736, 737

The following changes since commit c412674cf818e77e35857fb93353e392e7ac9e53:
  Khem Raj (1):
        package.bbclass,prserv.bbclass: Compare USE_PR_SERV with "1" or "0"

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib kyu3/dl-issue
  http://git.pokylinux.org/cgit.cgi//log/?h=kyu3/dl-issue

Yu Ke (1):
  site/powerpc-common: remove the incorrect dlopen default setting

 meta/site/powerpc-common |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)




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

* [PATCH 1/1] site/powerpc-common: remove the incorrect dlopen default setting
  2011-05-30  6:40 [PATCH 0/1] Fix powerpc xserver dlopen issue Yu Ke
@ 2011-05-30  6:41 ` Yu Ke
  2011-05-30  7:20 ` [PATCH 0/1] Fix powerpc xserver dlopen issue Richard Purdie
  1 sibling, 0 replies; 3+ messages in thread
From: Yu Ke @ 2011-05-30  6:41 UTC (permalink / raw)
  To: openembedded-core

These two setting for dlopen is not correct. dlopen is not available in libc,
instead it is provided by libdl. so the setting should not be "yes" by default.

This fixes [YOCTO #736] [YOCTO #737]

Thanks Richard for pointing out the root cause.

CC: Richard Purdie <richard.purdie@linuxfoundation.org>
CC: Philip Balister <philip@balister.org>
CC: Koen Kooi <koen@dominion.thruhere.net>

Signed-off-by: Yu Ke <ke.yu@intel.com>
---
 meta/site/powerpc-common |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/meta/site/powerpc-common b/meta/site/powerpc-common
index 8c0da23..4d0378b 100644
--- a/meta/site/powerpc-common
+++ b/meta/site/powerpc-common
@@ -239,8 +239,6 @@ ac_cv_sizeof_int=${ac_cv_sizeof_int='4'}
 #modphp 
 ac_cv_c_bigendian_php=${ac_cv_c_bigendian_php=yes}
 ac_cv_sizeof_ptrdiff_t=${ac_cv_sizeof_ptrdiff_t=4}
-ac_cv_func_dlopen=${ac_cv_func_dlopen=yes}
-lt_cv_dlopen_self=${lt_cv_dlopen_self=yes}
 
 # apache2 (note other apache stanza in this file)
 ap_void_ptr_lt_long=${ap_void_ptr_lt_long=no}
-- 
1.7.0.4




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

* Re: [PATCH 0/1] Fix powerpc xserver dlopen issue
  2011-05-30  6:40 [PATCH 0/1] Fix powerpc xserver dlopen issue Yu Ke
  2011-05-30  6:41 ` [PATCH 1/1] site/powerpc-common: remove the incorrect dlopen default setting Yu Ke
@ 2011-05-30  7:20 ` Richard Purdie
  1 sibling, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2011-05-30  7:20 UTC (permalink / raw)
  To: Yu Ke; +Cc: Koen Kooi, openembedded-core

On Mon, 2011-05-30 at 14:40 +0800, Yu Ke wrote:
> Fix Yocto bug 736, 737
> 
> The following changes since commit c412674cf818e77e35857fb93353e392e7ac9e53:
>   Khem Raj (1):
>         package.bbclass,prserv.bbclass: Compare USE_PR_SERV with "1" or "0"
> 
> are available in the git repository at:
> 
>   git://git.pokylinux.org/poky-contrib kyu3/dl-issue
>   http://git.pokylinux.org/cgit.cgi//log/?h=kyu3/dl-issue
> 
> Yu Ke (1):
>   site/powerpc-common: remove the incorrect dlopen default setting

Merged to master, thanks.

Richard




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

end of thread, other threads:[~2011-05-30  7:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-30  6:40 [PATCH 0/1] Fix powerpc xserver dlopen issue Yu Ke
2011-05-30  6:41 ` [PATCH 1/1] site/powerpc-common: remove the incorrect dlopen default setting Yu Ke
2011-05-30  7:20 ` [PATCH 0/1] Fix powerpc xserver dlopen issue Richard Purdie

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.