diff options
Diffstat (limited to 'autoconf')
-rw-r--r-- | autoconf/autoconf-native_2.57.oe | 6 | ||||
-rw-r--r-- | autoconf/autoconf-native_2.59.oe | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/autoconf/autoconf-native_2.57.oe b/autoconf/autoconf-native_2.57.oe deleted file mode 100644 index 07bb77536a..0000000000 --- a/autoconf/autoconf-native_2.57.oe +++ /dev/null @@ -1,6 +0,0 @@ -include autoconf_${PV}.oe -S = ${WORKDIR}/autoconf-${PV} -FILESDIR = ${@os.path.dirname(oe.data.getVar('FILE',d,1))}/autoconf-${PV} -DEPENDS = - -inherit native diff --git a/autoconf/autoconf-native_2.59.oe b/autoconf/autoconf-native_2.59.oe index e69de29bb2..19038d9676 100644 --- a/autoconf/autoconf-native_2.59.oe +++ b/autoconf/autoconf-native_2.59.oe @@ -0,0 +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 + +inherit native |