blob: 2c36f5b6262da4f51d442e18413edf750c27b6b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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 = "http://ftp.club.cc.cmu.edu/pub/gnu/libtool/libtool-${PV}.tar.gz"
S = "${WORKDIR}/libtool-${PV}"
inherit autotools
do_configure_prepend () {
./bootstrap
}
|