diff options
Diffstat (limited to 'meta-oe/recipes-support/guile/guile.inc')
-rw-r--r-- | meta-oe/recipes-support/guile/guile.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/guile/guile.inc b/meta-oe/recipes-support/guile/guile.inc index f015965902..918ce33bf2 100644 --- a/meta-oe/recipes-support/guile/guile.inc +++ b/meta-oe/recipes-support/guile/guile.inc | |||
@@ -3,11 +3,13 @@ packaged as a library which can be incorporated into your programs." | |||
3 | HOMEPAGE = "http://www.gnu.org/software/guile/guile.html" | 3 | HOMEPAGE = "http://www.gnu.org/software/guile/guile.html" |
4 | SECTION = "devel/scheme" | 4 | SECTION = "devel/scheme" |
5 | DEPENDS = "guile-native gmp libtool" | 5 | DEPENDS = "guile-native gmp libtool" |
6 | LICENSE = "GPL" | ||
7 | PACKAGES =+ "${PN}-el" | 6 | PACKAGES =+ "${PN}-el" |
8 | FILES_${PN}-el = "${datadir}/emacs" | 7 | FILES_${PN}-el = "${datadir}/emacs" |
9 | DESCRIPTION_${PN}-el = "Emacs lisp files for Guile" | 8 | DESCRIPTION_${PN}-el = "Emacs lisp files for Guile" |
10 | 9 | ||
10 | LICENSE = "LGPLv2.1" | ||
11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c9ba0d76ca3ef2a1d15a2ac839ef01fa" | ||
12 | |||
11 | inherit autotools | 13 | inherit autotools |
12 | 14 | ||
13 | acpaths = "-I ${S}/guile-config" | 15 | acpaths = "-I ${S}/guile-config" |