diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-15 09:25:52 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-15 09:25:52 +0000 |
commit | a7e6ffc36d48d39289f3de179991a82b9d7ba25b (patch) | |
tree | b17f627d0c2a60d9db9402ba554b16c2f4af89e8 /libtool | |
parent | 16ca4e15f9a50e564a175a853345db265b80ce00 (diff) |
Unbork libtool builds that dont specify --tag.
BKrev: 40a5e220cWn2dToDOd6PxhB4S2TFpA
Diffstat (limited to 'libtool')
-rw-r--r-- | libtool/libtool-1.5.6/tag.patch | 19 | ||||
-rw-r--r-- | libtool/libtool-cross_1.5.6.oe | 1 | ||||
-rw-r--r-- | libtool/libtool-native_1.5.6.oe | 1 |
3 files changed, 21 insertions, 0 deletions
diff --git a/libtool/libtool-1.5.6/tag.patch b/libtool/libtool-1.5.6/tag.patch index e69de29bb2..8921a3efb7 100644 --- a/libtool/libtool-1.5.6/tag.patch +++ b/libtool/libtool-1.5.6/tag.patch @@ -0,0 +1,19 @@ + +# +# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher +# + +--- libtool-1.5.6/ltmain.in~tag 2004-05-15 05:14:32.000000000 -0400 ++++ libtool-1.5.6/ltmain.in 2004-05-15 05:18:01.000000000 -0400 +@@ -226,8 +226,9 @@ + # line option must be used. + if test -z "$tagname"; then + $echo "$modename: unable to infer tagged configuration" +- $echo "$modename: specify a tag with \`--tag'" 1>&2 +- exit $EXIT_FAILURE ++ $echo "$modename: defaulting to \`CC'" ++ $echo "$modename: if this is not correct, specify a tag with \`--tag'" ++# exit $EXIT_FAILURE + # else + # $echo "$modename: using $tagname tagged configuration" + fi diff --git a/libtool/libtool-cross_1.5.6.oe b/libtool/libtool-cross_1.5.6.oe index 141ee916ef..f046c77b5f 100644 --- a/libtool/libtool-cross_1.5.6.oe +++ b/libtool/libtool-cross_1.5.6.oe @@ -4,6 +4,7 @@ PACKAGES = "" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/libtool-${PV}" SRC_URI_append = " file://${FILESDIR}/libdir-la.patch;patch=1 \ file://${FILESDIR}/prefix.patch;patch=1 \ + file://${FILESDIR}/tag.patch;patch=1 \ file://${FILESDIR}/install-path-check.patch;patch=1" S = "${WORKDIR}/libtool-${PV}" diff --git a/libtool/libtool-native_1.5.6.oe b/libtool/libtool-native_1.5.6.oe index d6f82495be..bc930caf10 100644 --- a/libtool/libtool-native_1.5.6.oe +++ b/libtool/libtool-native_1.5.6.oe @@ -4,6 +4,7 @@ PR = "r1" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/libtool-${PV}" SRC_URI_append = " file://${FILESDIR}/libdir-la.patch;patch=1 \ file://${FILESDIR}/prefix.patch;patch=1 \ + file://${FILESDIR}/tag.patch;patch=1 \ file://${FILESDIR}/install-path-check.patch;patch=1" S = "${WORKDIR}/libtool-${PV}" |