diff options
Diffstat (limited to 'autoconf')
-rw-r--r-- | autoconf/autoconf-native_2.59.oe | 6 | ||||
-rw-r--r-- | autoconf/autoconf_2.57.oe | 4 | ||||
-rw-r--r-- | autoconf/autoconf_2.59.oe | 4 |
3 files changed, 9 insertions, 5 deletions
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 |