summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/guile/files/change-install-data-hook-to-install-exec-hook-in-gui.patch
diff options
context:
space:
mode:
authorBogdan Marinescu <bogdan.a.marinescu@intel.com>2012-07-31 15:33:25 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-02 16:34:05 +0100
commit2db74c67cb169a1ed28fa14e5f89a6e64b4fb7a4 (patch)
treeb2f26d26db65bacedf8ce6d1d133ebf7bc025167 /meta/recipes-devtools/guile/files/change-install-data-hook-to-install-exec-hook-in-gui.patch
parenta4b1e348484b74d055b8906413892789d3452f4a (diff)
downloadpoky-2db74c67cb169a1ed28fa14e5f89a6e64b4fb7a4.tar.gz
guile: updated to 2.0.6
Some patches (disable_goops_optimizations, fix_cross_compilation) don't seem to be needed anymore. Others (change-install-data-hook, mark-unused-modules) were updated to work on 2.0.6. Tested by building and running guile under QEMU with core-image-sato-sdk and also builing guile on MIPS. (From OE-Core rev: 310f169d3d89f3a4fc6a540974a30c7eb565db3a) Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/guile/files/change-install-data-hook-to-install-exec-hook-in-gui.patch')
-rw-r--r--meta/recipes-devtools/guile/files/change-install-data-hook-to-install-exec-hook-in-gui.patch13
1 files changed, 5 insertions, 8 deletions
diff --git a/meta/recipes-devtools/guile/files/change-install-data-hook-to-install-exec-hook-in-gui.patch b/meta/recipes-devtools/guile/files/change-install-data-hook-to-install-exec-hook-in-gui.patch
index 9445fca640..b9d1ca5143 100644
--- a/meta/recipes-devtools/guile/files/change-install-data-hook-to-install-exec-hook-in-gui.patch
+++ b/meta/recipes-devtools/guile/files/change-install-data-hook-to-install-exec-hook-in-gui.patch
@@ -22,18 +22,15 @@ Signed-off-by: Song.Li <Song.Li@windriver.com>
22 1 file changed, 1 insertion(+), 1 deletion(-) 22 1 file changed, 1 insertion(+), 1 deletion(-)
23 23
24diff --git a/meta/Makefile.am b/meta/Makefile.am 24diff --git a/meta/Makefile.am b/meta/Makefile.am
25index f26fc44..e603e5c 100644 25index a05730d..bd20784 100644
26--- a/meta/Makefile.am 26--- a/meta/Makefile.am
27+++ b/meta/Makefile.am 27+++ b/meta/Makefile.am
28@@ -27,7 +27,7 @@ EXTRA_DIST= \ 28@@ -28,7 +28,7 @@ EXTRA_DIST= \
29 guild.in guile-config.in 29 guild.in guile-config.in
30 30
31 # What we now call `guild' used to be known as `guile-tools'. 31 # What we now call `guild' used to be known as `guile-tools'.
32-install-data-hook: 32-install-data-hook:
33+install-exec-hook: 33+install-exec-hook:
34 cd $(DESTDIR)$(bindir) && rm -f guile-tools$(EXEEXT) && \ 34 guild="`echo $(ECHO_N) guild \
35 $(LN_S) guild$(EXEEXT) guile-tools$(EXEEXT) 35 | $(SED) -e '$(program_transform_name)'`$(EXEEXT)" ; \
36 36 guile_tools="`echo $(ECHO_N) guile-tools \
37--
381.7.9.5
39