mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
guile: fix LICENSE and add license checksum
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
SECTION = "unknown"
|
SECTION = "unknown"
|
||||||
LICENSE = "GPL"
|
|
||||||
DEPENDS = "gettext-native gmp-native"
|
DEPENDS = "gettext-native gmp-native"
|
||||||
|
|
||||||
|
LICENSE = "LGPLv2.1"
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=c9ba0d76ca3ef2a1d15a2ac839ef01fa"
|
||||||
|
|
||||||
inherit autotools native
|
inherit autotools native
|
||||||
|
|
||||||
S="${WORKDIR}/guile-${PV}"
|
S="${WORKDIR}/guile-${PV}"
|
||||||
|
|||||||
@@ -3,11 +3,13 @@ packaged as a library which can be incorporated into your programs."
|
|||||||
HOMEPAGE = "http://www.gnu.org/software/guile/guile.html"
|
HOMEPAGE = "http://www.gnu.org/software/guile/guile.html"
|
||||||
SECTION = "devel/scheme"
|
SECTION = "devel/scheme"
|
||||||
DEPENDS = "guile-native gmp libtool"
|
DEPENDS = "guile-native gmp libtool"
|
||||||
LICENSE = "GPL"
|
|
||||||
PACKAGES =+ "${PN}-el"
|
PACKAGES =+ "${PN}-el"
|
||||||
FILES_${PN}-el = "${datadir}/emacs"
|
FILES_${PN}-el = "${datadir}/emacs"
|
||||||
DESCRIPTION_${PN}-el = "Emacs lisp files for Guile"
|
DESCRIPTION_${PN}-el = "Emacs lisp files for Guile"
|
||||||
|
|
||||||
|
LICENSE = "LGPLv2.1"
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=c9ba0d76ca3ef2a1d15a2ac839ef01fa"
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
acpaths = "-I ${S}/guile-config"
|
acpaths = "-I ${S}/guile-config"
|
||||||
|
|||||||
Reference in New Issue
Block a user