summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/guile
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/recipes-support/guile
parent7d995c58b1f3c34874110f6040021fd83d618732 (diff)
downloadmeta-openembedded-169bfaf53036f3d77a38f463bef13f79eb3e8874.tar.gz
guile: fix LICENSE and add license checksum
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-support/guile')
-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 831e08813..20ff5415c 100644
--- a/meta-oe/recipes-support/guile/guile-native.inc
+++ b/meta-oe/recipes-support/guile/guile-native.inc
@@ -1,7 +1,9 @@
1SECTION = "unknown" 1SECTION = "unknown"
2LICENSE = "GPL"
3DEPENDS = "gettext-native gmp-native" 2DEPENDS = "gettext-native gmp-native"
4 3
4LICENSE = "LGPLv2.1"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=c9ba0d76ca3ef2a1d15a2ac839ef01fa"
6
5inherit autotools native 7inherit autotools native
6 8
7S="${WORKDIR}/guile-${PV}" 9S="${WORKDIR}/guile-${PV}"
diff --git a/meta-oe/recipes-support/guile/guile.inc b/meta-oe/recipes-support/guile/guile.inc
index f01596590..918ce33bf 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."
3HOMEPAGE = "http://www.gnu.org/software/guile/guile.html" 3HOMEPAGE = "http://www.gnu.org/software/guile/guile.html"
4SECTION = "devel/scheme" 4SECTION = "devel/scheme"
5DEPENDS = "guile-native gmp libtool" 5DEPENDS = "guile-native gmp libtool"
6LICENSE = "GPL"
7PACKAGES =+ "${PN}-el" 6PACKAGES =+ "${PN}-el"
8FILES_${PN}-el = "${datadir}/emacs" 7FILES_${PN}-el = "${datadir}/emacs"
9DESCRIPTION_${PN}-el = "Emacs lisp files for Guile" 8DESCRIPTION_${PN}-el = "Emacs lisp files for Guile"
10 9
10LICENSE = "LGPLv2.1"
11LIC_FILES_CHKSUM = "file://LICENSE;md5=c9ba0d76ca3ef2a1d15a2ac839ef01fa"
12
11inherit autotools 13inherit autotools
12 14
13acpaths = "-I ${S}/guile-config" 15acpaths = "-I ${S}/guile-config"