diff options
author | Bogdan Marinescu <bogdan.a.marinescu@intel.com> | 2012-07-31 15:33:25 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-02 16:34:01 +0100 |
commit | 310f169d3d89f3a4fc6a540974a30c7eb565db3a (patch) | |
tree | 26e6ae584068aca5c74202df6ca356e4107bec77 /meta/recipes-devtools/guile/files/change-install-data-hook-to-install-exec-hook-in-gui.patch | |
parent | 8329c4679ec0ce319d2a81d755a0da5b05474688 (diff) | |
download | openembedded-core-310f169d3d89f3a4fc6a540974a30c7eb565db3a.tar.gz openembedded-core-310f169d3d89f3a4fc6a540974a30c7eb565db3a.tar.bz2 openembedded-core-310f169d3d89f3a4fc6a540974a30c7eb565db3a.zip |
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 <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.patch | 13 |
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> 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 \ |