On Sat, 2012-07-28 at 17:31 +0800, [email protected] wrote: > From: "Song.Li" <[email protected]> > > 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 <[email protected]> > --- > ...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 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
