Add program_prefix patch, so autoconf now only sets program prefix to target_alias...
authorChris Larson <clarson@kergoth.com>
Mon, 27 Oct 2003 21:13:23 +0000 (21:13 +0000)
committerChris Larson <clarson@kergoth.com>
Mon, 27 Oct 2003 21:13:23 +0000 (21:13 +0000)
BKrev: 3f9d8a73_vHaBCr4GKaRloTqFcSNHA

autoconf/autoconf-2.57/program_prefix.patch [new file with mode: 0644]
autoconf/autoconf-native_2.57.oe
autoconf/autoconf_2.57.oe

diff --git a/autoconf/autoconf-2.57/program_prefix.patch b/autoconf/autoconf-2.57/program_prefix.patch
new file mode 100644 (file)
index 0000000..e69de29
index 76dd7a8..a2b655b 100644 (file)
@@ -1,4 +1,5 @@
 include autoconf_${PV}.oe
 S = ${WORKDIR}/autoconf-${PV}
+FILESDIR = ${@os.path.dirname(oe.data.getVar('FILE',d,1))}/autoconf-${PV}
 
 inherit native
index e69de29..ce998e2 100644 (file)
@@ -0,0 +1,5 @@
+SRC_URI := ${GNU_MIRROR}/autoconf/autoconf-2.57.tar.bz2 \
+          file://${FILESDIR}/program_prefix.patch;patch=1
+S := ${WORKDIR}/${P}
+
+inherit autotools