]> code.ossystems Code Review - openembedded-core.git/commitdiff
guile: Add continuation marker to create_wrapper
authorSaul Wold <sgw@linux.intel.com>
Thu, 26 Jul 2012 16:04:00 +0000 (09:04 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Jul 2012 17:32:40 +0000 (18:32 +0100)
This was causing the x86_64-linux-guile script to not have all the
environment bits needed

V2: Forgot PR Bump!

[YOCTO #2835]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/guile/guile_2.0.5.bb

index 6c96f8764ddc538649c27b02859e9e33d12f6d0c..0e21d5e81c0c7796ac741a1e0399fd6beeee4fd1 100644 (file)
@@ -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
 }