libtool: Create common .inc file

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3664 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-02-03 11:52:24 +00:00
parent d360aa0957
commit 5f249978e2
4 changed files with 12 additions and 9 deletions

View File

@ -1,4 +1,4 @@
SECTION = "devel"
require libtool.inc
require libtool_${PV}.bb
PR = "r9"

View File

@ -1,4 +1,4 @@
SECTION = "devel"
require libtool.inc
require libtool_${PV}.bb
PR = "r9"

View File

@ -0,0 +1,8 @@
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"

View File

@ -1,10 +1,5 @@
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 = "r5"
SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \