]> code.ossystems Code Review - openembedded-core.git/commitdiff
libtool: do not stage - libtool-cross stage proper m4 macros
authorMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 28 May 2008 12:41:59 +0000 (12:41 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 28 May 2008 12:41:59 +0000 (12:41 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4557 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/libtool/libtool-cross_2.2.4.bb
meta/packages/libtool/libtool_2.2.4.bb

index 1c3b13c5ce8565e0343c126cbccb2f72be507299..2f93b6825b87a3831454f75c12680d1d14a8aa4e 100644 (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 \
index fcaca4639b0a1fbd7d223050d016b13a7e5bf230..024a54faa1e1d1347ed9512cc99043ef292be6c2 100644 (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
-}