diff options
Diffstat (limited to 'meta/recipes-devtools/libtool/libtool.inc')
| -rw-r--r-- | meta/recipes-devtools/libtool/libtool.inc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-devtools/libtool/libtool.inc b/meta/recipes-devtools/libtool/libtool.inc new file mode 100644 index 0000000000..c94dadd0af --- /dev/null +++ b/meta/recipes-devtools/libtool/libtool.inc | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | DESCRIPTION = "Generic library support script \ | ||
| 2 | This is GNU libtool, a generic library support script. Libtool hides \ | ||
| 3 | the complexity of generating special library types (such as shared \ | ||
| 4 | libraries) behind a consistent interface." | ||
| 5 | HOMEPAGE = "http://www.gnu.org/software/libtool/libtool.html" | ||
| 6 | SECTION = "devel" | ||
| 7 | LICENSE = "GPLv2, LGPLv2.1" | ||
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ | ||
| 9 | file://libltdl/COPYING.LIB;md5=e3eda01d9815f8d24aae2dbd89b68b06 " | ||
| 10 | |||
| 11 | SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \ | ||
| 12 | file://trailingslash.patch \ | ||
| 13 | file://prefix-manpage-fix.patch " | ||
| 14 | |||
