summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/guile/guile_2.0.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/guile/guile_2.0.5.bb')
-rw-r--r--meta/recipes-devtools/guile/guile_2.0.5.bb3
1 files changed, 2 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 0e21d5e81c..8fae7125f4 100644
--- a/meta/recipes-devtools/guile/guile_2.0.5.bb
+++ b/meta/recipes-devtools/guile/guile_2.0.5.bb
@@ -22,6 +22,7 @@ SRC_URI = "${GNU_MIRROR}/guile/guile-${PV}.tar.gz \
22 file://guile_2.0.5_fix_cross_compilation.patch \ 22 file://guile_2.0.5_fix_cross_compilation.patch \
23 file://remove-gets.patch \ 23 file://remove-gets.patch \
24 file://arm_endianness.patch \ 24 file://arm_endianness.patch \
25 file://change-install-data-hook-to-install-exec-hook-in-gui.patch \
25 " 26 "
26 27
27# file://debian/0001-Change-guile-to-guile-X.Y-for-info-pages.patch 28# file://debian/0001-Change-guile-to-guile-X.Y-for-info-pages.patch
@@ -30,7 +31,7 @@ SRC_URI = "${GNU_MIRROR}/guile/guile-${PV}.tar.gz \
30SRC_URI[md5sum] = "bcf70d54b44c99cb9acd3f63c5486b4b" 31SRC_URI[md5sum] = "bcf70d54b44c99cb9acd3f63c5486b4b"
31SRC_URI[sha256sum] = "2a026ea6cdbc51ca71bcd9787839debfa45ac5db1e26dc00b30ca9b128b10956" 32SRC_URI[sha256sum] = "2a026ea6cdbc51ca71bcd9787839debfa45ac5db1e26dc00b30ca9b128b10956"
32 33
33PR = "r4" 34PR = "r5"
34 35
35inherit autotools gettext 36inherit autotools gettext
36BBCLASSEXTEND = "native" 37BBCLASSEXTEND = "native"