mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
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:
parent
d360aa0957
commit
5f249978e2
|
|
@ -1,4 +1,4 @@
|
|||
SECTION = "devel"
|
||||
require libtool.inc
|
||||
require libtool_${PV}.bb
|
||||
|
||||
PR = "r9"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
SECTION = "devel"
|
||||
require libtool.inc
|
||||
require libtool_${PV}.bb
|
||||
|
||||
PR = "r9"
|
||||
|
|
|
|||
8
meta/packages/libtool/libtool.inc
Normal file
8
meta/packages/libtool/libtool.inc
Normal 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"
|
||||
|
||||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user