[OE-core] [PATCH] chrpath: We should provide chrpath-replacement-native and install into a native specific directory

McClintock Matthew-B29882 B29882 at freescale.com
Tue Oct 2 16:22:26 UTC 2012


Docs need to be updated, there was also a build warning if it was not
installed - did that get removed too?

-M

On Tue, Oct 2, 2012 at 8:13 AM, Richard Purdie
<richard.purdie at linuxfoundation.org> wrote:
> chrpath is assumed to be provided by the build host system. This means
> we need to provide a replacement version and install into a specific directory
> to avoid races.
>
> Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
> ---
> diff --git a/meta/recipes-devtools/chrpath/chrpath_0.14.bb b/meta/recipes-devtools/chrpath/chrpath_0.14.bb
> index 679f1aa..bb9b4b6 100644
> --- a/meta/recipes-devtools/chrpath/chrpath_0.14.bb
> +++ b/meta/recipes-devtools/chrpath/chrpath_0.14.bb
> @@ -20,4 +20,7 @@ inherit autotools
>  # relocatable, so use the one we've just built
>  CHRPATH_BIN_virtclass-native = "${S}/chrpath"
>
> +PROVIDES_append_virtclass-native = " chrpath-replacement-native"
> +NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}"
> +
>  BBCLASSEXTEND = "native nativesdk"
>
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core




More information about the Openembedded-core mailing list