diff options
author | Koen Kooi <koen@openembedded.org> | 2005-07-24 17:00:16 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-24 17:00:16 +0000 |
commit | f31a61661b9617ed275986ca2df71082909a13a1 (patch) | |
tree | 4c4a904900364afd2f52f2a421f50539817140c2 /packages/libtool | |
parent | 438814679b580c3c02a10e7f1e5ef81c3924b891 (diff) |
apply 3figures.patch to ltmain.in instead of ltmain.sh
Diffstat (limited to 'packages/libtool')
-rw-r--r-- | packages/libtool/libtool-1.5.10/3figures.patch | 4 | ||||
-rw-r--r-- | packages/libtool/libtool_1.5.10.bb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/packages/libtool/libtool-1.5.10/3figures.patch b/packages/libtool/libtool-1.5.10/3figures.patch index 4005d7d9d5..6f632fbe7d 100644 --- a/packages/libtool/libtool-1.5.10/3figures.patch +++ b/packages/libtool/libtool-1.5.10/3figures.patch @@ -1,5 +1,5 @@ ---- /tmp/ltmain.sh 2005-06-24 19:26:47.008095648 +0200 -+++ libtool-1.5.10/ltmain.sh 2005-06-24 19:28:16.356512624 +0200 +--- /tmp/ltmain.in 2005-07-24 18:52:11.867735112 +0200 ++++ libtool-1.5.10/ltmain.in 2005-07-24 18:55:49.204694872 +0200 @@ -3101,7 +3101,7 @@ # Check that each of the things are valid numbers. diff --git a/packages/libtool/libtool_1.5.10.bb b/packages/libtool/libtool_1.5.10.bb index aa55297a28..d53aa71428 100644 --- a/packages/libtool/libtool_1.5.10.bb +++ b/packages/libtool/libtool_1.5.10.bb @@ -9,8 +9,8 @@ PR = "r2" SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \ file://autotools.patch;patch=1 \ - file://3figures.patch;patch=1 \ - file://uclibc.patch;patch=1" + file://uclibc.patch;patch=1 \ + file://3figures.patch;patch=1" S = "${WORKDIR}/libtool-${PV}" PACKAGES = "libltdl libltdl-dev ${PN}" |