[OE-core] [PATCH] elfutils: upgrade 0.175 -> 0.176

Richard Purdie richard.purdie at linuxfoundation.org
Sun Mar 3 09:53:33 UTC 2019


On Fri, 2019-03-01 at 17:03 +0800, Zang Ruochen wrote:
> upgrade from elfutils_0.175.bb to elfutils_0.176.bb
> 
> Signed-off-by: Zang Ruochen <zangrc.fnst at cn.fujitsu.com>
> ---
>  .../elfutils/{elfutils_0.175.bb => elfutils_0.176.bb}         | 4
> ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta/recipes-devtools/elfutils/{elfutils_0.175.bb =>
> elfutils_0.176.bb} (95%)
> 
> diff --git a/meta/recipes-devtools/elfutils/elfutils_0.175.bb
> b/meta/recipes-devtools/elfutils/elfutils_0.176.bb
> similarity index 95%
> rename from meta/recipes-devtools/elfutils/elfutils_0.175.bb
> rename to meta/recipes-devtools/elfutils/elfutils_0.176.bb
> index b0b9ddc736..fd901c9c9e 100644
> --- a/meta/recipes-devtools/elfutils/elfutils_0.175.bb
> +++ b/meta/recipes-devtools/elfutils/elfutils_0.176.bb
> @@ -30,8 +30,8 @@ SRC_URI = "
> https://sourceware.org/elfutils/ftp/${PV}/${BP}.tar.bz2 \
>             "
>  SRC_URI_append_libc-musl = " file://0008-build-Provide-alternatives-
> for-glibc-assumptions-hel.patch"
>  
> -SRC_URI[md5sum] = "9a02b0382b78cc2d515fb950275d4c02"
> -SRC_URI[sha256sum] =
> "f7ef925541ee32c6d15ae5cb27da5f119e01a5ccdbe9fe57bf836730d7b7a65b"
> +SRC_URI[md5sum] = "077e4f49320cad82bf17a997068b1db9"
> +SRC_URI[sha256sum] =
> "eb5747c371b0af0f71e86215a5ebb88728533c3a104a43d4231963f308cd1023"
>  
>  inherit autotools gettext

This lead to build warnings:

WARNING: elfutils-native-0.176-r0 do_patch: 
Some of the context lines in patches were ignored. This can lead to
incorrectly applied patches.
The context lines in the patches can be updated with devtool:

    devtool modify <recipe>
    devtool finish --force-patch-refresh <recipe> <layer_path>

Then the updated patches and the source tree (in devtool's workspace)
should be reviewed to make sure the patches apply in the correct place
and don't introduce duplicate lines (which can, and does happen
when some of the context is ignored). Further information:
http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html
https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450
Details:
Applying patch disable_werror.patch
patching file config/eu.am
Hunk #1 succeeded at 73 with fuzz 1.

Now at patch disable_werror.patch

Cheers,

Richard



More information about the Openembedded-core mailing list