aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-03-23 18:55:52 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-03-23 18:55:52 +0100
commit169bfaf53036f3d77a38f463bef13f79eb3e8874 (patch)
tree99cf46b52a35d1c1ece33fae352d17236c9bd918 /meta-oe
parent7d995c58b1f3c34874110f6040021fd83d618732 (diff)
downloadmeta-openembedded-contrib-169bfaf53036f3d77a38f463bef13f79eb3e8874.tar.gz
guile: fix LICENSE and add license checksum
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/guile/guile-native.inc4
-rw-r--r--meta-oe/recipes-support/guile/guile.inc4
2 files changed, 6 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/guile/guile-native.inc b/meta-oe/recipes-support/guile/guile-native.inc
index 831e088134..20ff5415c3 100644
--- a/meta-oe/recipes-support/guile/guile-native.inc
+++ b/meta-oe/recipes-support/guile/guile-native.inc
@@ -1,7 +1,9 @@
SECTION = "unknown"
-LICENSE = "GPL"
DEPENDS = "gettext-native gmp-native"
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=c9ba0d76ca3ef2a1d15a2ac839ef01fa"
+
inherit autotools native
S="${WORKDIR}/guile-${PV}"
diff --git a/meta-oe/recipes-support/guile/guile.inc b/meta-oe/recipes-support/guile/guile.inc
index f015965902..918ce33bf2 100644
--- a/meta-oe/recipes-support/guile/guile.inc
+++ b/meta-oe/recipes-support/guile/guile.inc
@@ -3,11 +3,13 @@ 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"
PACKAGES =+ "${PN}-el"
FILES_${PN}-el = "${datadir}/emacs"
DESCRIPTION_${PN}-el = "Emacs lisp files for Guile"
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=c9ba0d76ca3ef2a1d15a2ac839ef01fa"
+
inherit autotools
acpaths = "-I ${S}/guile-config"