summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-10-11 16:40:25 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-11 16:40:25 +0200
commit8fcf92fed89557683a08f67667acc77a8f73dc0a (patch)
tree539db9d9c123d423acb8a80098ccf0584eecddaf
parent2c7210ea29f890ee8534355cb6fb280e04fb0c66 (diff)
downloadmeta-openembedded-8fcf92fed89557683a08f67667acc77a8f73dc0a.tar.gz
guile: fix licensing and gettext inherit
Reported by Philip Balister Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--meta-oe/recipes-support/guile/guile-native.inc1
-rw-r--r--meta-oe/recipes-support/guile/guile-native_1.8.7.bb2
-rw-r--r--meta-oe/recipes-support/guile/guile.inc5
-rw-r--r--meta-oe/recipes-support/guile/guile_1.8.7.bb2
4 files changed, 6 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/guile/guile-native.inc b/meta-oe/recipes-support/guile/guile-native.inc
index 20ff5415c3..dfa126af04 100644
--- a/meta-oe/recipes-support/guile/guile-native.inc
+++ b/meta-oe/recipes-support/guile/guile-native.inc
@@ -2,7 +2,6 @@ SECTION = "unknown"
2DEPENDS = "gettext-native gmp-native" 2DEPENDS = "gettext-native gmp-native"
3 3
4LICENSE = "LGPLv2.1" 4LICENSE = "LGPLv2.1"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=c9ba0d76ca3ef2a1d15a2ac839ef01fa"
6 5
7inherit autotools native 6inherit autotools native
8 7
diff --git a/meta-oe/recipes-support/guile/guile-native_1.8.7.bb b/meta-oe/recipes-support/guile/guile-native_1.8.7.bb
index f8fd4c7b71..2b2707abe3 100644
--- a/meta-oe/recipes-support/guile/guile-native_1.8.7.bb
+++ b/meta-oe/recipes-support/guile/guile-native_1.8.7.bb
@@ -1,5 +1,7 @@
1require guile-native.inc 1require guile-native.inc
2 2
3LIC_FILES_CHKSUM = "file://LICENSE;md5=c9ba0d76ca3ef2a1d15a2ac839ef01fa"
4
3PR = "r1" 5PR = "r1"
4SRC_URI = "http://ftp.gnu.org/pub/gnu/guile/guile-${PV}.tar.gz \ 6SRC_URI = "http://ftp.gnu.org/pub/gnu/guile/guile-${PV}.tar.gz \
5 file://configure-fix.patch \ 7 file://configure-fix.patch \
diff --git a/meta-oe/recipes-support/guile/guile.inc b/meta-oe/recipes-support/guile/guile.inc
index 918ce33bf2..842e8d7ebf 100644
--- a/meta-oe/recipes-support/guile/guile.inc
+++ b/meta-oe/recipes-support/guile/guile.inc
@@ -7,10 +7,9 @@ PACKAGES =+ "${PN}-el"
7FILES_${PN}-el = "${datadir}/emacs" 7FILES_${PN}-el = "${datadir}/emacs"
8DESCRIPTION_${PN}-el = "Emacs lisp files for Guile" 8DESCRIPTION_${PN}-el = "Emacs lisp files for Guile"
9 9
10LICENSE = "LGPLv2.1" 10LICENSE = "LGPLv2.1+"
11LIC_FILES_CHKSUM = "file://LICENSE;md5=c9ba0d76ca3ef2a1d15a2ac839ef01fa"
12 11
13inherit autotools 12inherit autotools gettext
14 13
15acpaths = "-I ${S}/guile-config" 14acpaths = "-I ${S}/guile-config"
16 15
diff --git a/meta-oe/recipes-support/guile/guile_1.8.7.bb b/meta-oe/recipes-support/guile/guile_1.8.7.bb
index 8b3a80d91d..d02fe42e57 100644
--- a/meta-oe/recipes-support/guile/guile_1.8.7.bb
+++ b/meta-oe/recipes-support/guile/guile_1.8.7.bb
@@ -1,5 +1,7 @@
1require guile.inc 1require guile.inc
2 2
3LIC_FILES_CHKSUM = "file://LICENSE;md5=5711ae313ffd140741e741b88d9d4007"
4
3PR = "r1" 5PR = "r1"
4 6
5SRC_URI = "http://ftp.gnu.org/pub/gnu/guile/guile-${PV}.tar.gz \ 7SRC_URI = "http://ftp.gnu.org/pub/gnu/guile/guile-${PV}.tar.gz \