From: Tom Rini Date: Wed, 9 Mar 2011 16:52:15 +0000 (-0700) Subject: guile: Update to use 'inherit gettext' X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=192fbf06d70f38513f4f65a0008d7ec336e62044;p=openembedded.git guile: Update to use 'inherit gettext' In addition, for the versions of guile we have, they are both LGPLv2.1 (guile 2.0 is LGPLv3). Signed-off-by: Tom Rini --- diff --git a/recipes/guile/guile-native.inc b/recipes/guile/guile-native.inc index 831e088134..30f2b31d61 100644 --- a/recipes/guile/guile-native.inc +++ b/recipes/guile/guile-native.inc @@ -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 diff --git a/recipes/guile/guile.inc b/recipes/guile/guile.inc index b2d6833c94..f8252307c2 100644 --- a/recipes/guile/guile.inc +++ b/recipes/guile/guile.inc @@ -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"