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.148.bb | |
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.148.bb')
-rw-r--r-- | meta/recipes-devtools/elfutils/elfutils_0.148.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.148.bb b/meta/recipes-devtools/elfutils/elfutils_0.148.bb index 830f1e0386..6336a09101 100644 --- a/meta/recipes-devtools/elfutils/elfutils_0.148.bb +++ b/meta/recipes-devtools/elfutils/elfutils_0.148.bb | |||
@@ -23,7 +23,6 @@ SRC_URI += "\ | |||
23 | file://arm_backend.diff \ | 23 | file://arm_backend.diff \ |
24 | file://mips_backend.diff \ | 24 | file://mips_backend.diff \ |
25 | file://m68k_backend.diff \ | 25 | file://m68k_backend.diff \ |
26 | file://do-autoreconf.diff \ | ||
27 | file://testsuite-ignore-elflint.diff \ | 26 | file://testsuite-ignore-elflint.diff \ |
28 | file://elf_additions.diff \ | 27 | file://elf_additions.diff \ |
29 | file://elfutils-fsize.patch \ | 28 | file://elfutils-fsize.patch \ |