Files
meta-openembedded/meta-oe/recipes-support/guile/guile-native.inc
Koen Kooi 8fcf92fed8 guile: fix licensing and gettext inherit
Reported by Philip Balister

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-11 16:40:25 +02:00

14 lines
227 B
PHP

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
}