[OE-core] Any volunteers for fixing all the kernel version checks?

2011-05-29 Thread Koen Kooi
Hi, As some of you might have seen already: http://lwn.net/Articles/445223/ - linux 3.0 is going to happen. This means all the crufty "is it 2.4 or 2.6" checks are going to need a rework :) ___ Openembedded-core mailing list Openembedded-core@lists.op

[OE-core] [PATCH 0/1] Fix powerpc xserver dlopen issue

2011-05-29 Thread Yu Ke
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://gi

[OE-core] [PATCH 1/1] site/powerpc-common: remove the incorrect dlopen default setting

2011-05-29 Thread Yu Ke
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 CC: Philip Balister CC: Koen Koo

Re: [OE-core] [PATCH 1/1] xserver: force to use libdl

2011-05-29 Thread Yu Ke
on 2011-5-28 16:07, Richard Purdie wrote: On Sat, 2011-05-28 at 12:45 +0800, Yu Ke wrote: The marco in question is in xorg-server-1.10.1/configure.ac " AC_CHECK_FUNC([dlopen], [], AC_CHECK_LIB([dl], [dlopen], DLOPEN_LIBS="-ldl")) AC_SUBST(DLOPEN_LIBS) " Ideally, the dlopen test should fai

Re: [OE-core] [PATCH 0/1] license.bbclass: Fix for infinite recursion and bad license_type

2011-05-29 Thread Richard Purdie
On Sat, 2011-05-28 at 17:26 -0700, Elizabeth Flanagan wrote: > - Fixing LicenseVisitor so it forks at a BitOr instead of infinitely checking > the node. > - Fixing the bad license_type syntax by lstriping it so it's valid python. > - Moved the bb.warn that we're using a SPDXLICENSEMAP to a note. >

Re: [OE-core] [PATCH 0/2] misc fixed to compile uclibc in thumb mode and fix prserv

2011-05-29 Thread Richard Purdie
On Fri, 2011-05-27 at 19:44 -0700, Khem Raj wrote: > The following changes since commit ae1ba18f70c0dac5bed376f6677258c33290ce30: > > uclibc: Add disabled COMPILE_IN_THUMB_MODE to uClibc.machine for all ARM > configurations (2011-05-27 19:41:33 -0700) > > are available in the git repository at

Re: [OE-core] [PATCH 1/1] license.bbclass: Infinite recursion of or nodes

2011-05-29 Thread Koen Kooi
Op 29 mei 2011, om 09:22 heeft Koen Kooi het volgende geschreven: > > Op 29 mei 2011, om 02:26 heeft Elizabeth Flanagan het volgende geschreven: > >> >> This fixes two bugs. When populate_lic was hitting | it was going >> into an infinite recursion of the node. >> >> Also, some LICENSE fields

Re: [OE-core] [PATCH 1/1] license.bbclass: Infinite recursion of or nodes

2011-05-29 Thread Koen Kooi
Op 29 mei 2011, om 02:26 heeft Elizabeth Flanagan het volgende geschreven: > > This fixes two bugs. When populate_lic was hitting | it was going > into an infinite recursion of the node. > > Also, some LICENSE fields may start with "(". We want to avoid > invalid python syntax here, so we strip