mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 01:50:18 +00:00
guile: fix licensing and gettext inherit
Reported by Philip Balister Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user