diff options
author | Rene Wagner <rw@handhelds.org> | 2005-07-24 16:35:06 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-24 16:35:06 +0000 |
commit | ac070ce84d73ac77365c75134faf8979a69d5185 (patch) | |
tree | c2704551c7dd49bd5d7195c49e4e6a9b18ac20d8 /packages/libtool/libtool_1.5.10.bb | |
parent | 438814679b580c3c02a10e7f1e5ef81c3924b891 (diff) |
libtool: disable 3figures.patch for now. see bug #33 for details.MT: ----------------------------------------------------------------------
Diffstat (limited to 'packages/libtool/libtool_1.5.10.bb')
-rw-r--r-- | packages/libtool/libtool_1.5.10.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/libtool/libtool_1.5.10.bb b/packages/libtool/libtool_1.5.10.bb index aa55297a28..650aafc242 100644 --- a/packages/libtool/libtool_1.5.10.bb +++ b/packages/libtool/libtool_1.5.10.bb @@ -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}" |