diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-11 16:40:25 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-11 16:40:25 +0200 |
commit | 8fcf92fed89557683a08f67667acc77a8f73dc0a (patch) | |
tree | 539db9d9c123d423acb8a80098ccf0584eecddaf | |
parent | 2c7210ea29f890ee8534355cb6fb280e04fb0c66 (diff) | |
download | meta-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.inc | 1 | ||||
-rw-r--r-- | meta-oe/recipes-support/guile/guile-native_1.8.7.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-support/guile/guile.inc | 5 | ||||
-rw-r--r-- | meta-oe/recipes-support/guile/guile_1.8.7.bb | 2 |
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" | |||
2 | DEPENDS = "gettext-native gmp-native" | 2 | DEPENDS = "gettext-native gmp-native" |
3 | 3 | ||
4 | LICENSE = "LGPLv2.1" | 4 | LICENSE = "LGPLv2.1" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c9ba0d76ca3ef2a1d15a2ac839ef01fa" | ||
6 | 5 | ||
7 | inherit autotools native | 6 | inherit 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 @@ | |||
1 | require guile-native.inc | 1 | require guile-native.inc |
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c9ba0d76ca3ef2a1d15a2ac839ef01fa" | ||
4 | |||
3 | PR = "r1" | 5 | PR = "r1" |
4 | SRC_URI = "http://ftp.gnu.org/pub/gnu/guile/guile-${PV}.tar.gz \ | 6 | SRC_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" | |||
7 | FILES_${PN}-el = "${datadir}/emacs" | 7 | FILES_${PN}-el = "${datadir}/emacs" |
8 | DESCRIPTION_${PN}-el = "Emacs lisp files for Guile" | 8 | DESCRIPTION_${PN}-el = "Emacs lisp files for Guile" |
9 | 9 | ||
10 | LICENSE = "LGPLv2.1" | 10 | LICENSE = "LGPLv2.1+" |
11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c9ba0d76ca3ef2a1d15a2ac839ef01fa" | ||
12 | 11 | ||
13 | inherit autotools | 12 | inherit autotools gettext |
14 | 13 | ||
15 | acpaths = "-I ${S}/guile-config" | 14 | acpaths = "-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 @@ | |||
1 | require guile.inc | 1 | require guile.inc |
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5711ae313ffd140741e741b88d9d4007" | ||
4 | |||
3 | PR = "r1" | 5 | PR = "r1" |
4 | 6 | ||
5 | SRC_URI = "http://ftp.gnu.org/pub/gnu/guile/guile-${PV}.tar.gz \ | 7 | SRC_URI = "http://ftp.gnu.org/pub/gnu/guile/guile-${PV}.tar.gz \ |