aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/guile/guile-native.inc
blob: 20ff5415c3fdc916c6a83bc8942fcc14fae04b56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SECTION = "unknown"
DEPENDS = "gettext-native gmp-native"

LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://LICENSE;md5=c9ba0d76ca3ef2a1d15a2ac839ef01fa"

inherit autotools native

S="${WORKDIR}/guile-${PV}"

do_configure_append() {
        find ${S} -name Makefile | xargs sed -i s:'-Werror':'':g
}