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 | |
parent | 438814679b580c3c02a10e7f1e5ef81c3924b891 (diff) |
libtool: disable 3figures.patch for now. see bug #33 for details.MT: ----------------------------------------------------------------------
Diffstat (limited to 'packages/libtool')
-rw-r--r-- | packages/libtool/libtool-native_1.5.10.bb | 2 | ||||
-rw-r--r-- | packages/libtool/libtool_1.5.10.bb | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/packages/libtool/libtool-native_1.5.10.bb b/packages/libtool/libtool-native_1.5.10.bb index a58ef5b599..c08b3ae82d 100644 --- a/packages/libtool/libtool-native_1.5.10.bb +++ b/packages/libtool/libtool-native_1.5.10.bb @@ -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 \ 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}" |