guile: fix licensing and gettext inherit

Reported by Philip Balister

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-10-11 16:40:25 +02:00
parent 2c7210ea29
commit 8fcf92fed8
4 changed files with 6 additions and 4 deletions
@@ -2,7 +2,6 @@ SECTION = "unknown"
DEPENDS = "gettext-native gmp-native"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://LICENSE;md5=c9ba0d76ca3ef2a1d15a2ac839ef01fa"
inherit autotools native
@@ -1,5 +1,7 @@
require guile-native.inc
LIC_FILES_CHKSUM = "file://LICENSE;md5=c9ba0d76ca3ef2a1d15a2ac839ef01fa"
PR = "r1"
SRC_URI = "http://ftp.gnu.org/pub/gnu/guile/guile-${PV}.tar.gz \
file://configure-fix.patch \
+2 -3
View File
@@ -7,10 +7,9 @@ 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"
LICENSE = "LGPLv2.1+"
inherit autotools
inherit autotools gettext
acpaths = "-I ${S}/guile-config"
@@ -1,5 +1,7 @@
require guile.inc
LIC_FILES_CHKSUM = "file://LICENSE;md5=5711ae313ffd140741e741b88d9d4007"
PR = "r1"
SRC_URI = "http://ftp.gnu.org/pub/gnu/guile/guile-${PV}.tar.gz \