guile: Update to use 'inherit gettext'
authorTom Rini <tom_rini@mentor.com>
Wed, 9 Mar 2011 16:52:15 +0000 (09:52 -0700)
committerTom Rini <tom_rini@mentor.com>
Wed, 9 Mar 2011 19:17:16 +0000 (12:17 -0700)
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>
recipes/guile/guile-native.inc
recipes/guile/guile.inc

index 831e088..30f2b31 100644 (file)
@@ -1,10 +1,8 @@
 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
index b2d6833..f825230 100644 (file)
@@ -2,13 +2,13 @@ DESCRIPTION = "Guile is an interpreter for the Scheme programming language, \
 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"