aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libtool/libtool.inc
blob: 197612910afdbf53b0d767fe438db0c6194e5557 (plain)
1
2
3
4
5
6
7
8
9
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"
LICENSE = "GPL"
SECTION = "devel"

FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libtool-${PV}"