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:16:17 +0000 (10:16 +0100)
commitc45d52c6a5a10471cc166049d25b1d3483dbf52e
treeea390306c6e320099e0f3c60240d8a97621236eb
parent4ed04070c6c7be94bb73920ed23690748b763250
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]

(From OE-Core rev: 018d5b87bdf00e85fe34e6276bd99e118843d704)

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