diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-15 01:18:02 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-15 01:18:02 +0000 |
commit | c94fb6ec546b839f4d0d398f77cd8cde090d868d (patch) | |
tree | 82d5cfb13569871e73c1034d5a7e97af9b0313f1 | |
parent | 5f9ab2e5fcccda56bb805680382af80332e068db (diff) |
Some initial work on libtool 1.5.6.
BKrev: 40a56fcaiTKskh0PWRb2jsH5Ofup3w
-rw-r--r-- | libtool/libtool-cross_1.5.6.oe | 0 | ||||
-rw-r--r-- | libtool/libtool-native_1.5.6.oe | 0 | ||||
-rw-r--r-- | libtool/libtool_1.5.6.oe | 0 | ||||
-rw-r--r-- | libtool/libtool_1.5.oe | 3 |
4 files changed, 1 insertions, 2 deletions
diff --git a/libtool/libtool-cross_1.5.6.oe b/libtool/libtool-cross_1.5.6.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/libtool/libtool-cross_1.5.6.oe diff --git a/libtool/libtool-native_1.5.6.oe b/libtool/libtool-native_1.5.6.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/libtool/libtool-native_1.5.6.oe diff --git a/libtool/libtool_1.5.6.oe b/libtool/libtool_1.5.6.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/libtool/libtool_1.5.6.oe diff --git a/libtool/libtool_1.5.oe b/libtool/libtool_1.5.oe index e0599364b7..6d2092eee5 100644 --- a/libtool/libtool_1.5.oe +++ b/libtool/libtool_1.5.oe @@ -6,8 +6,7 @@ libraries) behind a consistent interface." SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \ file://${FILESDIR}/m4.patch;patch=1 \ file://${FILESDIR}/autotools.patch;patch=1 \ - file://${FILESDIR}/prefix.patch;patch=1 \ - file://${FILESDIR}/libtool15-update-configscripts.patch;patch=1;pnum=1" + file://${FILESDIR}/prefix.patch;patch=1" S = "${WORKDIR}/libtool-${PV}" inherit autotools |