summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/uclibc/uclibc-git/uclibc_enable_log2_test.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-05-22 12:02:12 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-23 15:53:28 +0100
commit4ea8b2fde48134dd58a9876c9ddc21b4b51e78f2 (patch)
treef0bdb225cabf12d58369be1514cd641ebf05341d /meta/recipes-core/uclibc/uclibc-git/uclibc_enable_log2_test.patch
parented6f039bca9bd8da640ba8c76a4751bc818a091b (diff)
downloadpoky-4ea8b2fde48134dd58a9876c9ddc21b4b51e78f2.tar.gz
uclibc: Upgrade to 0.9.32-rc3
Bring in the uclibc recipes from meta-oe they have been well tested by now. Delete 0.9.30.1 recipes (From OE-Core rev: ac60a936e737680c16b287a3dab6aa285d87c5c0) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/uclibc/uclibc-git/uclibc_enable_log2_test.patch')
-rw-r--r--meta/recipes-core/uclibc/uclibc-git/uclibc_enable_log2_test.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta/recipes-core/uclibc/uclibc-git/uclibc_enable_log2_test.patch b/meta/recipes-core/uclibc/uclibc-git/uclibc_enable_log2_test.patch
new file mode 100644
index 0000000000..f8f3a7d1aa
--- /dev/null
+++ b/meta/recipes-core/uclibc/uclibc-git/uclibc_enable_log2_test.patch
@@ -0,0 +1,30 @@
1Index: uClibc/test/math/libm-test.inc
2===================================================================
3--- uClibc/test/math/libm-test.inc (revision 23784)
4+++ uClibc/test/math/libm-test.inc (working copy)
5@@ -3414,7 +3414,6 @@
6 }
7
8
9-#if 0
10 static void
11 log2_test (void)
12 {
13@@ -3444,7 +3443,6 @@
14
15 END (log2);
16 }
17-#endif
18
19
20 static void
21@@ -4967,9 +4965,7 @@
22 log_test ();
23 log10_test ();
24 log1p_test ();
25-#if 0
26 log2_test ();
27-#endif
28 logb_test ();
29 modf_test ();
30 ilogb_test ();