blob: 831e088134f5b82888c27b2fa9abedbc1f8f95b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
SECTION = "unknown"
LICENSE = "GPL"
DEPENDS = "gettext-native gmp-native"
inherit autotools native
S="${WORKDIR}/guile-${PV}"
do_configure_append() {
find ${S} -name Makefile | xargs sed -i s:'-Werror':'':g
}
|