aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/guile/guile-native.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/guile/guile-native.inc')
-rw-r--r--recipes/guile/guile-native.inc7
1 files changed, 2 insertions, 5 deletions
diff --git a/recipes/guile/guile-native.inc b/recipes/guile/guile-native.inc
index 831e088134..62f512b988 100644
--- a/recipes/guile/guile-native.inc
+++ b/recipes/guile/guile-native.inc
@@ -1,12 +1,9 @@
SECTION = "unknown"
-LICENSE = "GPL"
-DEPENDS = "gettext-native gmp-native"
+LICENSE = "LGPLv2.1"
+DEPENDS = "gmp-native gettext-native libtool-native"
inherit autotools native
-S="${WORKDIR}/guile-${PV}"
-
do_configure_append() {
find ${S} -name Makefile | xargs sed -i s:'-Werror':'':g
}
-