diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/eglibc/eglibc-2.16/rpc-bootstrap.patch | 63 | ||||
-rw-r--r-- | meta/recipes-core/eglibc/eglibc_2.16.bb | 3 |
2 files changed, 1 insertions, 65 deletions
diff --git a/meta/recipes-core/eglibc/eglibc-2.16/rpc-bootstrap.patch b/meta/recipes-core/eglibc/eglibc-2.16/rpc-bootstrap.patch deleted file mode 100644 index 130a816f62..0000000000 --- a/meta/recipes-core/eglibc/eglibc-2.16/rpc-bootstrap.patch +++ /dev/null | |||
@@ -1,63 +0,0 @@ | |||
1 | Upstream-Status: Pending | ||
2 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
3 | |||
4 | |||
5 | From libc-alpha-return-31199-listarch-libc-alpha=sources dot redhat dot com at sourceware dot org Tue Jul 03 19:54:27 2012 | ||
6 | Return-Path: <libc-alpha-return-31199-listarch-libc-alpha=sources dot redhat dot com at sourceware dot org> | ||
7 | Delivered-To: listarch-libc-alpha at sources dot redhat dot com | ||
8 | Received: (qmail 20151 invoked by alias); 3 Jul 2012 19:54:25 -0000 | ||
9 | Received: (qmail 20139 invoked by uid 22791); 3 Jul 2012 19:54:23 -0000 | ||
10 | X-SWARE-Spam-Status: No, hits=-4.8 required=5.0 | ||
11 | tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,T_RP_MATCHES_RCVD | ||
12 | X-Spam-Check-By: sourceware.org | ||
13 | From: Mike Frysinger <vapier at gentoo dot org> | ||
14 | To: libc-alpha at sourceware dot org | ||
15 | Subject: [PATCH] sunrpc: fix rpc bootstrap builds | ||
16 | Date: Tue, 3 Jul 2012 15:54:11 -0400 | ||
17 | Message-Id: <1341345251-31730-1-git-send-email-vapier@gentoo.org> | ||
18 | Mailing-List: contact libc-alpha-help at sourceware dot org; run by ezmlm | ||
19 | Precedence: bulk | ||
20 | List-Id: <libc-alpha.sourceware.org> | ||
21 | List-Subscribe: <mailto:libc-alpha-subscribe at sourceware dot org> | ||
22 | List-Archive: <http://sourceware.org/ml/libc-alpha/> | ||
23 | List-Post: <mailto:libc-alpha at sourceware dot org> | ||
24 | List-Help: <mailto:libc-alpha-help at sourceware dot org>, <http://sourceware dot org/ml/#faqs> | ||
25 | Sender: libc-alpha-owner at sourceware dot org | ||
26 | Delivered-To: mailing list libc-alpha at sourceware dot org | ||
27 | |||
28 | If you build & install glibc w/rpc disabled, you no longer have headers in | ||
29 | /usr/include/rpc/ (this is expected). But if you try to build glibc w/rpc | ||
30 | enabled, this gets into a bad state due to the new rpc helpers that get | ||
31 | cross-compiled: | ||
32 | |||
33 | $ make | ||
34 | ... | ||
35 | x86_64-pc-linux-gnu-gcc -m32 -D_RPC_THREAD_SAFE_ -D_GNU_SOURCE -DIS_IN_build \ | ||
36 | -include $objdir/config.h rpc_clntout.c -o $objdir/sunrpc/cross-rpc_clntout.o \ | ||
37 | -MMD -MP -MF $objdir/sunrpc/cross-rpc_clntout.o.dt -MT $objdir/sunrpc/cross-rpc_clntout.o -c | ||
38 | rpc_clntout.c:34:23: fatal error: rpc/types.h: No such file or directory | ||
39 | compilation terminated. | ||
40 | make: *** [$objdir/sunrpc/cross-rpc_clntout.o] Error 1 | ||
41 | |||
42 | Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||
43 | |||
44 | 2012-07-03 Mike Frysinger <vapier@gentoo.org> | ||
45 | |||
46 | * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h". | ||
47 | --- | ||
48 | sunrpc/rpc_clntout.c | 2 +- | ||
49 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
50 | |||
51 | Index: libc/sunrpc/rpc_clntout.c | ||
52 | =================================================================== | ||
53 | --- libc.orig/sunrpc/rpc_clntout.c 2012-07-04 16:09:16.000000000 -0700 | ||
54 | +++ libc/sunrpc/rpc_clntout.c 2012-07-04 18:04:34.498085075 -0700 | ||
55 | @@ -31,7 +31,7 @@ | ||
56 | */ | ||
57 | #include <stdio.h> | ||
58 | #include <string.h> | ||
59 | -#include <rpc/types.h> | ||
60 | +#include "rpc/types.h" | ||
61 | #include "rpc_parse.h" | ||
62 | #include "rpc_util.h" | ||
63 | #include "proto.h" | ||
diff --git a/meta/recipes-core/eglibc/eglibc_2.16.bb b/meta/recipes-core/eglibc/eglibc_2.16.bb index 69803f7fa6..3b11892e68 100644 --- a/meta/recipes-core/eglibc/eglibc_2.16.bb +++ b/meta/recipes-core/eglibc/eglibc_2.16.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require eglibc.inc | 1 | require eglibc.inc |
2 | 2 | ||
3 | SRCREV = "19922" | 3 | SRCREV = "20393" |
4 | 4 | ||
5 | DEPENDS += "gperf-native" | 5 | DEPENDS += "gperf-native" |
6 | PR = "r6" | 6 | PR = "r6" |
@@ -21,7 +21,6 @@ SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};protocol=h | |||
21 | file://initgroups_keys.patch \ | 21 | file://initgroups_keys.patch \ |
22 | file://eglibc_fix_findidx_parameters.patch \ | 22 | file://eglibc_fix_findidx_parameters.patch \ |
23 | file://ppc_slow_ieee754_sqrt.patch \ | 23 | file://ppc_slow_ieee754_sqrt.patch \ |
24 | file://rpc-bootstrap.patch \ | ||
25 | file://e500-math_private.patch \ | 24 | file://e500-math_private.patch \ |
26 | file://fileops-without-wchar-io.patch \ | 25 | file://fileops-without-wchar-io.patch \ |
27 | file://add_resource_h_to_wait_h.patch \ | 26 | file://add_resource_h_to_wait_h.patch \ |