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 cf222a6f47..fc94a412a1 100644
--- a/meta/recipes-devtools/guile/guile_2.0.5.bb
+++ b/meta/recipes-devtools/guile/guile_2.0.5.bb
@@ -20,6 +20,7 @@ SRC_URI = "${GNU_MIRROR}/guile/guile-${PV}.tar.gz \
20 file://guile_2.0.5_fix_sed_error.patch \ 20 file://guile_2.0.5_fix_sed_error.patch \
21 file://guile_2.0.5_disable_goops_optimizations.patch \ 21 file://guile_2.0.5_disable_goops_optimizations.patch \
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 " 24 "
24 25
25# file://debian/0001-Change-guile-to-guile-X.Y-for-info-pages.patch 26# file://debian/0001-Change-guile-to-guile-X.Y-for-info-pages.patch
@@ -28,7 +29,7 @@ SRC_URI = "${GNU_MIRROR}/guile/guile-${PV}.tar.gz \
28SRC_URI[md5sum] = "bcf70d54b44c99cb9acd3f63c5486b4b" 29SRC_URI[md5sum] = "bcf70d54b44c99cb9acd3f63c5486b4b"
29SRC_URI[sha256sum] = "2a026ea6cdbc51ca71bcd9787839debfa45ac5db1e26dc00b30ca9b128b10956" 30SRC_URI[sha256sum] = "2a026ea6cdbc51ca71bcd9787839debfa45ac5db1e26dc00b30ca9b128b10956"
30 31
31PR = "r1" 32PR = "r2"
32 33
33inherit autotools gettext 34inherit autotools gettext
34BBCLASSEXTEND = "native" 35BBCLASSEXTEND = "native"