diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2008-03-09 02:12:49 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-03-09 02:12:49 +0000 |
commit | a9181b127c8955c86ae669ca0b61b512261af10b (patch) | |
tree | 03695f14068a345dc1726363ac2e1652cff506e1 /packages/libtool/libtool_1.5.22.bb | |
parent | b108bbe89cda1c1d83f2d8289f293cc05350053a (diff) |
libtool: Add .inc file (from poky)
Diffstat (limited to 'packages/libtool/libtool_1.5.22.bb')
-rw-r--r-- | packages/libtool/libtool_1.5.22.bb | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/packages/libtool/libtool_1.5.22.bb b/packages/libtool/libtool_1.5.22.bb index 66182cb57e..4bed7842b4 100644 --- a/packages/libtool/libtool_1.5.22.bb +++ b/packages/libtool/libtool_1.5.22.bb @@ -1,12 +1,6 @@ DEFAULT_PREFERENCE = "-1" -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" +require libtool.inc PR = "r1" SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \ |