Re: [oe] [meta-oe][PATCH] cpufrequtils: Create proper symlinks to versioned library

2015-06-08 Thread Khem Raj
On Mon, Jun 8, 2015 at 4:16 AM, Koen Kooi wrote: >> -CFLAGS_append_libc-uclibc = " ${@['-DNLS', '-UNLS']['${USE_NLS}' == >> 'no']} " +EXTRA_OEMAKE_append = " ${@['', 'NLS=false']['${USE_NLS}' == >> 'no']} " > > That's not mentioned in the commit message ugh, I did forget, it makes it compile on m

Re: [oe] [meta-oe][PATCH] cpufrequtils: Create proper symlinks to versioned library

2015-06-08 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Khem Raj schreef op 05-06-15 om 03:44: > Currently it produces duplicated .so files for .so.0 and .so.0.0.0 this > is also noticed by opkg upgrade > > Configuring libxcb-randr0. /sbin/ldconfig: /usr/lib/libcpufreq.so.0 is > not a symbolic link > > Ad

[oe] [meta-oe][PATCH] cpufrequtils: Create proper symlinks to versioned library

2015-06-04 Thread Khem Raj
Currently it produces duplicated .so files for .so.0 and .so.0.0.0 this is also noticed by opkg upgrade Configuring libxcb-randr0. /sbin/ldconfig: /usr/lib/libcpufreq.so.0 is not a symbolic link Additionally helps in some code size savings Signed-off-by: Khem Raj --- meta-oe/recipes-support/cp