From 06f7d17e81de21a95e35b03453242bc62b05a6aa Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sat, 13 Mar 2004 05:42:36 +0000 Subject: First pass of .oe cleanups. BKrev: 40529f4crFtRY5_1DubNmWhDeHSmPw --- autoconf/autoconf-native_2.59.oe | 6 +++--- autoconf/autoconf_2.57.oe | 4 ++-- autoconf/autoconf_2.59.oe | 4 ++++ 3 files changed, 9 insertions(+), 5 deletions(-) (limited to 'autoconf') diff --git a/autoconf/autoconf-native_2.59.oe b/autoconf/autoconf-native_2.59.oe index 19038d9676..82d17ce95f 100644 --- a/autoconf/autoconf-native_2.59.oe +++ b/autoconf/autoconf-native_2.59.oe @@ -1,6 +1,6 @@ include autoconf_${PV}.oe -S = ${WORKDIR}/autoconf-${PV} -FILESDIR = ${@os.path.dirname(oe.data.getVar('FILE',d,1))}/autoconf-${PV} -DEPENDS = patcher-native +S = "${WORKDIR}/autoconf-${PV}" +FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/autoconf-${PV}" +DEPENDS = "patcher-native" inherit native diff --git a/autoconf/autoconf_2.57.oe b/autoconf/autoconf_2.57.oe index c5f9c6a14e..b86599868a 100644 --- a/autoconf/autoconf_2.57.oe +++ b/autoconf/autoconf_2.57.oe @@ -1,4 +1,4 @@ -SRC_URI := ${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.bz2 \ - file://${FILESDIR}/program_prefix.patch;patch=1 +SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.bz2 \ + file://${FILESDIR}/program_prefix.patch;patch=1" inherit autotools diff --git a/autoconf/autoconf_2.59.oe b/autoconf/autoconf_2.59.oe index e69de29bb2..b86599868a 100644 --- a/autoconf/autoconf_2.59.oe +++ b/autoconf/autoconf_2.59.oe @@ -0,0 +1,4 @@ +SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.bz2 \ + file://${FILESDIR}/program_prefix.patch;patch=1" + +inherit autotools -- cgit v1.2.3