In addition, for the versions of guile we have, they are both
LGPLv2.1 (guile 2.0 is LGPLv3).
Signed-off-by: Tom Rini <tom_rini@mentor.com>
SECTION = "unknown"
-LICENSE = "GPL"
-DEPENDS = "gettext-native gmp-native"
+LICENSE = "LGPLv2.1"
+DEPENDS = "gmp-native"
-inherit autotools native
-
-S="${WORKDIR}/guile-${PV}"
+inherit autotools native gettext
do_configure_append() {
find ${S} -name Makefile | xargs sed -i s:'-Werror':'':g
packaged as a library which can be incorporated into your programs."
HOMEPAGE = "http://www.gnu.org/software/guile/guile.html"
SECTION = "devel/scheme"
-DEPENDS = "guile-native gmp libtool"
-LICENSE = "GPL"
+DEPENDS = "guile-native gmp"
+LICENSE = "LGPLv2.1"
PACKAGES =+ "${PN}-el"
FILES_${PN}-el = "${datadir}/emacs"
DESCRIPTION_${PN}-el = "Emacs lisp files for Guile"
-inherit autotools
+inherit autotools gettext
acpaths = "-I ${S}/guile-config"