Unbork libtool builds that dont specify --tag.
authorChris Larson <clarson@kergoth.com>
Sat, 15 May 2004 09:25:52 +0000 (09:25 +0000)
committerChris Larson <clarson@kergoth.com>
Sat, 15 May 2004 09:25:52 +0000 (09:25 +0000)
BKrev: 40a5e220cWn2dToDOd6PxhB4S2TFpA

libtool/libtool-1.5.6/tag.patch
libtool/libtool-cross_1.5.6.oe
libtool/libtool-native_1.5.6.oe

index e69de29..8921a3e 100644 (file)
@@ -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
index 141ee91..f046c77 100644 (file)
@@ -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}"
 
index d6f8249..bc930ca 100644 (file)
@@ -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}"