libtool: disable 3figures.patch for now. see bug #33 for details.MT: -----------...
authorRene Wagner <rw@handhelds.org>
Sun, 24 Jul 2005 16:35:06 +0000 (16:35 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 24 Jul 2005 16:35:06 +0000 (16:35 +0000)
packages/libtool/libtool-native_1.5.10.bb
packages/libtool/libtool_1.5.10.bb

index a58ef5b..c08b3ae 100644 (file)
@@ -1,7 +1,7 @@
 SECTION = "devel"
 include libtool_${PV}.bb
 
-PR = "r1"
+PR = "r2"
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libtool-${PV}"
 SRC_URI_append = " file://libdir-la.patch;patch=1 \
                    file://prefix.patch;patch=1 \
index aa55297..650aafc 100644 (file)
@@ -5,11 +5,10 @@ libraries) behind a consistent interface."
 HOMEPAGE = "http://www.gnu.org/software/libtool/libtool.html"
 LICENSE = "GPL"
 SECTION = "devel"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \
            file://autotools.patch;patch=1 \
-          file://3figures.patch;patch=1 \
           file://uclibc.patch;patch=1"
 S = "${WORKDIR}/libtool-${PV}"