diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-23 18:55:52 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-23 18:55:52 +0100 |
commit | 169bfaf53036f3d77a38f463bef13f79eb3e8874 (patch) | |
tree | 99cf46b52a35d1c1ece33fae352d17236c9bd918 /meta-oe/recipes-support | |
parent | 7d995c58b1f3c34874110f6040021fd83d618732 (diff) | |
download | meta-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')
-rw-r--r-- | meta-oe/recipes-support/guile/guile-native.inc | 4 | ||||
-rw-r--r-- | meta-oe/recipes-support/guile/guile.inc | 4 |
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 @@ | |||
1 | SECTION = "unknown" | 1 | SECTION = "unknown" |
2 | LICENSE = "GPL" | ||
3 | DEPENDS = "gettext-native gmp-native" | 2 | DEPENDS = "gettext-native gmp-native" |
4 | 3 | ||
4 | LICENSE = "LGPLv2.1" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c9ba0d76ca3ef2a1d15a2ac839ef01fa" | ||
6 | |||
5 | inherit autotools native | 7 | inherit autotools native |
6 | 8 | ||
7 | S="${WORKDIR}/guile-${PV}" | 9 | S="${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." | |||
3 | HOMEPAGE = "http://www.gnu.org/software/guile/guile.html" | 3 | HOMEPAGE = "http://www.gnu.org/software/guile/guile.html" |
4 | SECTION = "devel/scheme" | 4 | SECTION = "devel/scheme" |
5 | DEPENDS = "guile-native gmp libtool" | 5 | DEPENDS = "guile-native gmp libtool" |
6 | LICENSE = "GPL" | ||
7 | PACKAGES =+ "${PN}-el" | 6 | PACKAGES =+ "${PN}-el" |
8 | FILES_${PN}-el = "${datadir}/emacs" | 7 | FILES_${PN}-el = "${datadir}/emacs" |
9 | DESCRIPTION_${PN}-el = "Emacs lisp files for Guile" | 8 | DESCRIPTION_${PN}-el = "Emacs lisp files for Guile" |
10 | 9 | ||
10 | LICENSE = "LGPLv2.1" | ||
11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c9ba0d76ca3ef2a1d15a2ac839ef01fa" | ||
12 | |||
11 | inherit autotools | 13 | inherit autotools |
12 | 14 | ||
13 | acpaths = "-I ${S}/guile-config" | 15 | acpaths = "-I ${S}/guile-config" |