diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/guile/guile_2.0.11.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/recipes-devtools/guile/guile_2.0.11.bb b/meta/recipes-devtools/guile/guile_2.0.11.bb index ea9017bdd9..71f696e774 100644 --- a/meta/recipes-devtools/guile/guile_2.0.11.bb +++ b/meta/recipes-devtools/guile/guile_2.0.11.bb | |||
@@ -11,7 +11,7 @@ DESCRIPTION = "Guile is the GNU Ubiquitous Intelligent Language for Extensions,\ | |||
11 | HOMEPAGE = "http://www.gnu.org/software/guile/" | 11 | HOMEPAGE = "http://www.gnu.org/software/guile/" |
12 | SECTION = "devel" | 12 | SECTION = "devel" |
13 | LICENSE = "GPLv3" | 13 | LICENSE = "GPLv3" |
14 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
15 | 15 | ||
16 | SRC_URI = "${GNU_MIRROR}/guile/guile-${PV}.tar.xz \ | 16 | SRC_URI = "${GNU_MIRROR}/guile/guile-${PV}.tar.xz \ |
17 | file://debian/0002-Mark-Unused-modules-are-removed-gc-test-as-unresolve.patch \ | 17 | file://debian/0002-Mark-Unused-modules-are-removed-gc-test-as-unresolve.patch \ |
@@ -26,7 +26,7 @@ SRC_URI = "${GNU_MIRROR}/guile/guile-${PV}.tar.xz \ | |||
26 | " | 26 | " |
27 | 27 | ||
28 | # 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 |
29 | # file://opensuse/guile-turn-off-gc-test.patch | 29 | # file://opensuse/guile-turn-off-gc-test.patch |
30 | 30 | ||
31 | SRC_URI[md5sum] = "03f1bce1a4983076d955003472306a13" | 31 | SRC_URI[md5sum] = "03f1bce1a4983076d955003472306a13" |
32 | SRC_URI[sha256sum] = "aed0a4a6db4e310cbdfeb3613fa6f86fddc91ef624c1e3f8937a6304c69103e2" | 32 | SRC_URI[sha256sum] = "aed0a4a6db4e310cbdfeb3613fa6f86fddc91ef624c1e3f8937a6304c69103e2" |
@@ -43,6 +43,10 @@ RDEPENDS_${PN}_append_libc-glibc_class-target = "glibc-gconv-iso8859-1" | |||
43 | 43 | ||
44 | EXTRA_OECONF += "${@['--without-libltdl-prefix --without-libgmp-prefix --without-libreadline-prefix', ''][bb.data.inherits_class('native',d)]}" | 44 | EXTRA_OECONF += "${@['--without-libltdl-prefix --without-libgmp-prefix --without-libreadline-prefix', ''][bb.data.inherits_class('native',d)]}" |
45 | 45 | ||
46 | EXTRA_OECONF_append_class-target = " --with-libunistring-prefix=${STAGING_LIBDIR} \ | ||
47 | --with-libgmp-prefix=${STAGING_LIBDIR} \ | ||
48 | --with-libltdl-prefix=${STAGING_LIBDIR}" | ||
49 | |||
46 | do_configure_prepend() { | 50 | do_configure_prepend() { |
47 | mkdir -p po | 51 | mkdir -p po |
48 | } | 52 | } |