diff options
author | Koen Kooi <koen@openembedded.org> | 2005-07-24 17:10:22 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-24 17:10:22 +0000 |
commit | fa97a6aa76b9fd37281fd36f4bc4bdd04e8d9698 (patch) | |
tree | 90b5bf8e66048531d9f5a940d74815fa19ef788e | |
parent | f95518ec8597966b9ece558e5fa4c56abd4834ab (diff) | |
parent | 6cfc098c3f818329655bb07f0f1f7b5e83158e78 (diff) |
merge of 659f1b6f8d68752f4656f3cbc2491ec0fed162d2
and 7ca35ae8ca6e236e331175d9f5164f0a0f663f57
-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, 3 insertions, 2 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 d53aa71428..f627f762af 100644 --- a/packages/libtool/libtool_1.5.10.bb +++ b/packages/libtool/libtool_1.5.10.bb @@ -5,7 +5,7 @@ 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 \ @@ -33,3 +33,4 @@ do_stage () { oe_libinstall -a -so -C libltdl libltdl ${STAGING_LIBDIR} install -m 0644 libltdl/ltdl.h ${STAGING_INCDIR}/ } +} |