mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 19:23:03 +01:00
As per discussion with RP remove dolt patches. Merge Gary Thomas's patch into trailigslash.patch Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 lines
627 B
PHP
15 lines
627 B
PHP
DESCRIPTION = "Generic library support script \
|
|
This is GNU libtool, a generic library support script. Libtool hides \
|
|
the complexity of generating special library types (such as shared \
|
|
libraries) behind a consistent interface."
|
|
HOMEPAGE = "http://www.gnu.org/software/libtool/libtool.html"
|
|
SECTION = "devel"
|
|
LICENSE = "GPLv2, LGPLv2.1"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
|
|
file://libltdl/COPYING.LIB;md5=e3eda01d9815f8d24aae2dbd89b68b06 "
|
|
|
|
SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \
|
|
file://trailingslash.patch \
|
|
file://prefix-manpage-fix.patch "
|
|
|