From 310f169d3d89f3a4fc6a540974a30c7eb565db3a Mon Sep 17 00:00:00 2001 From: Bogdan Marinescu Date: Tue, 31 Jul 2012 15:33:25 +0300 Subject: 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. Signed-off-by: Bogdan Marinescu Signed-off-by: Richard Purdie --- ...ange-install-data-hook-to-install-exec-hook-in-gui.patch | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'meta/recipes-devtools/guile/files/change-install-data-hook-to-install-exec-hook-in-gui.patch') 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 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/Makefile.am b/meta/Makefile.am -index f26fc44..e603e5c 100644 +index a05730d..bd20784 100644 --- a/meta/Makefile.am +++ b/meta/Makefile.am -@@ -27,7 +27,7 @@ EXTRA_DIST= \ +@@ -28,7 +28,7 @@ EXTRA_DIST= \ guild.in guile-config.in # What we now call `guild' used to be known as `guile-tools'. -install-data-hook: +install-exec-hook: - cd $(DESTDIR)$(bindir) && rm -f guile-tools$(EXEEXT) && \ - $(LN_S) guild$(EXEEXT) guile-tools$(EXEEXT) - --- -1.7.9.5 - + guild="`echo $(ECHO_N) guild \ + | $(SED) -e '$(program_transform_name)'`$(EXEEXT)" ; \ + guile_tools="`echo $(ECHO_N) guile-tools \ -- cgit v1.2.3