All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] angstrom-2008.1: bump uclibc to 0.9.30.3 which unbreaks x264
@ 2010-11-26 10:47 Petr Štetiar
  2010-11-26 10:53 ` Andrea Adami
  0 siblings, 1 reply; 17+ messages in thread
From: Petr Štetiar @ 2010-11-26 10:47 UTC (permalink / raw)
  To: openembedded-devel

Fixes the compile problem:

x264-r2245-r7/x264-snapshot-20100531-2245/encoder/set.c:236: undefined reference to `log2f'
libx264.a(encoder.o): In function `x264_validate_parameters':

Signed-off-by: Petr Štetiar <ynezz@true.cz>
---
 conf/distro/angstrom-2008.1.conf |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf
index 1fd5ab6..895deed 100644
--- a/conf/distro/angstrom-2008.1.conf
+++ b/conf/distro/angstrom-2008.1.conf
@@ -78,8 +78,8 @@ PREFERRED_VERSION_linux-libc-headers-native = "${LINUX_LIBC_HEADERS_VERSION}"
 #Prefer glibc 2.6 and uclibc 0.9.30, these have had the most testing.
 PREFERRED_VERSION_glibc 			?= "2.9"
 PREFERRED_VERSION_glibc-initial 	?= "2.9"
-PREFERRED_VERSION_uclibc        	?= "0.9.30.2"
-PREFERRED_VERSION_uclibc-initial	?= "0.9.30.2"
+PREFERRED_VERSION_uclibc        	?= "0.9.30.3"
+PREFERRED_VERSION_uclibc-initial	?= "0.9.30.3"
 PREFERRED_VERSION_eglibc			?= "2.9"
 PREFERRED_VERSION_eglibc-initial	?= "2.9"
 
-- 
1.7.0.4




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

end of thread, other threads:[~2011-01-04 13:32 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-26 10:47 [PATCH] angstrom-2008.1: bump uclibc to 0.9.30.3 which unbreaks x264 Petr Štetiar
2010-11-26 10:53 ` Andrea Adami
2010-11-26 11:00   ` Petr Štetiar
2010-11-26 11:20   ` Koen Kooi
2010-11-26 18:37     ` Andrea Adami
2010-11-27 14:02     ` Petr Štetiar
2010-11-27 14:13       ` Andrea Adami
2010-11-27 14:27         ` Andrea Adami
2010-12-01 11:41           ` Bernhard Guillon
2010-12-01 11:58             ` Petr Štetiar
2010-12-01 12:07               ` Graeme Gregory
2010-12-01 12:35                 ` Andrea Adami
2010-12-01 13:19                   ` Frans Meulenbroeks
2010-12-01 12:08               ` Andrea Adami
2010-11-26 23:22   ` [PATCH] x264-r2245: add a hack for uclibc - replace log2f(x) with logf(x)/logf(2) Bernhard.Guillon
2011-01-04 13:32     ` Graeme Gregory
2010-11-26 23:29   ` [PATCH] angstrom-2008.1: bump uclibc to 0.9.30.3 which unbreaks x264 Bernhard Guillon

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.