summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/guile
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-07-26 09:04:00 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-26 18:53:03 +0100
commit3a4bb816d9ef4440e61d3622a28ed667fcb31868 (patch)
tree48c1c8cf656109765564e62374db16dc0a0bb599 /meta/recipes-devtools/guile
parent5157c85776bb8bd7315ef42e6e622aae27ebc79e (diff)
downloadast2050-yocto-poky-3a4bb816d9ef4440e61d3622a28ed667fcb31868.zip
ast2050-yocto-poky-3a4bb816d9ef4440e61d3622a28ed667fcb31868.tar.gz
guile: Add continuation marker to create_wrapper
This was causing the x86_64-linux-guile script to not have all the environment bits needed V2: Forgot PR Bump! [YOCTO #2835] (From OE-Core rev: be89b81bdad0489d43d33342243b5d1da76ec3c4) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/guile')
-rw-r--r--meta/recipes-devtools/guile/guile_2.0.5.bb4
1 files changed, 2 insertions, 2 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..0e21d5e 100644
--- a/meta/recipes-devtools/guile/guile_2.0.5.bb
+++ b/meta/recipes-devtools/guile/guile_2.0.5.bb
@@ -30,7 +30,7 @@ SRC_URI = "${GNU_MIRROR}/guile/guile-${PV}.tar.gz \
SRC_URI[md5sum] = "bcf70d54b44c99cb9acd3f63c5486b4b"
SRC_URI[sha256sum] = "2a026ea6cdbc51ca71bcd9787839debfa45ac5db1e26dc00b30ca9b128b10956"
-PR = "r3"
+PR = "r4"
inherit autotools gettext
BBCLASSEXTEND = "native"
@@ -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
}
OpenPOWER on IntegriCloud