[OE-core] [PATCH V2] guile:meta/Makefile change install-data-hook to install-exec-hook

Richard Purdie richard.purdie at linuxfoundation.org
Sun Jul 29 09:19:03 UTC 2012


On Sat, 2012-07-28 at 17:31 +0800, Song.Li at windriver.com wrote:
> From: "Song.Li" <Song.Li at windriver.com>
> 
> In guile meta/Makefile, what install-data-hook do
> must be run after install-binSCRIPTS.so it's a exec hook, not a data hook.
> If keep these exec-hook in data-hook,when we run make with multi-jobbing ,
> install-data-hook and install-binSCRIPTS will be separately
> processed in different thread, no any dependence.
> that will cause error sometimes.
> 
> [YOCTO #2796]
> 
> Signed-off-by: Song.Li <Song.Li at windriver.com>
> ---
>  ...all-data-hook-to-install-exec-hook-in-gui.patch |   39 ++++++++++++++++++++
>  meta/recipes-devtools/guile/guile_2.0.5.bb         |    3 +-
>  2 files changed, 41 insertions(+), 1 deletion(-)
>  create mode 100644 meta/recipes-devtools/guile/files/change-install-data-hook-to-install-exec-hook-in-gui.patch

Merged to master, thanks.

Richard





More information about the Openembedded-core mailing list