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

LICENSE = "LGPLv2.1"

inherit autotools native

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

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