]> code.ossystems Code Review - openembedded-core.git/commit
guile:meta/Makefile change install-data-hook to install-exec-hook
authorSong.Li <Song.Li@windriver.com>
Sat, 28 Jul 2012 09:31:45 +0000 (17:31 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 29 Jul 2012 09:14:15 +0000 (10:14 +0100)
commit018d5b87bdf00e85fe34e6276bd99e118843d704
treef444e17d2efa9a428dc945f748473838a6b08843
parent2792569605b50bdad8b2b8398c823dd08006daf1
guile:meta/Makefile change install-data-hook to install-exec-hook

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@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/guile/files/change-install-data-hook-to-install-exec-hook-in-gui.patch [new file with mode: 0644]
meta/recipes-devtools/guile/guile_2.0.5.bb