libtool: do not stage - libtool-cross stage proper m4 macros

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4557 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2008-05-28 12:41:59 +00:00
parent f83b1de69b
commit 391e762feb
2 changed files with 2 additions and 6 deletions

View File

@ -1,7 +1,7 @@
require libtool.inc
require libtool_${PV}.bb
PR = "r21"
PR = "r22"
PACKAGES = ""
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libtool-${PV}"
SRC_URI_append = " file://cross_compile.patch;patch=1 \

View File

@ -1,6 +1,6 @@
require libtool.inc
PR = "r12"
PR = "r13"
SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \
file://dolt.m4"
@ -15,7 +15,3 @@ FILES_libltdl-dbg = "${libdir}/.debug/"
inherit autotools
EXTRA_AUTORECONF = "--exclude=libtoolize"
do_stage () {
autotools_stage_all
}