diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-02 11:25:10 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-02 18:02:59 +0100 |
commit | 18fbaab697ec2662cbcb320181269d42f93cb7f2 (patch) | |
tree | b8b8624d7e0e0b0b5a0be508df62f91207bfe661 /meta/recipes-devtools/elfutils/elfutils-0.155 | |
parent | 6ccd4d6a9d3910b6e729fe2d00056d8d325403c8 (diff) | |
download | poky-18fbaab697ec2662cbcb320181269d42f93cb7f2.tar.gz |
elfutils: Drop do_autoreconf patches
The do-autoreconf patches only change generated files. We run autoreconf ourselves
so we don't need these patches. Worse, they cause failures since the do_patch
task can't rerun after configure since the files change and the patch is no longer
clean.
Drop the patches since we don't need them.
(From OE-Core rev: 37e9a01d38892e8a6fd225854e5b8cc332a5f2ea)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/elfutils/elfutils-0.155')
-rw-r--r-- | meta/recipes-devtools/elfutils/elfutils-0.155/do-autoreconf.diff | 215 |
1 files changed, 0 insertions, 215 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils-0.155/do-autoreconf.diff b/meta/recipes-devtools/elfutils/elfutils-0.155/do-autoreconf.diff deleted file mode 100644 index c601f40e41..0000000000 --- a/meta/recipes-devtools/elfutils/elfutils-0.155/do-autoreconf.diff +++ /dev/null | |||
@@ -1,215 +0,0 @@ | |||
1 | Upstream-Status: Backport | ||
2 | |||
3 | Generated by copying the whole dir, running `sh debian/autogen.sh` and diffing. | ||
4 | |||
5 | Index: elfutils-0.155/backends/Makefile.in | ||
6 | =================================================================== | ||
7 | --- elfutils-0.155.orig/backends/Makefile.in | ||
8 | +++ elfutils-0.155/backends/Makefile.in | ||
9 | @@ -78,39 +78,54 @@ libebl_ia64_pic_a_LIBADD = | ||
10 | am__objects_4 = ia64_init.$(OBJEXT) ia64_symbol.$(OBJEXT) \ | ||
11 | ia64_regs.$(OBJEXT) ia64_retval.$(OBJEXT) | ||
12 | libebl_ia64_pic_a_OBJECTS = $(am_libebl_ia64_pic_a_OBJECTS) | ||
13 | +libebl_m68k_pic_a_AR = $(AR) $(ARFLAGS) | ||
14 | +libebl_m68k_pic_a_LIBADD = | ||
15 | +am__objects_5 = m68k_init.$(OBJEXT) m68k_symbol.$(OBJEXT) \ | ||
16 | + m68k_regs.$(OBJEXT) | ||
17 | +libebl_m68k_pic_a_OBJECTS = $(am_libebl_m68k_pic_a_OBJECTS) | ||
18 | +libebl_mips_pic_a_AR = $(AR) $(ARFLAGS) | ||
19 | +libebl_mips_pic_a_LIBADD = | ||
20 | +am__objects_6 = mips_init.$(OBJEXT) mips_symbol.$(OBJEXT) \ | ||
21 | + mips_regs.$(OBJEXT) mips_retval.$(OBJEXT) | ||
22 | +libebl_mips_pic_a_OBJECTS = $(am_libebl_mips_pic_a_OBJECTS) | ||
23 | +libebl_parisc_pic_a_AR = $(AR) $(ARFLAGS) | ||
24 | +libebl_parisc_pic_a_LIBADD = | ||
25 | +am__objects_7 = parisc_init.$(OBJEXT) parisc_symbol.$(OBJEXT) \ | ||
26 | + parisc_regs.$(OBJEXT) parisc_retval.$(OBJEXT) | ||
27 | +libebl_parisc_pic_a_OBJECTS = $(am_libebl_parisc_pic_a_OBJECTS) | ||
28 | libebl_ppc64_pic_a_AR = $(AR) $(ARFLAGS) | ||
29 | libebl_ppc64_pic_a_LIBADD = | ||
30 | -am__objects_5 = ppc64_init.$(OBJEXT) ppc64_symbol.$(OBJEXT) \ | ||
31 | +am__objects_8 = ppc64_init.$(OBJEXT) ppc64_symbol.$(OBJEXT) \ | ||
32 | ppc64_retval.$(OBJEXT) ppc64_corenote.$(OBJEXT) \ | ||
33 | ppc_regs.$(OBJEXT) ppc_auxv.$(OBJEXT) ppc_attrs.$(OBJEXT) \ | ||
34 | ppc_syscall.$(OBJEXT) | ||
35 | libebl_ppc64_pic_a_OBJECTS = $(am_libebl_ppc64_pic_a_OBJECTS) | ||
36 | libebl_ppc_pic_a_AR = $(AR) $(ARFLAGS) | ||
37 | libebl_ppc_pic_a_LIBADD = | ||
38 | -am__objects_6 = ppc_init.$(OBJEXT) ppc_symbol.$(OBJEXT) \ | ||
39 | +am__objects_9 = ppc_init.$(OBJEXT) ppc_symbol.$(OBJEXT) \ | ||
40 | ppc_retval.$(OBJEXT) ppc_regs.$(OBJEXT) ppc_corenote.$(OBJEXT) \ | ||
41 | ppc_auxv.$(OBJEXT) ppc_attrs.$(OBJEXT) ppc_syscall.$(OBJEXT) | ||
42 | libebl_ppc_pic_a_OBJECTS = $(am_libebl_ppc_pic_a_OBJECTS) | ||
43 | libebl_s390_pic_a_AR = $(AR) $(ARFLAGS) | ||
44 | libebl_s390_pic_a_LIBADD = | ||
45 | -am__objects_7 = s390_init.$(OBJEXT) s390_symbol.$(OBJEXT) \ | ||
46 | +am__objects_10 = s390_init.$(OBJEXT) s390_symbol.$(OBJEXT) \ | ||
47 | s390_regs.$(OBJEXT) s390_retval.$(OBJEXT) | ||
48 | libebl_s390_pic_a_OBJECTS = $(am_libebl_s390_pic_a_OBJECTS) | ||
49 | libebl_sh_pic_a_AR = $(AR) $(ARFLAGS) | ||
50 | libebl_sh_pic_a_LIBADD = | ||
51 | -am__objects_8 = sh_init.$(OBJEXT) sh_symbol.$(OBJEXT) \ | ||
52 | +am__objects_11 = sh_init.$(OBJEXT) sh_symbol.$(OBJEXT) \ | ||
53 | sh_corenote.$(OBJEXT) sh_regs.$(OBJEXT) sh_retval.$(OBJEXT) | ||
54 | libebl_sh_pic_a_OBJECTS = $(am_libebl_sh_pic_a_OBJECTS) | ||
55 | libebl_sparc_pic_a_AR = $(AR) $(ARFLAGS) | ||
56 | libebl_sparc_pic_a_LIBADD = | ||
57 | -am__objects_9 = sparc_init.$(OBJEXT) sparc_symbol.$(OBJEXT) \ | ||
58 | +am__objects_12 = sparc_init.$(OBJEXT) sparc_symbol.$(OBJEXT) \ | ||
59 | sparc_regs.$(OBJEXT) sparc_retval.$(OBJEXT) \ | ||
60 | sparc_corenote.$(OBJEXT) sparc64_corenote.$(OBJEXT) \ | ||
61 | sparc_auxv.$(OBJEXT) | ||
62 | libebl_sparc_pic_a_OBJECTS = $(am_libebl_sparc_pic_a_OBJECTS) | ||
63 | libebl_tilegx_pic_a_AR = $(AR) $(ARFLAGS) | ||
64 | libebl_tilegx_pic_a_LIBADD = | ||
65 | -am__objects_10 = tilegx_init.$(OBJEXT) tilegx_symbol.$(OBJEXT) \ | ||
66 | +am__objects_13 = x86_64_init.$(OBJEXT) x86_64_symbol.$(OBJEXT) \ | ||
67 | tilegx_regs.$(OBJEXT) tilegx_retval.$(OBJEXT) \ | ||
68 | tilegx_corenote.$(OBJEXT) | ||
69 | libebl_tilegx_pic_a_OBJECTS = $(am_libebl_tilegx_pic_a_OBJECTS) | ||
70 | @@ -131,16 +146,18 @@ CCLD = $(CC) | ||
71 | LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ | ||
72 | SOURCES = $(libebl_alpha_pic_a_SOURCES) $(libebl_arm_pic_a_SOURCES) \ | ||
73 | $(libebl_i386_pic_a_SOURCES) $(libebl_ia64_pic_a_SOURCES) \ | ||
74 | - $(libebl_ppc64_pic_a_SOURCES) $(libebl_ppc_pic_a_SOURCES) \ | ||
75 | - $(libebl_s390_pic_a_SOURCES) $(libebl_sh_pic_a_SOURCES) \ | ||
76 | - $(libebl_sparc_pic_a_SOURCES) $(libebl_tilegx_pic_a_SOURCES) \ | ||
77 | + $(libebl_m68k_pic_a_SOURCES) $(libebl_mips_pic_a_SOURCES) \ | ||
78 | + $(libebl_parisc_pic_a_SOURCES) $(libebl_ppc64_pic_a_SOURCES) \ | ||
79 | + $(libebl_ppc_pic_a_SOURCES) $(libebl_s390_pic_a_SOURCES) \ | ||
80 | + $(libebl_sh_pic_a_SOURCES) $(libebl_sparc_pic_a_SOURCES) \ | ||
81 | $(libebl_x86_64_pic_a_SOURCES) | ||
82 | DIST_SOURCES = $(libebl_alpha_pic_a_SOURCES) \ | ||
83 | $(libebl_arm_pic_a_SOURCES) $(libebl_i386_pic_a_SOURCES) \ | ||
84 | - $(libebl_ia64_pic_a_SOURCES) $(libebl_ppc64_pic_a_SOURCES) \ | ||
85 | - $(libebl_ppc_pic_a_SOURCES) $(libebl_s390_pic_a_SOURCES) \ | ||
86 | - $(libebl_sh_pic_a_SOURCES) $(libebl_sparc_pic_a_SOURCES) \ | ||
87 | - $(libebl_tilegx_pic_a_SOURCES) $(libebl_x86_64_pic_a_SOURCES) | ||
88 | + $(libebl_ia64_pic_a_SOURCES) $(libebl_m68k_pic_a_SOURCES) \ | ||
89 | + $(libebl_mips_pic_a_SOURCES) $(libebl_parisc_pic_a_SOURCES) \ | ||
90 | + $(libebl_ppc64_pic_a_SOURCES) $(libebl_ppc_pic_a_SOURCES) \ | ||
91 | + $(libebl_s390_pic_a_SOURCES) $(libebl_sh_pic_a_SOURCES) \ | ||
92 | + $(libebl_sparc_pic_a_SOURCES) $(libebl_x86_64_pic_a_SOURCES) | ||
93 | DATA = $(noinst_DATA) | ||
94 | HEADERS = $(noinst_HEADERS) | ||
95 | ETAGS = etags | ||
96 | @@ -277,11 +294,12 @@ COMPILE.os = $(filter-out -fprofile-arcs | ||
97 | CLEANFILES = *.gcno *.gcda $(foreach m,$(modules), libebl_$(m).map \ | ||
98 | libebl_$(m).so $(am_libebl_$(m)_pic_a_OBJECTS)) | ||
99 | textrel_check = if readelf -d $@ | fgrep -q TEXTREL; then exit 1; fi | ||
100 | -modules = i386 sh x86_64 ia64 alpha arm sparc ppc ppc64 s390 tilegx | ||
101 | +modules = i386 sh x86_64 ia64 alpha arm sparc ppc ppc64 s390 tilegx parisc mips m68k | ||
102 | libebl_pic = libebl_i386_pic.a libebl_sh_pic.a libebl_x86_64_pic.a \ | ||
103 | libebl_ia64_pic.a libebl_alpha_pic.a libebl_arm_pic.a \ | ||
104 | libebl_sparc_pic.a libebl_ppc_pic.a libebl_ppc64_pic.a \ | ||
105 | - libebl_s390_pic.a libebl_tilegx_pic.a | ||
106 | + libebl_s390_pic.a libebl_parisc_pic.a libebl_mips_pic.a \ | ||
107 | + libebl_tilegx_pic.a libebl_m68k_pic.a | ||
108 | |||
109 | noinst_LIBRARIES = $(libebl_pic) | ||
110 | noinst_DATA = $(libebl_pic:_pic.a=.so) | ||
111 | @@ -298,46 +316,60 @@ am_libebl_i386_pic_a_OBJECTS = $(i386_SR | ||
112 | sh_SRCS = sh_init.c sh_symbol.c sh_corenote.c sh_regs.c sh_retval.c | ||
113 | libebl_sh_pic_a_SOURCES = $(sh_SRCS) | ||
114 | am_libebl_sh_pic_a_OBJECTS = $(sh_SRCS:.c=.os) | ||
115 | + | ||
116 | x86_64_SRCS = x86_64_init.c x86_64_symbol.c x86_64_corenote.c x86_64_cfi.c \ | ||
117 | x86_64_retval.c x86_64_regs.c i386_auxv.c x86_64_syscall.c | ||
118 | - | ||
119 | cpu_x86_64 = ../libcpu/libcpu_x86_64.a | ||
120 | libebl_x86_64_pic_a_SOURCES = $(x86_64_SRCS) | ||
121 | am_libebl_x86_64_pic_a_OBJECTS = $(x86_64_SRCS:.c=.os) | ||
122 | + | ||
123 | ia64_SRCS = ia64_init.c ia64_symbol.c ia64_regs.c ia64_retval.c | ||
124 | libebl_ia64_pic_a_SOURCES = $(ia64_SRCS) | ||
125 | am_libebl_ia64_pic_a_OBJECTS = $(ia64_SRCS:.c=.os) | ||
126 | + | ||
127 | alpha_SRCS = alpha_init.c alpha_symbol.c alpha_retval.c alpha_regs.c \ | ||
128 | alpha_corenote.c alpha_auxv.c | ||
129 | - | ||
130 | libebl_alpha_pic_a_SOURCES = $(alpha_SRCS) | ||
131 | am_libebl_alpha_pic_a_OBJECTS = $(alpha_SRCS:.c=.os) | ||
132 | + | ||
133 | arm_SRCS = arm_init.c arm_symbol.c arm_regs.c arm_corenote.c \ | ||
134 | arm_auxv.c arm_attrs.c arm_retval.c | ||
135 | - | ||
136 | libebl_arm_pic_a_SOURCES = $(arm_SRCS) | ||
137 | am_libebl_arm_pic_a_OBJECTS = $(arm_SRCS:.c=.os) | ||
138 | + | ||
139 | sparc_SRCS = sparc_init.c sparc_symbol.c sparc_regs.c sparc_retval.c \ | ||
140 | sparc_corenote.c sparc64_corenote.c sparc_auxv.c | ||
141 | - | ||
142 | libebl_sparc_pic_a_SOURCES = $(sparc_SRCS) | ||
143 | am_libebl_sparc_pic_a_OBJECTS = $(sparc_SRCS:.c=.os) | ||
144 | + | ||
145 | ppc_SRCS = ppc_init.c ppc_symbol.c ppc_retval.c ppc_regs.c \ | ||
146 | ppc_corenote.c ppc_auxv.c ppc_attrs.c ppc_syscall.c | ||
147 | - | ||
148 | libebl_ppc_pic_a_SOURCES = $(ppc_SRCS) | ||
149 | am_libebl_ppc_pic_a_OBJECTS = $(ppc_SRCS:.c=.os) | ||
150 | + | ||
151 | ppc64_SRCS = ppc64_init.c ppc64_symbol.c ppc64_retval.c \ | ||
152 | ppc64_corenote.c ppc_regs.c ppc_auxv.c ppc_attrs.c ppc_syscall.c | ||
153 | - | ||
154 | libebl_ppc64_pic_a_SOURCES = $(ppc64_SRCS) | ||
155 | am_libebl_ppc64_pic_a_OBJECTS = $(ppc64_SRCS:.c=.os) | ||
156 | + | ||
157 | s390_SRCS = s390_init.c s390_symbol.c s390_regs.c s390_retval.c | ||
158 | libebl_s390_pic_a_SOURCES = $(s390_SRCS) | ||
159 | am_libebl_s390_pic_a_OBJECTS = $(s390_SRCS:.c=.os) | ||
160 | + | ||
161 | +parisc_SRCS = parisc_init.c parisc_symbol.c parisc_regs.c parisc_retval.c | ||
162 | +libebl_parisc_pic_a_SOURCES = $(parisc_SRCS) | ||
163 | +am_libebl_parisc_pic_a_OBJECTS = $(parisc_SRCS:.c=.os) | ||
164 | + | ||
165 | +mips_SRCS = mips_init.c mips_symbol.c mips_regs.c mips_retval.c | ||
166 | +libebl_mips_pic_a_SOURCES = $(mips_SRCS) | ||
167 | +am_libebl_mips_pic_a_OBJECTS = $(mips_SRCS:.c=.os) | ||
168 | + | ||
169 | +m68k_SRCS = m68k_init.c m68k_symbol.c m68k_regs.c | ||
170 | +libebl_m68k_pic_a_SOURCES = $(m68k_SRCS) | ||
171 | +am_libebl_m68k_pic_a_OBJECTS = $(m68k_SRCS:.c=.os) | ||
172 | + | ||
173 | tilegx_SRCS = tilegx_init.c tilegx_symbol.c tilegx_regs.c \ | ||
174 | tilegx_retval.c tilegx_corenote.c | ||
175 | - | ||
176 | libebl_tilegx_pic_a_SOURCES = $(tilegx_SRCS) | ||
177 | am_libebl_tilegx_pic_a_OBJECTS = $(tilegx_SRCS:.c=.os) | ||
178 | noinst_HEADERS = libebl_CPU.h common-reloc.c linux-core-note.c x86_corenote.c | ||
179 | @@ -396,6 +428,18 @@ libebl_ia64_pic.a: $(libebl_ia64_pic_a_O | ||
180 | -rm -f libebl_ia64_pic.a | ||
181 | $(libebl_ia64_pic_a_AR) libebl_ia64_pic.a $(libebl_ia64_pic_a_OBJECTS) $(libebl_ia64_pic_a_LIBADD) | ||
182 | $(RANLIB) libebl_ia64_pic.a | ||
183 | +libebl_m68k_pic.a: $(libebl_m68k_pic_a_OBJECTS) $(libebl_m68k_pic_a_DEPENDENCIES) | ||
184 | + -rm -f libebl_m68k_pic.a | ||
185 | + $(libebl_m68k_pic_a_AR) libebl_m68k_pic.a $(libebl_m68k_pic_a_OBJECTS) $(libebl_m68k_pic_a_LIBADD) | ||
186 | + $(RANLIB) libebl_m68k_pic.a | ||
187 | +libebl_mips_pic.a: $(libebl_mips_pic_a_OBJECTS) $(libebl_mips_pic_a_DEPENDENCIES) | ||
188 | + -rm -f libebl_mips_pic.a | ||
189 | + $(libebl_mips_pic_a_AR) libebl_mips_pic.a $(libebl_mips_pic_a_OBJECTS) $(libebl_mips_pic_a_LIBADD) | ||
190 | + $(RANLIB) libebl_mips_pic.a | ||
191 | +libebl_parisc_pic.a: $(libebl_parisc_pic_a_OBJECTS) $(libebl_parisc_pic_a_DEPENDENCIES) | ||
192 | + -rm -f libebl_parisc_pic.a | ||
193 | + $(libebl_parisc_pic_a_AR) libebl_parisc_pic.a $(libebl_parisc_pic_a_OBJECTS) $(libebl_parisc_pic_a_LIBADD) | ||
194 | + $(RANLIB) libebl_parisc_pic.a | ||
195 | libebl_ppc64_pic.a: $(libebl_ppc64_pic_a_OBJECTS) $(libebl_ppc64_pic_a_DEPENDENCIES) $(EXTRA_libebl_ppc64_pic_a_DEPENDENCIES) | ||
196 | -rm -f libebl_ppc64_pic.a | ||
197 | $(libebl_ppc64_pic_a_AR) libebl_ppc64_pic.a $(libebl_ppc64_pic_a_OBJECTS) $(libebl_ppc64_pic_a_LIBADD) | ||
198 | @@ -456,6 +500,17 @@ distclean-compile: | ||
199 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ia64_regs.Po@am__quote@ | ||
200 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ia64_retval.Po@am__quote@ | ||
201 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ia64_symbol.Po@am__quote@ | ||
202 | +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m68k_init.Po@am__quote@ | ||
203 | +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m68k_regs.Po@am__quote@ | ||
204 | +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m68k_symbol.Po@am__quote@ | ||
205 | +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mips_init.Po@am__quote@ | ||
206 | +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mips_regs.Po@am__quote@ | ||
207 | +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mips_retval.Po@am__quote@ | ||
208 | +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mips_symbol.Po@am__quote@ | ||
209 | +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parisc_init.Po@am__quote@ | ||
210 | +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parisc_regs.Po@am__quote@ | ||
211 | +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parisc_retval.Po@am__quote@ | ||
212 | +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parisc_symbol.Po@am__quote@ | ||
213 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ppc64_corenote.Po@am__quote@ | ||
214 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ppc64_init.Po@am__quote@ | ||
215 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ppc64_retval.Po@am__quote@ | ||