blob: e0599364b7217e9e01d1858c086c5da96704fcf7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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."
SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \
file://${FILESDIR}/m4.patch;patch=1 \
file://${FILESDIR}/autotools.patch;patch=1 \
file://${FILESDIR}/prefix.patch;patch=1 \
file://${FILESDIR}/libtool15-update-configscripts.patch;patch=1;pnum=1"
S = "${WORKDIR}/libtool-${PV}"
inherit autotools
acpaths = "-I ${S}/m4"
EXTRA_AUTORECONF = "--exclude=libtoolize"
|