diff options
Diffstat (limited to 'meta/recipes-devtools/guile/guile_2.0.5.bb')
-rw-r--r-- | meta/recipes-devtools/guile/guile_2.0.5.bb | 5 |
1 files changed, 3 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 fc94a412a1..6c96f8764d 100644 --- a/meta/recipes-devtools/guile/guile_2.0.5.bb +++ b/meta/recipes-devtools/guile/guile_2.0.5.bb | |||
@@ -21,6 +21,7 @@ SRC_URI = "${GNU_MIRROR}/guile/guile-${PV}.tar.gz \ | |||
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 | file://remove-gets.patch \ |
24 | file://arm_endianness.patch \ | ||
24 | " | 25 | " |
25 | 26 | ||
26 | # file://debian/0001-Change-guile-to-guile-X.Y-for-info-pages.patch | 27 | # file://debian/0001-Change-guile-to-guile-X.Y-for-info-pages.patch |
@@ -29,14 +30,14 @@ SRC_URI = "${GNU_MIRROR}/guile/guile-${PV}.tar.gz \ | |||
29 | SRC_URI[md5sum] = "bcf70d54b44c99cb9acd3f63c5486b4b" | 30 | SRC_URI[md5sum] = "bcf70d54b44c99cb9acd3f63c5486b4b" |
30 | SRC_URI[sha256sum] = "2a026ea6cdbc51ca71bcd9787839debfa45ac5db1e26dc00b30ca9b128b10956" | 31 | SRC_URI[sha256sum] = "2a026ea6cdbc51ca71bcd9787839debfa45ac5db1e26dc00b30ca9b128b10956" |
31 | 32 | ||
32 | PR = "r2" | 33 | PR = "r3" |
33 | 34 | ||
34 | inherit autotools gettext | 35 | inherit autotools gettext |
35 | BBCLASSEXTEND = "native" | 36 | BBCLASSEXTEND = "native" |
36 | 37 | ||
37 | DEPENDS = "libunistring bdwgc gmp libtool libffi" | 38 | DEPENDS = "libunistring bdwgc gmp libtool libffi" |
38 | # add guile-native only to the target recipe's DEPENDS | 39 | # add guile-native only to the target recipe's DEPENDS |
39 | DEPENDS += "${@['guile-native', ''][d.getVar('PN', True) != 'guile']}" | 40 | DEPENDS += "${@['guile-native libatomics-ops', ''][d.getVar('PN', True) != 'guile']}" |
40 | 41 | ||
41 | EXTRA_OECONF += "${@['--without-libltdl-prefix --without-libgmp-prefix', ''][bb.data.inherits_class('native',d)]}" | 42 | EXTRA_OECONF += "${@['--without-libltdl-prefix --without-libgmp-prefix', ''][bb.data.inherits_class('native',d)]}" |
42 | 43 | ||