* [PATCH] guile: Add continuation marker to create_wrapper
@ 2012-07-26 16:02 Saul Wold
0 siblings, 0 replies; only message in thread
From: Saul Wold @ 2012-07-26 16:02 UTC (permalink / raw)
To: openembedded-core
This was causing the x86_64-linux-guile script to not have all the
environment bits needed
[YOCTO #2835]
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/recipes-devtools/guile/guile_2.0.5.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-devtools/guile/guile_2.0.5.bb b/meta/recipes-devtools/guile/guile_2.0.5.bb
index 6c96f87..fcb5201 100644
--- a/meta/recipes-devtools/guile/guile_2.0.5.bb
+++ b/meta/recipes-devtools/guile/guile_2.0.5.bb
@@ -66,7 +66,7 @@ do_install_append_virtclass-native() {
create_wrapper ${D}/${bindir}/guile \
GUILE_LOAD_PATH=${STAGING_DATADIR_NATIVE}/guile/2.0 \
GUILE_LOAD_COMPILED_PATH=${STAGING_LIBDIR_NATIVE}/guile/2.0/ccache
- create_wrapper ${D}${bindir}/${HOST_SYS}-guile
+ create_wrapper ${D}${bindir}/${HOST_SYS}-guile \
GUILE_LOAD_PATH=${STAGING_DATADIR_NATIVE}/guile/2.0 \
GUILE_LOAD_COMPILED_PATH=${STAGING_LIBDIR_NATIVE}/guile/2.0/ccache
}
--
1.7.7.6
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-07-26 16:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-26 16:02 [PATCH] guile: Add continuation marker to create_wrapper Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox