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.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.155.bb')
| -rw-r--r-- | meta/recipes-devtools/elfutils/elfutils_0.155.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.155.bb b/meta/recipes-devtools/elfutils/elfutils_0.155.bb index 6291d11aa1..c5a2f0ebab 100644 --- a/meta/recipes-devtools/elfutils/elfutils_0.155.bb +++ b/meta/recipes-devtools/elfutils/elfutils_0.155.bb | |||
| @@ -19,7 +19,6 @@ SRC_URI += "\ | |||
| 19 | file://arm_backend.diff \ | 19 | file://arm_backend.diff \ |
| 20 | file://mips_backend.diff \ | 20 | file://mips_backend.diff \ |
| 21 | file://m68k_backend.diff \ | 21 | file://m68k_backend.diff \ |
| 22 | file://do-autoreconf.diff \ | ||
| 23 | file://elf_additions.diff \ | 22 | file://elf_additions.diff \ |
| 24 | file://mempcpy.patch \ | 23 | file://mempcpy.patch \ |
| 25 | file://dso-link-change.patch \ | 24 | file://dso-link-change.patch \ |
