summaryrefslogtreecommitdiffstats
path: root/meta/packages/libtool/libtool.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/libtool/libtool.inc')
-rw-r--r--meta/packages/libtool/libtool.inc11
1 files changed, 10 insertions, 1 deletions
diff --git a/meta/packages/libtool/libtool.inc b/meta/packages/libtool/libtool.inc
index db86d15ba4..81c3eaf6d9 100644
--- a/meta/packages/libtool/libtool.inc
+++ b/meta/packages/libtool/libtool.inc
@@ -3,6 +3,15 @@ This is GNU libtool, a generic library support script. Libtool hides \
3the complexity of generating special library types (such as shared \ 3the complexity of generating special library types (such as shared \
4libraries) behind a consistent interface." 4libraries) behind a consistent interface."
5HOMEPAGE = "http://www.gnu.org/software/libtool/libtool.html" 5HOMEPAGE = "http://www.gnu.org/software/libtool/libtool.html"
6LICENSE = "GPL"
7SECTION = "devel" 6SECTION = "devel"
7LICENSE = "GPLv2, LGPLv2.1"
8LIC_FILES_CHKSUM = " \
9 file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
10 file://libltdl/COPYING.LIB;md5=e3eda01d9815f8d24aae2dbd89b68b06 \
11 "
12
13SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \
14 file://trailingslash.patch \
15 file://prefix.patch \
16 file://dolt.m4 "
8 17