Merges.
[vuplus_openembedded] / libtool / libtool_1.4.3.oe
1 PR = "r0"
2
3 DESCRIPTION = "Generic library support script \
4 This is GNU libtool, a generic library support script.  Libtool hides \
5 the complexity of generating special library types (such as shared \
6 libraries) behind a consistent interface."
7
8 SRC_URI = "${DEBIAN_MIRROR}/main/libt/libtool/libtool_${PV}.orig.tar.gz \
9            file://debian.patch;patch=1 \
10            file://libdir.patch;patch=1 \
11            file://sedvar.patch;patch=1 \
12            file://libtoolize-staging.patch;patch=1"
13 S = "${WORKDIR}/libtool-${PV}"
14
15 inherit autotools
16
17 EXTRA_OECONF = "--disable-ltdl-install"
18 do_configure_prepend () {
19         ./bootstrap
20 }