[oe-commits] Tom Rini : guile: Update to use 'inherit gettext'

git version control git at git.openembedded.org
Wed Mar 9 19:19:08 UTC 2011


Module: openembedded.git
Branch: master
Commit: 192fbf06d70f38513f4f65a0008d7ec336e62044
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=192fbf06d70f38513f4f65a0008d7ec336e62044

Author: Tom Rini <tom_rini at mentor.com>
Date:   Wed Mar  9 09:52:15 2011 -0700

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 <tom_rini at mentor.com>

---

 recipes/guile/guile-native.inc |    8 +++-----
 recipes/guile/guile.inc        |    6 +++---
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/recipes/guile/guile-native.inc b/recipes/guile/guile-native.inc
index 831e088..30f2b31 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 b2d6833..f825230 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"
 





More information about the Openembedded-commits mailing list