[OE-core] [PATCH] librsvg-native: add --disable-Bsymbolic to configure

Richard Purdie richard.purdie at linuxfoundation.org
Fri Aug 15 08:57:24 UTC 2014


On Fri, 2014-08-15 at 10:49 +0800, Chong Lu wrote:
> From: Robert Yang <liezhi.yang at windriver.com>
> 
> The older ld on the host doesn't have the -Bsymbolic-functions option,
> for example, the one on CentOs 5.x, we can disable it for native.
> 
> Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
> Signed-off-by: Chong Lu <Chong.Lu at windriver.com>
> ---
>  meta/recipes-gnome/librsvg/librsvg_2.40.2.bb |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/meta/recipes-gnome/librsvg/librsvg_2.40.2.bb b/meta/recipes-gnome/librsvg/librsvg_2.40.2.bb
> index 34d8ca1..6d9fd53 100644
> --- a/meta/recipes-gnome/librsvg/librsvg_2.40.2.bb
> +++ b/meta/recipes-gnome/librsvg/librsvg_2.40.2.bb
> @@ -21,6 +21,7 @@ SRC_URI[archive.md5sum] = "acdecdb9f08f3bf662a68bf7dafb8b82"
>  SRC_URI[archive.sha256sum] = "48049b643294636df7de1a4b997414d699666f5dc44776945c218a257d2a291c"
>  
>  EXTRA_OECONF = "--disable-introspection --disable-vala"
> +EXTRA_OECONF_append_class-native = " --disable-Bsymbolic"
>  
>  PACKAGECONFIG ??= "gdkpixbuf"
>  # The gdk-pixbuf loader
> -

This kind of thing needs a comment explaining why we need it, preferably
giving an example of a host where there is this problem (as well as
binutils version?).

Cheers,

Richard




More information about the Openembedded-core mailing list